On 10/25/2019 7:30 PM, Ferruh Yigit wrote: > From: Igor Ryzhov <iryz...@nfware.com> > > Starting with kernel version 4.10, there are new min/max MTU values in > net_device structure, which are set to ETH_MIN_MTU and ETH_DATA_LEN by > default. We should be able to change these values to allow MTU more than > 1500 to be set on KNI. > > Signed-off-by: Igor Ryzhov <iryz...@nfware.com> > Acked-by: Ferruh Yigit <ferruh.yi...@intel.com>
v2: Reuse existing 'HAVE_MAX_MTU_PARAM' macro instead of creating new 'HAVE_MIN_MAX_MTU'