Date: Fri, 13 Apr 2018 19:17:46 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 221317] Netmap issue after ixgbe driver update in r320897 Message-ID: <bug-221317-7501-a8ACFVfY2z@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-221317-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-221317-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=3D221317 --- Comment #26 from Sylvain Galliano <sg@efficientip.com> --- (In reply to Stephen Hurd from comment #25) Unfortunately it's not working. Here is the patch I applied: --- sys/dev/ixgbe/if_ix.c (revision 332482) +++ sys/dev/ixgbe/if_ix.c (working copy) @@ -3568,6 +3568,7 @@ mtx_assert(&adapter->core_mtx, MA_OWNED); INIT_DEBUGOUT("ixgbe_stop: begin\n"); + ixgbe_qflush(ifp); ixgbe_disable_intr(adapter); callout_stop(&adapter->timer); --=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-221317-7501-a8ACFVfY2z>