Open renard opened 8 months ago
Yah you're hitting the same issue as I've described at the bottom of this blog article
I Opened an issue here, hoping the author of the library can help https://github.com/asavie/xdp/issues/31
It works ok with most non Hardware nics. For now if you want to experiment with af_xdp you can try for example lo or veth, also see this script I used for test env
Thanks for the quick feedback. However I am not sure I can send more packets since I am saturating the wire ;-)
yah let's keep an eye on https://github.com/asavie/xdp/issues/31
would be awesome to have it work on all NICs.
I am trying to test this tool to benchmark UDP.
I run the following command on an isolated benchmark bare metal lab:
eth2
has 8 tx queues and 8 rx queues:I am using Debian 11.
eth2 is:
with ixgbe driver.
did I missed something?
TIA.