Hey, I want to use an XDP program in Proxmox VE 6.2-1 (Linux pve 5.4.78-2-pve)
I already installed with apt the following packages:
python3-bcc
bpfcc-tools
python3-bpfcc
libbpfcc
libbpfcc-dev
pve-headers-5.4.78-2-pve
Then, I wrote a python file and a .c file:
Python
from bcc import BPF
b =...