linux-stable/net/xdp
Björn Töpel b9b6b68e8a xsk: add Rx queue setup and mmap support
Another setsockopt (XDP_RX_QUEUE) is added to let the process allocate
a queue, where the kernel can pass completed Rx frames from the kernel
to user process.

The mmapping of the queue is done using the XDP_PGOFF_RX_QUEUE offset.

Signed-off-by: Björn Töpel <bjorn.topel@intel.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2018-05-03 15:55:23 -07:00
..
Kconfig
Makefile xsk: add umem fill queue support and mmap 2018-05-03 15:55:23 -07:00
xdp_umem.c xsk: add umem fill queue support and mmap 2018-05-03 15:55:23 -07:00
xdp_umem.h xsk: add umem fill queue support and mmap 2018-05-03 15:55:23 -07:00
xdp_umem_props.h xsk: add user memory registration support sockopt 2018-05-03 15:55:23 -07:00
xsk.c xsk: add Rx queue setup and mmap support 2018-05-03 15:55:23 -07:00
xsk_queue.c xsk: add Rx queue setup and mmap support 2018-05-03 15:55:23 -07:00
xsk_queue.h xsk: add Rx queue setup and mmap support 2018-05-03 15:55:23 -07:00