Merge branch 'libbpf: streamline netlink-based XDP APIs'
authorAlexei Starovoitov <ast@kernel.org>
Fri, 21 Jan 2022 05:22:03 +0000 (21:22 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 21 Jan 2022 05:22:03 +0000 (21:22 -0800)
commit3f712d4691fc4b5249218ba045ac24f615705df9
tree0765e092317f43977888061284ae78afaa9c0f65
parent1713e33bfd28e156dbfb4711213b7314cced5791
parentd4e34bfcbe880493cabd726453b3f52715756616
Merge branch 'libbpf: streamline netlink-based XDP APIs'

Andrii Nakryiko says:

====================

Revamp existing low-level XDP APIs provided by libbpf to follow more
consistent naming (new APIs follow bpf_tc_xxx() approach where it makes
sense) and be extensible without ABI breakages (OPTS-based). See patch #1 for
details, remaining patches switch bpftool, selftests/bpf and samples/bpf to
new APIs.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>