[Bug 230465] ixl: not working in netmap mode
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Aug 22 21:43:10 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230465
--- Comment #3 from Charles Goncalves <halfling at halfling.com.br> ---
I've noted that in POLLIN this:
poll(pfd, rxrings, -1);
Doesn't work, need it to be something like:
poll(pfd, rxrings, 1);
But with this I have a latency problem.
And I also have noted that I only can TX from TX-RING-0 if I use TX-RING more
than 0, doesn't work. In my test scenario my ixl NIC has 8 rings.
Can anyone understand the reason?
Thanks!
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-net
mailing list