The interface to tc-bpf has changed as libbpf has evolved. The code in tap driver is using legacy mode which is deprecated. The tap_bpf_program needs to change from using legacy (struct bpf_elf_map) to the new BTF API
The interface to tc-bpf has changed as libbpf has evolved. The code in tap driver is using legacy mode which is deprecated. The tap_bpf_program needs to change from using legacy (struct bpf_elf_map) to the new BTF API