net/i40e: set min and max MTU
authorIan Stokes <ian.stokes@intel.com>
Fri, 29 Mar 2019 17:52:14 +0000 (17:52 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 29 Mar 2019 17:58:38 +0000 (18:58 +0100)
commitc00deca2db34daa2d6ae335236507780db01f076
tree32badb1885e5d3e75468f325919f59ada5cd980c
parentad97ceece12cde7d1f7da50679de2c93cc23a95a
net/i40e: set min and max MTU

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 <ian.stokes@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/i40e/i40e_ethdev.c