Skip to content

Commit

Permalink
Sync with latest libbpf repo (iovisor#4889)
Browse files Browse the repository at this point in the history
Sync with latest libbpf repo.
The top libbpf commit is:
  3b0973892891  sync: remove NETDEV_XSK_FLAGS_MASK which is not in bpf/bpf-next anymore

Signed-off-by: Yonghong Song <yonghong.song@linux.dev>
  • Loading branch information
yonghong-song authored Jan 30, 2024
1 parent ce5c893 commit b2b9651
Show file tree
Hide file tree
Showing 3 changed files with 326 additions and 45 deletions.
1 change: 1 addition & 0 deletions introspection/bps.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ static const char * const prog_type_strings[] = {
[BPF_PROG_TYPE_LSM] = "lsm",
[BPF_PROG_TYPE_SK_LOOKUP] = "sk_lookup",
[BPF_PROG_TYPE_SYSCALL] = "syscall",
[BPF_PROG_TYPE_NETFILTER] = "netfilter",
};

static const char * const map_type_strings[] = {
Expand Down
Loading

0 comments on commit b2b9651

Please sign in to comment.