diff options
author | Xiaolei Wang <[email protected]> | 2024-06-08 22:35:24 +0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-06-11 19:58:18 -0700 |
commit | be27b896529787e23a35ae4befb6337ce73fcca0 (patch) | |
tree | 2433b6854a071183ba17b94a7178e33247c054a8 /lib/debug_locks.c | |
parent | 1b9f756344416e02b41439bf2324b26aa25e141c (diff) |
net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs parameters
The current cbs parameter depends on speed after uplinking,
which is not needed and will report a configuration error
if the port is not initially connected. The UAPI exposed by
tc-cbs requires userspace to recalculate the send slope anyway,
because the formula depends on port_transmit_rate (see man tc-cbs),
which is not an invariant from tc's perspective. Therefore, we
use offload->sendslope and offload->idleslope to derive the
original port_transmit_rate from the CBS formula.
Fixes: 1f705bc61aee ("net: stmmac: Add support for CBS QDISC")
Signed-off-by: Xiaolei Wang <[email protected]>
Reviewed-by: Wojciech Drewek <[email protected]>
Reviewed-by: Vladimir Oltean <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'lib/debug_locks.c')
0 files changed, 0 insertions, 0 deletions