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

2019-03-21 Thread Ian Stokes
On 3/21/2019 2:06 PM, Ferruh Yigit wrote: On 3/21/2019 12:50 PM, Ian Stokes wrote: On 3/19/2019 4:15 PM, Ferruh Yigit wrote: On 2/27/2019 9:45 PM, Ian Stokes wrote: From: Stephen Hemminger This addresses the usability issue raised by OVS at DPDK Userspace summit. It adds general min/max mtu

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

2019-03-21 Thread Ferruh Yigit
On 3/21/2019 12:50 PM, Ian Stokes wrote: > On 3/19/2019 4:15 PM, Ferruh Yigit wrote: >> On 2/27/2019 9:45 PM, Ian Stokes 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 compa

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

2019-03-21 Thread Ian Stokes
On 3/19/2019 4:15 PM, Ferruh Yigit wrote: On 2/27/2019 9:45 PM, Ian Stokes 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

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

2019-03-19 Thread Ferruh Yigit
On 2/27/2019 9:45 PM, Ian Stokes 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 versio

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

2019-02-27 Thread Ian Stokes
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