]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: felix: fix incorrect clamp calculation for burst
authorColin Ian King <colin.king@canonical.com>
Thu, 14 May 2020 18:33:02 +0000 (19:33 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 May 2020 01:02:02 +0000 (18:02 -0700)
commit01954fd3db492ef631e3e29bb70435fc3e68d1a8
treed16a4680d0641773760eda46f96625de793284e9
parentbf251f9d733d45d7254a54997d176b3b2beee130
net: dsa: felix: fix incorrect clamp calculation for burst

Currently burst is clamping on rate and not burst, the assignment
of burst from the clamping discards the previous assignment of burst.
This looks like a cut-n-paste error from the previous clamping
calculation on ramp.  Fix this by replacing ramp with burst.

Addresses-Coverity: ("Unused value")
Fixes: 196afb676c9a ("net: dsa: felix: add support Credit Based Shaper(CBS) for hardware offload")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/ocelot/felix_vsc9959.c