[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20161031183917.9938-1-joe@ovn.org>
Date: Mon, 31 Oct 2016 11:39:14 -0700
From: Joe Stringer <joe@....org>
To: netdev@...r.kernel.org
Cc: wangnan0@...wei.com, ast@...com
Subject: [PATCH net-next 0/3] tools lib bpf: Synchronize implementations
Update tools/lib/bpf to provide more functionality and improve interoperation
with other tools that generate and use eBPF code.
The kernel uapi headers are a bit newer than the version in the tools/
directory; synchronize those.
samples/bpf/libbpf* has a bit more functionality than tools/lib/bpf, so extend
tools/lib/bpf/bpf* with these functions to bring them into parity.
tools/lib/bpf cannot read ELFs that tc can read, and vice versa. Update the
map definition to be the same as in tc so the ELFs may be interchangeable
(at least for now; I don't have a long-term plan in mind to ensure this always
works).
Joe Stringer (3):
tools lib bpf: Sync {tools,}/include/uapi/linux/bpf.h
tools lib bpf: Sync with samples/bpf/libbpf
tools lib bpf: Sync bpf_map_def with tc
tools/include/uapi/linux/bpf.h | 51 ++++++++++
tools/lib/bpf/bpf.c | 139 ++++++++++++++++++++++-----
tools/lib/bpf/bpf.h | 208 +++++++++++++++++++++++++++++++++++++++--
tools/lib/bpf/libbpf.c | 3 +-
tools/lib/bpf/libbpf.h | 11 ++-
5 files changed, 375 insertions(+), 37 deletions(-)
--
2.9.3
Powered by blists - more mailing lists