2570c03357
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:
|
||
---|---|---|
.. | ||
axgbe_common.h | ||
axgbe_dev.c | ||
axgbe_ethdev.c | ||
axgbe_ethdev.h | ||
axgbe_i2c.c | ||
axgbe_logs.h | ||
axgbe_mdio.c | ||
axgbe_phy_impl.c | ||
axgbe_phy.h | ||
axgbe_regs.h | ||
axgbe_rxtx_vec_sse.c | ||
axgbe_rxtx.c | ||
axgbe_rxtx.h | ||
meson.build | ||
version.map |