On Tue, Jun 23, 2020 at 9:19 AM Yonghong Song <yhs@xxxxxx> wrote: > > Refactor bpf_iter_ipv6_route.c and bpf_iter_netlink.c > so net macros, originally from various include/linux header > files, are moved to a new header file > bpf_tracing_net.h. The goal is to improve reuse so > networking tracing programs do not need to > copy these macros every time they use them. > > Signed-off-by: Yonghong Song <yhs@xxxxxx> > --- Acked-by: Andrii Nakryiko <andriin@xxxxxx> > .../selftests/bpf/progs/bpf_iter_ipv6_route.c | 7 +------ > .../selftests/bpf/progs/bpf_iter_netlink.c | 4 +--- > .../selftests/bpf/progs/bpf_tracing_net.h | 16 ++++++++++++++++ > 3 files changed, 18 insertions(+), 9 deletions(-) > create mode 100644 tools/testing/selftests/bpf/progs/bpf_tracing_net.h > [...]