On Thu, Jun 25, 2020 at 7:28 AM Jesper Dangaard Brouer
[off-list ref] 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 <redacted>
Signed-off-by: Jesper Dangaard Brouer <redacted>
---
Thanks!
Acked-by: Andrii Nakryiko <redacted>
tools/lib/bpf/libbpf.c | 2 +-
.../bpf/progs/test_xdp_with_devmap_helpers.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[...]