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

2019-03-29 Thread Ferruh Yigit
On 3/29/2019 5:56 PM, Ferruh Yigit wrote: > On 3/29/2019 5:52 PM, Ferruh Yigit wrote: >> From: Stephen Hemminger >> >> 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 h

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

2019-03-29 Thread Ferruh Yigit
On 3/29/2019 5:52 PM, Ferruh Yigit wrote: > From: Stephen Hemminger > > 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 vers

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

2019-03-29 Thread Ferruh Yigit
From: Stephen Hemminger 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