Home
last modified time | relevance | path

Searched hist:"5948378 b26d89f8aa5eac37629dbd0616ce8d7a7" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/ibm/
H A Dibmveth.cdiff 5948378b26d89f8aa5eac37629dbd0616ce8d7a7 Thu Jun 18 17:43:46 CEST 2020 Thomas Falcon <tlfalcon@linux.ibm.com> ibmveth: Fix max MTU limit

The max MTU limit defined for ibmveth is not accounting for
virtual ethernet buffer overhead, which is twenty-two additional
bytes set aside for the ethernet header and eight additional bytes
of an opaque handle reserved for use by the hypervisor. Update the
max MTU to reflect this overhead.

Fixes: d894be57ca92 ("ethernet: use net core MTU range checking in more drivers")
Fixes: 110447f8269a ("ethernet: fix min/max MTU typos")
Signed-off-by: Thomas Falcon <tlfalcon@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>