Ian Stokes ae35fd61fc net/e1000: set min and max MTU
This commit sets the min and max supported MTU values for igb devices
via the eth_igb_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 'E1000_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 19:00:35 +01:00
..
2019-03-29 19:00:35 +01:00
2018-05-23 00:35:01 +02:00
2018-05-23 00:35:01 +02:00
2019-03-29 19:00:35 +01:00
2018-01-22 01:26:49 +01:00
2018-11-05 15:01:25 +01:00