Date: Wed, 30 Jan 2019 16:11:10 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 230465] ixl: not working in netmap mode Message-ID: <bug-230465-227-UqhGTBKMfm@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-230465-227@https.bugs.freebsd.org/bugzilla/> References: <bug-230465-227@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=230465 --- Comment #30 from Vincenzo Maffione <vmaffione@FreeBSD.org> --- (In reply to Charles Goncalves from comment #28) Good. I'm not surprised this works, because ixl in FreeBSD 12.x is implemented through iflib, and netmap in this case uses iflib to access the hw (and iflib must work, otherwise you would not be able to use an ixl NIC using the traditional networking tools and applications). You can change the number of queues, slots and many other things through the generic iflib configuration tools. See iflib(4). On the other hand, ixl in FreeBSD 11.x is not implemented through iflib, so it is a completely separate code. And netmap is broken there, unfortunately. I notified the maintainers at Intel. They said the would have taken a look to this. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230465-227-UqhGTBKMfm>
