summaryrefslogtreecommitdiff
path: root/io_uring/Makefile
diff options
context:
space:
mode:
authorHoratiu Vultur <horatiu.vultur@microchip.com>2022-10-30 22:36:34 +0100
committerJakub Kicinski <kuba@kernel.org>2022-11-01 21:18:16 -0700
commit486c292230166c2d61701d3c984bf9143588ea28 (patch)
tree9e929dcce1865a48100731e2ca1f28e6fbcd5b8a /io_uring/Makefile
parent6c412da54c80a54b1a8b7f89677f6e82f0fabec4 (diff)
net: lan966x: Fix the MTU calculation
When the MTU was changed, the lan966x didn't take in consideration the L2 header and the FCS. So the HW was configured with a smaller value than what was desired. Therefore the correct value to configure the HW would be new_mtu + ETH_HLEN + ETH_FCS_LEN. The vlan tag is not considered here, because at the time when the blamed commit was added, there was no vlan filtering support. The vlan fix will be part of the next patch. Fixes: d28d6d2e37d1 ("net: lan966x: add port module support") Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'io_uring/Makefile')
0 files changed, 0 insertions, 0 deletions