[dpdk-dev] [PATCH v3 1/7] ethdev: add min/max MTU to device info

Ferruh Yigit ferruh.yigit at intel.com
Fri Mar 29 18:56:49 CET 2019


On 3/29/2019 5:52 PM, Ferruh Yigit 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>

(series re-sent only for change in 7/7 to add a log for failure, rest is same,
kept all authors/sign-off as it is)

For series,
Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>


More information about the dev mailing list