diff options
author | Maciej Fijalkowski | 2021-12-10 18:15:11 +0100 |
---|---|---|
committer | Daniel Borkmann | 2021-12-14 00:24:24 +0100 |
commit | d27a662290963a1cde26cdfdbac71a546c06e94a (patch) | |
tree | 43d4f2d9b18947bd997935e75f6f3b3b7f2a31a9 /include/net | |
parent | f742fc68ac0da76d96e5713210b0aef771c1dd0f (diff) |
xsk: Wipe out dead zero_copy_allocator declarations
zero_copy_allocator has been removed back when Bjorn Topel introduced
xsk_buff_pool. Remove references to it that were dangling in the tree.
Signed-off-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Magnus Karlsson <magnus.karlsson@intel.com>
Link: https://lore.kernel.org/bpf/20211210171511.11574-1-maciej.fijalkowski@intel.com
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/xdp_priv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/xdp_priv.h b/include/net/xdp_priv.h index a9d5b7603b89..a2d58b1a12e1 100644 --- a/include/net/xdp_priv.h +++ b/include/net/xdp_priv.h @@ -10,7 +10,6 @@ struct xdp_mem_allocator { union { void *allocator; struct page_pool *page_pool; - struct zero_copy_allocator *zc_alloc; }; struct rhash_head node; struct rcu_head rcu; |