On Thu, Jun 25, 2020 at 7:28 AM Jesper Dangaard Brouer <brouer@xxxxxxxxxx> wrote: > > Adjust the SEC("xdp_devmap/") prog type prefix to contain a > slash "/" for expected attach type BPF_XDP_DEVMAP. This is consistent > with other prog types like tracing. > > Fixes: 2778797037a6 ("libbpf: Add SEC name for xdp programs attached to device map") > Suggested-by: Andrii Nakryiko <andriin@xxxxxx> > Signed-off-by: Jesper Dangaard Brouer <brouer@xxxxxxxxxx> > --- Thanks! Acked-by: Andrii Nakryiko <andriin@xxxxxx> > tools/lib/bpf/libbpf.c | 2 +- > .../bpf/progs/test_xdp_with_devmap_helpers.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > [...]