alistair23-linux/net/xdp
Magnus Karlsson 93ee30f3e8 xsk: i40e: get rid of useless struct xdp_umem_props
This commit gets rid of the structure xdp_umem_props. It was there to
be able to break a dependency at one point, but this is no longer
needed. The values in the struct are instead stored directly in the
xdp_umem structure. This simplifies the xsk code as well as af_xdp
zero-copy drivers and as a bonus gets rid of one internal header file.

The i40e driver is also adapted to the new interface in this commit.

Signed-off-by: Magnus Karlsson <magnus.karlsson@intel.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2018-09-01 01:38:16 +02:00
..
Kconfig
Makefile xsk: remove newline at end of file 2018-05-18 16:07:02 +02:00
xdp_umem.c xsk: i40e: get rid of useless struct xdp_umem_props 2018-09-01 01:38:16 +02:00
xdp_umem.h xsk: expose xdp_umem_get_{data,dma} to drivers 2018-08-29 12:25:53 -07:00
xsk.c xsk: i40e: get rid of useless struct xdp_umem_props 2018-09-01 01:38:16 +02:00
xsk_queue.c xsk: i40e: get rid of useless struct xdp_umem_props 2018-09-01 01:38:16 +02:00
xsk_queue.h xsk: i40e: get rid of useless struct xdp_umem_props 2018-09-01 01:38:16 +02:00