diff options
author | Magnus Karlsson <magnus.karlsson@intel.com> | 2021-10-29 12:01:11 +0300 |
---|---|---|
committer | Andrii Nakryiko <andrii@kernel.org> | 2021-11-02 04:12:44 +0300 |
commit | 0b170456e0dda92b8925d40e217461fcc4e1efc9 (patch) | |
tree | 8c94851fd540d083728eb6758d9e6e951ef5f737 /arch/riscv/net | |
parent | 9741e07ece7c247dd65e1aa01e16b683f01c05a8 (diff) | |
download | linux-0b170456e0dda92b8925d40e217461fcc4e1efc9.tar.xz |
libbpf: Deprecate AF_XDP support
Deprecate AF_XDP support in libbpf ([0]). This has been moved to
libxdp as it is a better fit for that library. The AF_XDP support only
uses the public libbpf functions and can therefore just use libbpf as
a library from libxdp. The libxdp APIs are exactly the same so it
should just be linking with libxdp instead of libbpf for the AF_XDP
functionality. If not, please submit a bug report. Linking with both
libraries is supported but make sure you link in the correct order so
that the new functions in libxdp are used instead of the deprecated
ones in libbpf.
Libxdp can be found at https://github.com/xdp-project/xdp-tools.
[0] Closes: https://github.com/libbpf/libbpf/issues/270
Signed-off-by: Magnus Karlsson <magnus.karlsson@intel.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Toke Høiland-Jørgensen <toke@redhat.com>
Link: https://lore.kernel.org/bpf/20211029090111.4733-1-magnus.karlsson@gmail.com
Diffstat (limited to 'arch/riscv/net')
0 files changed, 0 insertions, 0 deletions