[dpdk-dev] [PATCH v2 1/7] ethdev: add min/max MTU to device info
Ferruh Yigit
ferruh.yigit at intel.com
Mon Mar 25 15:26:41 CET 2019
On 3/22/2019 1:01 PM, Ian Stokes wrote:
> From: Stephen Hemminger <stephen at networkplumber.org>
>
> This addresses the usability issue raised by OVS at DPDK Userspace
> summit. It adds general min/max mtu into device info. For compatiablity,
> and to save space, it fits in a hole in existing structure.
>
> The initial version sets max mtu to normal Ethernet, it is up to
> PMD to set larger value if it supports Jumbo frames.
>
> Also remove the deprecation notice introduced in 18.11 regarding this
> change and bump ethdev ABI version.
>
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> Signed-off-by: Ian Stokes <ian.stokes at intel.com>
> Acked-by: Andrew Rybchenko <arybchenko at solarflare.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>
More information about the dev
mailing list