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

2019-03-28 Thread Ferruh Yigit
On 3/22/2019 1:01 PM, Ian Stokes wrote: > Building upon the discussion around [1], this series introduces MTU min > and MTU max variables. It also provides updates to PMD implementations > for ixgbe, i40e and IGB devices so that these variables are populated > for use when retrieving device info. >

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

2019-03-22 Thread Ian Stokes
Building upon the discussion around [1], this series introduces MTU min and MTU max variables. It also provides updates to PMD implementations for ixgbe, i40e and IGB devices so that these variables are populated for use when retrieving device info. This series was tested with OVS DPDK and functio