Skip to content

Commit

Permalink
xsk: Get rid of unused entry in struct xdp_buff_xsk
Browse files Browse the repository at this point in the history
Get rid of the unused entry "unaligned" in struct xdp_buff_xsk.

Signed-off-by: Magnus Karlsson <magnus.karlsson@intel.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20210922075613.12186-2-magnus.karlsson@gmail.com
  • Loading branch information
magnus-karlsson authored and borkmann committed Sep 27, 2021
1 parent e7d5184 commit 10a5e00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/net/xsk_buff_pool.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ struct xdp_buff_xsk {
dma_addr_t dma;
dma_addr_t frame_dma;
struct xsk_buff_pool *pool;
bool unaligned;
u64 orig_addr;
struct list_head free_list_node;
};
Expand Down

0 comments on commit 10a5e00

Please sign in to comment.