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

2019-02-27 Thread Ian Stokes
On 2/25/2019 7:40 AM, Andrew Rybchenko wrote: On 2/20/19 6:57 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 existin

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

2019-02-24 Thread Andrew Rybchenko
On 2/20/19 6:57 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 version sets max mtu

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

2019-02-20 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