linux/net/xdp
Magnus Karlsson f61459030e xsk: add Tx queue setup and mmap support
Another setsockopt (XDP_TX_QUEUE) is added to let the process allocate
a queue, where the user process can pass frames to be transmitted by
the kernel.

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

Signed-off-by: Magnus Karlsson <magnus.karlsson@intel.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2018-05-03 15:55:24 -07:00
..
Kconfig
Makefile xsk: add umem fill queue support and mmap 2018-05-03 15:55:23 -07:00
xdp_umem_props.h
xdp_umem.c xsk: add umem completion queue support and mmap 2018-05-03 15:55:24 -07:00
xdp_umem.h xsk: add umem completion queue support and mmap 2018-05-03 15:55:24 -07:00
xsk_queue.c xsk: add support for bind for Rx 2018-05-03 15:55:23 -07:00
xsk_queue.h xsk: add Rx receive functions and poll support 2018-05-03 15:55:24 -07:00
xsk.c xsk: add Tx queue setup and mmap support 2018-05-03 15:55:24 -07:00