https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230465
--- Comment #3 from Charles Goncalves <halfl...@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. _______________________________________________ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"