[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200702021646.90347-1-danieltimlee@gmail.com>
Date: Thu, 2 Jul 2020 11:16:42 +0900
From: "Daniel T. Lee" <danieltimlee@...il.com>
To: Daniel Borkmann <daniel@...earbox.net>,
Alexei Starovoitov <ast@...nel.org>,
Yonghong Song <yhs@...com>, Martin KaFai Lau <kafai@...com>,
Andrii Nakryiko <andriin@...com>
Cc: netdev@...r.kernel.org, bpf@...r.kernel.org
Subject: [PATCH bpf-next 0/4] samples: bpf: refactor BPF map test with libbpf
There have been many changes in how the current bpf program defines
map. The development of libbbpf has led to the new method called
BTF-defined map, which is a new way of defining BPF maps, and thus has
a lot of differences from the existing MAP definition method.
Although bpf_load was also internally using libbbpf, fragmentation in
its implementation began to occur, such as using its own structure,
bpf_load_map_def, to define the map.
Therefore, in this patch set, map test programs, which are closely
related to changes in the definition method of BPF map, were refactored
with libbbpf.
Daniel T. Lee (4):
samples: bpf: fix bpf programs with kprobe/sys_connect event
samples: bpf: refactor BPF map in map test with libbpf
samples: bpf: refactor BPF map performance test with libbpf
selftests: bpf: remove unused bpf_map_def_legacy struct
samples/bpf/Makefile | 4 +-
samples/bpf/map_perf_test_kern.c | 182 +++++++++++------------
samples/bpf/map_perf_test_user.c | 130 +++++++++++-----
samples/bpf/test_map_in_map_kern.c | 87 ++++++-----
samples/bpf/test_map_in_map_user.c | 53 ++++++-
samples/bpf/test_probe_write_user_kern.c | 2 +-
tools/testing/selftests/bpf/bpf_legacy.h | 14 --
7 files changed, 275 insertions(+), 197 deletions(-)
--
2.25.1
Powered by blists - more mailing lists