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:
|
||
---|---|---|
.. | ||
meson.build | ||
octeontx_bgx.c | ||
octeontx_bgx.h | ||
octeontx_io.h | ||
octeontx_pki_var.h | ||
octeontx_pkivf.c | ||
octeontx_pkivf.h | ||
octeontx_pkovf.c | ||
octeontx_pkovf.h |