numam-dpdk/drivers
Xiaolong Ye 45bba02c95 net/af_xdp: support need wakeup feature
This patch enables need_wakeup flag for Tx and fill rings, when this
flag is set by the driver, it means that the userspace application has
to explicitly wake up the kernel Rx or kernel Tx processing by issuing
a syscall. Poll() can wake up both and sendto() or its alternatives
will wake up Tx processing only.

This feature is to provide efficient support for case that application
and driver executing on the same core.

Signed-off-by: Xiaolong Ye <xiaolong.ye@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2019-06-28 20:32:18 +02:00
..
baseband
bus bus/vmbus: skip non-network devices 2019-06-27 23:13:57 +02:00
common drivers: add init and fini on octeontx2 NPA object 2019-06-25 23:35:57 +02:00
compress compress/qat: fix dataplane return 2019-04-18 16:01:28 +02:00
crypto crypto/aesni_mb: fix build with gcc 4.8.5 2019-06-05 18:37:08 +02:00
event build: add libatomic dependency for 32-bit clang 2019-06-03 23:57:43 +02:00
mempool mempool/octeontx2: fix build with icc 2019-06-27 08:55:02 +01:00
net net/af_xdp: support need wakeup feature 2019-06-28 20:32:18 +02:00
raw raw/dpaa2_qdma: remove incorrect experimental tag 2019-06-29 19:04:30 +02:00
Makefile
meson.build build: enable BSD features visibility for FreeBSD 2019-06-26 16:50:33 +02:00