I am checking for how to make xdpcap can works by fentry/fexit instead of tail call, so that it can hook to xdp prog dynamically without change xdp prog's code.
I met issues that cbpf->ebpf instructions can't pass the verify of bpf.
Any suggestions for this?
More details:
cloudflare/xdpcap#51 (comment)
Does this tools can be enhanced the cBPF codes to pass the bpf verifier?
Thanks