mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-20 08:19:07 +08:00
Syncing latest libbpf commits from kernel repository. Baseline commit: 5aab392c55c96f9bb26d9294f965f156a87ee81c Checkpoint commit: ea5bade929bf04355aeed58a3c9f5ef2c3afe2ac Alexei Starovoitov (1): tools/bpf: sync bpf.h into tools Andrii Nakryiko (3): libbpf: fix formatting for btf_ext__get_raw_data btf: allow to customize dedup hash table size btf: fix bug with resolving STRUCT/UNION into corresponding FWD Dan Carpenter (1): tools/libbpf: signedness bug in btf_dedup_ref_type() Jakub Kicinski (1): tools: libbpf: add a correctly named define for map iteration Magnus Karlsson (1): libbpf: add support for using AF_XDP sockets brakmo (1): bpf: sync bpf.h to tools and update bpf_helpers.h include/uapi/linux/bpf.h | 12 +- src/README.rst | 15 +- src/btf.c | 76 ++-- src/btf.h | 3 +- src/libbpf.c | 8 +- src/libbpf.h | 3 +- src/libbpf.map | 6 + src/xsk.c | 723 +++++++++++++++++++++++++++++++++++++++ src/xsk.h | 203 +++++++++++ 9 files changed, 1020 insertions(+), 29 deletions(-) create mode 100644 src/xsk.c create mode 100644 src/xsk.h -- 2.17.1
2 lines
41 B
Plaintext
2 lines
41 B
Plaintext
ea5bade929bf04355aeed58a3c9f5ef2c3afe2ac
|