numam-dpdk/drivers
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
..
baseband bb/turbo_sw: update for FlexRAN 18.09 2018-12-19 11:19:10 +01:00
bus bus/fslmc: fix build with musl libc 2019-03-31 01:02:21 +01:00
common crypto/octeontx: move device specific code to driver 2019-03-22 15:54:24 +01:00
compress compress/qat: add fallback to fixed compression 2019-03-22 14:27:46 +01:00
crypto drivers: fix SPDX license id consistency 2019-03-29 00:15:53 +01:00
event drivers: fix SPDX license id consistency 2019-03-29 00:15:53 +01:00
mempool mempool/dpaa: allocate bp info for multiprocess 2019-03-29 14:36:39 +01:00
net net/e1000: set min and max MTU 2019-03-29 19:00:35 +01:00
raw raw/ifpga: modify log output 2019-03-29 17:25:32 +01:00
Makefile drivers: add common as dependency for bus 2018-10-16 14:54:25 +02:00
meson.build build: move variable for drivers to top level 2019-03-26 23:28:39 +01:00