]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit784e670735c453dc1f55266918623aacfa34bc92
tree0765e092317f43977888061284ae78afaa9c0f65
parent59ddfa0d5e7d4c5f561a2ea098042dec167e3787
parent0942775f625b311b955a6476dbcb86f123d13495
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>