I am currently working with af_xdp, seeing a scenario in which af_xdp socket getting packets, even though I want to drop them by using xdp. I have tried putting XDP_DROP, PASS in xdp but still packets ...
I successfully managed to run the advanced03 AF_XDP assignment. As an example, the command below shows a ping and while the XDP program is active then 4 of the 7 ping packets end up in user land as ...