numam-dpdk/drivers/net/af_xdp
Xiao Wang 489e0b5b33 net/af_xdp: use single producer/consumer ring
The ring is used only by af_xdp PMD itself, so no need to support
multi-producer and multi-consumer mode. This patch changes the ring
to single-producer and single-consumer mode, which could yield better
performance for addr enqueue and dequeue.

Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
Tested-by: Ciara Loftus <ciara.loftus@intel.com>
Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>
2020-01-17 19:46:02 +01:00
..
af_xdp_deps.h net/af_xdp: introduce AF_XDP PMD 2019-04-05 17:45:22 +02:00
Makefile build: remove individual library versions 2019-11-20 23:05:39 +01:00
meson.build build: remove redundant libs from pkgconfig 2019-09-12 18:32:40 +02:00
rte_eth_af_xdp.c net/af_xdp: use single producer/consumer ring 2020-01-17 19:46:02 +01:00
rte_pmd_af_xdp_version.map build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00