-
Hey, so I see no support for `AF_XDP`. I'm interested in using that, so I'm currently thinking of working on it.
I'm starting with support for `xsk_umem` and will work up from there. Opening an iss…
-
The Problem: The AF_XDP Device plugin dynamically allocates netdevs and AFXDP programs, in relation to bpfman specifically it dynamically creates XdpProgram objects (currently one for each Netdev i.e …
-
I am trying to test this tool to benchmark UDP.
I run the following command on an isolated benchmark bare metal lab:
```
for m in af_packet net_conn udp_syscall raw_socket af_pcap af_xdp ; d…
-
A colleague brought this up -- XDP may provide better performance than TAP.
I looked around and found this https://events19.linuxfoundation.cn/wp-content/uploads/2017/11/Accelerating-VM-Networking…
-
Hi
I have a simple client that sends a single packet to the AF_XDP example application (l2fwd), waits for it to return, and then sends another one in forever while loop. This client only measures …
-
any af_xdp example?
-
Hi
I’m sure you are aware of the new AF_XDP socket type
https://lwn.net/Articles/745934/
I’m wondering if you have any thoughts on this? I assume this could primarily help with driver support…
-
I tested out onload AF_XDP latency on AWS machine(m5zn.12xlarge). Initially I had some issues related to setting it up. After building and installing I registered device using this command:
`echo ens…
-
Currently, the FAQ makes the following statement:
> It is not directly source-compatible with the [Linux API](https://www.kernel.org/doc/html/latest/networking/af_xdp.html), though it is possible t…
-
The router code itself can demonstrably forward 800K small packets per second and 10Gb/s of traffic in larger (2K packets) when benchmarked over veth. However, the observed performance is less that 1/…