On Thu, Jun 30, 2022 at 11:37:17AM +0200, Magnus Karlsson wrote: > From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx> > > 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@xxxxxxxxx> > > Signed-off-by: Magnus Karlsson <magnus.karlsson@xxxxxxxxx>