Re: [PATCH bpf-next] selftests, bpf: remove AF_XDP samples
From: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Date: 2022-06-30 12:30:21
Also in:
bpf
From: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Date: 2022-06-30 12:30:21
Also in:
bpf
On Thu, Jun 30, 2022 at 11:37:17AM +0200, Magnus Karlsson wrote:
From: Magnus Karlsson <magnus.karlsson@intel.com> 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.
R.I.P. Acked-by: Maciej Fijalkowski <maciej.fijalkowski@intel.com>
Signed-off-by: Magnus Karlsson <magnus.karlsson@intel.com>