linux-stable/net/xdp
Björn Töpel a49049ea25 xsk: simplified umem setup
As suggested by Daniel Borkmann, the umem setup code was a too
defensive and complex. Here, we reduce the number of checks. Also, the
memory pinning is now folded into the umem creation, and we do correct
locking.

Signed-off-by: Björn Töpel <bjorn.topel@intel.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2018-05-22 10:25:06 +02:00
..
Kconfig net: initial AF_XDP skeleton 2018-05-03 15:55:23 -07:00
Makefile xsk: remove newline at end of file 2018-05-18 16:07:02 +02:00
xdp_umem_props.h xsk: clean up SPDX headers 2018-05-18 16:07:02 +02:00
xdp_umem.c xsk: simplified umem setup 2018-05-22 10:25:06 +02:00
xdp_umem.h xsk: simplified umem setup 2018-05-22 10:25:06 +02:00
xsk_queue.c xsk: fixed some cases of unnecessary parentheses 2018-05-18 16:07:03 +02:00
xsk_queue.h xsk: remove explicit ring structure from uapi 2018-05-22 10:25:06 +02:00
xsk.c xsk: simplified umem setup 2018-05-22 10:25:06 +02:00