diff options
author | Kurt Kanzenbach <kurt@linutronix.de> | 2021-08-25 15:58:13 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-08-26 10:26:06 +0100 |
commit | b7658ed35a5f5900f0f658e375f366513f3eb781 (patch) | |
tree | d98deb58c1ac2c755165b8348eb0af614a43dd09 /drivers/net/plip | |
parent | a7db5ed8632c88c029254d5d74765d52614af3fd (diff) |
net: dsa: hellcreek: Adjust schedule look ahead window
Traffic schedules can only be started up to eight seconds within the
future. Therefore, the driver periodically checks every two seconds whether the
admin base time provided by the user is inside that window. If so the schedule
is started. Otherwise the check is deferred.
However, according to the programming manual the look ahead window size should
be four - not eight - seconds. By using the proposed value of four seconds
starting a schedule at a specified admin base time actually works as expected.
Fixes: 24dfc6eb39b2 ("net: dsa: hellcreek: Add TAPRIO offloading support")
Signed-off-by: Kurt Kanzenbach <kurt@linutronix.de>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/plip')
0 files changed, 0 insertions, 0 deletions