6f4edbadea
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:
|
||
---|---|---|
.. | ||
ipn3ke_ethdev.c | ||
ipn3ke_ethdev.h | ||
ipn3ke_flow.c | ||
ipn3ke_flow.h | ||
ipn3ke_logs.h | ||
ipn3ke_rawdev_api.h | ||
ipn3ke_representor.c | ||
ipn3ke_tm.c | ||
meson.build | ||
version.map |