diff options
author | Vladimir Oltean <vladimir.oltean@nxp.com> | 2021-10-20 20:33:40 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-10-21 16:44:33 +0300 |
commit | e378f4967c8edd64c680f2e279cb646ee06b6f2d (patch) | |
tree | 0fb3885a7f271132c51c10b9218565352e416a43 /drivers/acpi/fan.c | |
parent | fb8dc5fc8cbdfd62ecd16493848aee2f42ed84d9 (diff) | |
download | linux-e378f4967c8edd64c680f2e279cb646ee06b6f2d.tar.xz |
net: enetc: make sure all traffic classes can send large frames
The enetc driver does not implement .ndo_change_mtu, instead it
configures the MAC register field PTC{Traffic Class}MSDUR[MAXSDU]
statically to a large value during probe time.
The driver used to configure only the max SDU for traffic class 0, and
that was fine while the driver could only use traffic class 0. But with
the introduction of mqprio, sending a large frame into any other TC than
0 is broken.
This patch fixes that by replicating per traffic class the static
configuration done in enetc_configure_port_mac().
Fixes: cbe9e835946f ("enetc: Enable TC offloading with mqprio")
Reported-by: Richie Pearn <richard.pearn@nxp.com>
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: <Claudiu Manoil <claudiu.manoil@nxp.com>
Link: https://lore.kernel.org/r/20211020173340.1089992-1-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/acpi/fan.c')
0 files changed, 0 insertions, 0 deletions