samples/bpf: Xdp_redirect_cpu fix missing tracepoint attach
authorJesper Dangaard Brouer <brouer@redhat.com>
Fri, 20 Dec 2019 16:19:36 +0000 (17:19 +0100)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 21 Dec 2019 00:13:43 +0000 (16:13 -0800)
commitf9e6bfdbaf0cf304d72c70a05d81acac01a04f48
treeac70f4b3f3111f5c8001e2beec6510d527279109
parent6cd6e64e3603bd5d1677365cf935c2d8e9f496e0
samples/bpf: Xdp_redirect_cpu fix missing tracepoint attach

When sample xdp_redirect_cpu was converted to use libbpf, the
tracepoints used by this sample were not getting attached automatically
like with bpf_load.c. The BPF-maps was still getting loaded, thus
nobody notice that the tracepoints were not updating these maps.

This fix doesn't use the new skeleton code, as this bug was introduced
in v5.1 and stable might want to backport this. E.g. Red Hat QA uses
this sample as part of their testing.

Fixes: bbaf6029c49c ("samples/bpf: Convert XDP samples to libbpf usage")
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Link: https://lore.kernel.org/bpf/157685877642.26195.2798780195186786841.stgit@firesoul
samples/bpf/xdp_redirect_cpu_user.c