On Sat, 6 Jan 2024 10:23:57 +0000
Madhuker Mythri <madhuker.myt...@oracle.com> wrote:

> Hi Stephen,
> 
> The new Kernel expects the BPF maps in BTF format: 
> https://www.kernel.org/doc/html/v5.4/bpf/btf.html.
> So, we need to compile with "-g" option as follows:
> ==============================
> clang -O2 -target bpf -c tap_bpf_program.c  -g  -o  tap_bpf_program.o

That makes sense, but using that command line won't work because it
causes Debian to not find asm/types.h

Reply via email to