1668e87d4d
The maximum MTU for af_xdp zero copy is equal to the page size less the
frame overhead introduced by AF_XDP (XDP HR = 256) and DPDK (frame
headroom = 320). The patch updates this value to reflect this.
This change also makes it possible to remove unneeded constants for both
zero-copy and copy mode.
Fixes:
|
||
---|---|---|
.. | ||
af_xdp_deps.h | ||
Makefile | ||
meson.build | ||
rte_eth_af_xdp.c | ||
rte_pmd_af_xdp_version.map |