d8a210774e
This patch enables the unaligned chunks feature for AF_XDP which allows
chunks to be placed at arbitrary places in the umem, as opposed to them
being required to be aligned to 2k. This allows for DPDK application
mempools to be mapped directly into the umem and in turn enable zero copy
transfer between umem and the PMD.
This patch replaces the zero copy via external mbuf mechanism introduced
in commit
|
||
---|---|---|
.. | ||
af_xdp_deps.h | ||
Makefile | ||
meson.build | ||
rte_eth_af_xdp.c | ||
rte_pmd_af_xdp_version.map |