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

2019-03-22 Thread Ferruh Yigit
On 3/22/2019 1:05 PM, Ian Stokes wrote: > On 3/21/2019 1:03 PM, Ian Stokes wrote: >> On 3/19/2019 4:30 PM, Ferruh Yigit wrote: >>> On 2/27/2019 9:45 PM, Ian Stokes wrote: Building upon the discussion around [1], this series introduces MTU min and MTU max variables. It also provides update

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

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

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

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

Re: [dpdk-dev] [PATCH v1 0/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: > 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. >