Date: Wed, 22 Aug 2018 21:43:06 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 230465] ixl: not working in netmap mode Message-ID: <bug-230465-7501-lzjXG9R9Jn@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-230465-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-230465-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230465 --- Comment #3 from Charles Goncalves <halfling@halfling.com.br> --- I've noted that in POLLIN this:=20 poll(pfd, rxrings, -1); Doesn't work, need it to be something like:=20 poll(pfd, rxrings, 1);=20 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 mo= re than 0, doesn't work. In my test scenario my ixl NIC has 8 rings. Can anyone understand the reason? Thanks! --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230465-7501-lzjXG9R9Jn>