xdp-tutorial icon indicating copy to clipboard operation
xdp-tutorial copied to clipboard

XDP tutorial

Results 176 xdp-tutorial issues
Sort by recently updated
recently updated
newest added

i run t load in packet01 and i have a problem /xdp-tutorial/testenv/testenv.sh: line 454: $#-1: substring expression < 0 . what should i do now :((

When I get the codes and use them directly, I run the code with the following iptables rules. Then the pages open very slowly. For example, the speedtest page opens,...

Sorry, but I can not understand how to write proper code for this assignment. I did not find a clear answer either in the solution folder or in the issue....

I'm new here, and I'm using a Raspberry Pi 4B with the Raspberry Pi Buster OS (armhf). While I understand it is an outdated system, due to personal requirements, I'm...

I want to create an eBPF hash of maps and add entries to this map gradually. Since BPF programs cannot add new entires to outer maps, my only option is...

My topology is H1\H2 at both ends and S1 at the middle node. I load the redirect program of XDP on the two ports in S1 to directly forward packets...

Hello, I'm writing a protection for a game server running on UDP protocol. How can I save connection statuses? Example: a player sends a pre-authentication payload -> XDP checks it...

For rx received traffic, I can use xdpdump to see if packets have reached the nic card. But how can I troubleshoot tx sent packets? Currently, I can only use...

When I try to load the executable of a xdp code it gives me a error saying that the object file doesn't contains sec prog. Plzz help me how to...