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

Theoretically, I think XDP in Generic mode can both support wire and wireless network card. but when I do the test, I find that XDP generic mode running at wire...

Hi folks, I have a Netronome and I am trying to load an eBPF program with maps in offload mode. However, I am getting the following error: **Command:** sudo ip...

I am having some doubts w.r.t the packet flow through xdp, please correct it if I am wrong. Packet will reach to nic. Nic will verify it and store it...

What is the purpose of having 4 rings including rx,tx, completion and fill ring? Two rings are not sufficient ?

Does xdp, af_xdp work with optical fiber nic like ethernet nic? It seems like I am getting one error, "can't setup af_xdp socket, resource busy". Is there any driver parameter...

I am using AF_XDP which is integrated into DPDK, but I met this libbpf error while setup af_xdp device: ``` Set up rx queue, rx queue id: 0, xsk queue...

can AF_XDP socket join for multicast like normal linux sockets ? if yes how ?

Hello and thanks for this great tutorial!!! IPv6 should be a requirement on the tutorial. If you run testenv.sh without it being enabled a generic iproute2 error is shown (RTNETLINK...

Any hello world http server example?

could anybody here to update/patch for xdp_router section for routing in vlan environment ?. For untagged / non vlan environment, it could work. Thanks. Johan