Ian Stokes 11e5f7a2b5 net/ixgbe: set min and max MTU
This commit sets the min and max supported MTU values for ixgbe devices
via the ixgbe_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. To aid in these calculations
a new MACRO 'IXGBE_ETH_OVERHEAD' has been introduced to consolidate
overhead calculation and avoid duplication.

Signed-off-by: Ian Stokes <ian.stokes@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2019-03-29 18:59:50 +01:00
..
2019-03-20 18:15:42 +01:00
2018-11-26 20:16:46 +01:00
2019-03-29 17:25:32 +01:00
2019-03-29 14:38:06 +01:00
2019-02-20 16:41:43 +01:00
2019-03-20 18:15:42 +01:00
2019-03-29 18:59:10 +01:00
2019-03-29 18:03:52 +01:00
2019-03-29 18:59:50 +01:00
2019-03-30 00:59:59 +01:00
2019-03-29 17:25:32 +01:00
2019-03-20 18:15:42 +01:00
2019-03-20 18:15:42 +01:00
2019-03-21 18:37:43 +01:00
2019-03-01 18:17:35 +01:00