linux/drivers/net/dsa/ocelot
Colin Ian King b014d0430b 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: 0fbabf875d ("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>
2020-05-14 18:02:02 -07:00
..
felix_vsc9959.c net: dsa: felix: fix incorrect clamp calculation for burst 2020-05-14 18:02:02 -07:00
felix.c net: dsa: felix: Configure Time-Aware Scheduler via taprio offload 2020-05-13 11:54:46 -07:00
felix.h net: dsa: felix: Configure Time-Aware Scheduler via taprio offload 2020-05-13 11:54:46 -07:00
Kconfig net: dsa: felix: Add PCS operations for PHYLINK 2020-01-05 23:22:33 -08:00
Makefile