Re: [PATCH bpf-next 4/4] selftests: bpf: remove unused bpf_map_def_legacy struct

2020-07-01 Thread Andrii Nakryiko
On Wed, Jul 1, 2020 at 7:18 PM Daniel T. Lee wrote: > > samples/bpf no longer use bpf_map_def_legacy and instead use the > libbpf's bpf_map_def or new BTF-defined MAP format. This commit removes > unused bpf_map_def_legacy struct from selftests/bpf/bpf_legacy.h. > > Signed-off-by: Daniel T. Lee >

[PATCH bpf-next 4/4] selftests: bpf: remove unused bpf_map_def_legacy struct

2020-07-01 Thread Daniel T. Lee
samples/bpf no longer use bpf_map_def_legacy and instead use the libbpf's bpf_map_def or new BTF-defined MAP format. This commit removes unused bpf_map_def_legacy struct from selftests/bpf/bpf_legacy.h. Signed-off-by: Daniel T. Lee --- tools/testing/selftests/bpf/bpf_legacy.h | 14 --