92c87229a9
The jumbo frame uses the 'RTE_ETHER_MAX_LEN' as boundary condition.
If the Ether overhead is larger than 18 when it supports VLAN tag,
that will cause the jumbo flag rx offload is wrong when MTU size is
'RTE_ETHER_MTU'.
This fix will normalize the boundary condition with 'RTE_ETHER_MTU'
and overhead even though current overhead is 18.
Fixes:
|
||
---|---|---|
.. | ||
base | ||
lio_ethdev.c | ||
lio_ethdev.h | ||
lio_logs.h | ||
lio_rxtx.c | ||
lio_rxtx.h | ||
lio_struct.h | ||
meson.build | ||
version.map |