Re: [dpdk-dev] [PATCH v1 2/6] net/i40e: set min and max MTU for i40e devices

2019-03-21 Thread Ian Stokes
On 3/19/2019 4:18 PM, Ferruh Yigit wrote: On 2/27/2019 9:45 PM, Ian Stokes wrote: This commit sets the min and max supported MTU values for i40e devices via the i40e_dev_info_get() function. Min MTU supported is set to ETHER_MIN_MTU and max mtu is calculated as the max packet length supported mi

Re: [dpdk-dev] [PATCH v1 2/6] net/i40e: set min and max MTU for i40e devices

2019-03-19 Thread Ferruh Yigit
On 2/27/2019 9:45 PM, Ian Stokes wrote: > This commit sets the min and max supported MTU values for i40e devices > via the i40e_dev_info_get() function. Min MTU supported is set to > ETHER_MIN_MTU and max mtu is calculated as the max packet length > supported minus the transport overhead. > > Sign

[dpdk-dev] [PATCH v1 2/6] net/i40e: set min and max MTU for i40e devices

2019-02-27 Thread Ian Stokes
This commit sets the min and max supported MTU values for i40e devices via the i40e_dev_info_get() function. Min MTU supported is set to ETHER_MIN_MTU and max mtu is calculated as the max packet length supported minus the transport overhead. Signed-off-by: Ian Stokes --- drivers/net/i40e/i40e_et