https://bugs.dpdk.org/show_bug.cgi?id=1264
Bug ID: 1264
Summary: Tap bpf program no longer compiles
Product: DPDK
Version: 23.07
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: other
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
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
--
You are receiving this mail because:
You are the assignee for the bug.