numam-dpdk/drivers/net/ipn3ke
Steve Yang 6f4edbadea net/ipn3ke: fix jumbo frame flag condition for MTU set
The jumbo frame uses the 'RTE_ETHER_MAX_LEN' as boundary condition,
but the Ether overhead is larger than 18 when it supports dual VLAN tags.
That will cause the jumbo flag rx offload is wrong when MTU size is
'RTE_ETHER_MTU'.

This fix will change the boundary condition with 'RTE_ETHER_MTU' and
overhead, that perhaps impacts the cases of the jumbo frame related.

Fixes: 70d6b7f550 ("net/ipn3ke: add representor")
Cc: stable@dpdk.org

Signed-off-by: Steve Yang <stevex.yang@intel.com>
Reviewed-by: Rosen Xu <rosen.xu@intel.com>
2021-01-19 03:30:15 +01:00
..
ipn3ke_ethdev.c drivers/net: accept removing device without any port 2020-09-30 19:19:14 +02:00
ipn3ke_ethdev.h net/ipn3ke: fix jumbo frame flag condition for MTU set 2021-01-19 03:30:15 +01:00
ipn3ke_flow.c net/ipn3ke: remove configuration for i40e port bonding 2019-11-20 17:36:05 +01:00
ipn3ke_flow.h net/ipn3ke: support flow API 2019-04-19 14:51:54 +02:00
ipn3ke_logs.h net/ipn3ke: add new driver 2019-04-19 14:51:54 +02:00
ipn3ke_rawdev_api.h net/ipn3ke: remove configuration for i40e port bonding 2019-11-20 17:36:05 +01:00
ipn3ke_representor.c net/ipn3ke: fix jumbo frame flag condition for MTU set 2021-01-19 03:30:15 +01:00
ipn3ke_tm.c drivers/net: update TM capability 2020-09-18 18:55:10 +02:00
meson.build drivers/net: build i40e and mlx5 on Windows 2021-01-14 23:51:24 +01:00
version.map build: remove library name from version map file name 2020-10-19 22:13:59 +02:00