]> Git Repo - linux.git/commit
bpf, samples: Remove AF_XDP samples
authorMagnus Karlsson <[email protected]>
Thu, 30 Jun 2022 09:37:17 +0000 (11:37 +0200)
committerDaniel Borkmann <[email protected]>
Tue, 5 Jul 2022 09:58:44 +0000 (11:58 +0200)
commitcfb5a2dbf1413a0086e987d99ad591b91fc9cf5c
treeb7bc94686fbcabdb1dc17a1eba479f95c03dfa3c
parent990a6194f7e16cc23334892287f32899e241b1a9
bpf, samples: Remove AF_XDP samples

Remove the AF_XDP samples from samples/bpf/ as they are dependent on
the AF_XDP support in libbpf. This support has now been removed in the
1.0 release, so these samples cannot be compiled anymore. Please start
to use libxdp instead. It is backwards compatible with the AF_XDP
support that was offered in libbpf. New samples can be found in the
various xdp-project repositories connected to libxdp and by googling.

Signed-off-by: Magnus Karlsson <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Acked-by: Toke Høiland-Jørgensen <[email protected]>
Acked-by: Maciej Fijalkowski <[email protected]>
Acked-by: Jesper Dangaard Brouer <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
MAINTAINERS
samples/bpf/Makefile
samples/bpf/xdpsock.h [deleted file]
samples/bpf/xdpsock_ctrl_proc.c [deleted file]
samples/bpf/xdpsock_kern.c [deleted file]
samples/bpf/xdpsock_user.c [deleted file]
samples/bpf/xsk_fwd.c [deleted file]
This page took 0.054588 seconds and 4 git commands to generate.