mbox series

[iproute2-next,0/3] bpf: Work around libbpf deprecations

Message ID 20220228015840.1413-1-dsahern@kernel.org (mailing list archive)
Headers show
Series bpf: Work around libbpf deprecations | expand

Message

David Ahern Feb. 28, 2022, 1:58 a.m. UTC
libbpf is deprecating APIs, so iproute2 needs to adapt. This will be
an on-going effort, especially to handle legacy maps. This is a
starter set for the low handing fruit.

David Ahern (3):
  bpf_glue: Remove use of bpf_load_program from libbpf
  bpf: Export bpf syscall wrapper
  bpf: Remove use of bpf_create_map_xattr

 include/bpf_util.h |  2 ++
 lib/bpf_glue.c     | 15 ++++++++-------
 lib/bpf_legacy.c   | 19 +++++++------------
 lib/bpf_libbpf.c   | 24 ++++++++++++------------
 4 files changed, 29 insertions(+), 31 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 7, 2022, 4:10 p.m. UTC | #1
Hello:

This series was applied to iproute2/iproute2-next.git (main)
by David Ahern <dsahern@kernel.org>:

On Sun, 27 Feb 2022 18:58:37 -0700 you wrote:
> libbpf is deprecating APIs, so iproute2 needs to adapt. This will be
> an on-going effort, especially to handle legacy maps. This is a
> starter set for the low handing fruit.
> 
> David Ahern (3):
>   bpf_glue: Remove use of bpf_load_program from libbpf
>   bpf: Export bpf syscall wrapper
>   bpf: Remove use of bpf_create_map_xattr
> 
> [...]

Here is the summary with links:
  - [iproute2-next,1/3] bpf_glue: Remove use of bpf_load_program from libbpf
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=873bb9751f84
  - [iproute2-next,2/3] bpf: Export bpf syscall wrapper
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=ac4e0913beb1
  - [iproute2-next,3/3] bpf: Remove use of bpf_create_map_xattr
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=d9977eafa719

You are awesome, thank you!