679dfdc96e
When the priv_size of the mbuf is > 128 bytes, the mbuf would not be
properly constructed. This would lead to a corrupt mbuf.
This patch fixes the issue by accounting for
rte_pktmbuf_priv_size(pool) and RTE_PKTMBUF_HEADROOM
while configuring first skip register calculation.
Fixes:
|
||
---|---|---|
.. | ||
base | ||
Makefile | ||
meson.build | ||
octeontx_ethdev.c | ||
octeontx_ethdev.h | ||
octeontx_logs.h | ||
octeontx_rxtx.c | ||
octeontx_rxtx.h | ||
rte_pmd_octeontx_version.map |