Related to adding required BTF info, (specifically to TARGET = xdp_liz), I added a -g switch to clang command)
Updates SEC macro sections to supported name xdp otherwise compilation leads to errors e.g. libbpf: failed to guess program type from ELF section 'xdp_liz'
PR Includes the following changes:
Update to use BTF style maps required for
libbpf
v1.0+ as per: https://ebpf-docs.dylanreimerink.nl/linux/concepts/maps/#btf-style-mapsUpdates SEC macro sections to supported name
xdp
otherwise compilation leads to errors e.g.libbpf: failed to guess program type from ELF section 'xdp_liz'