[Bug 221317] Netmap issue after ixgbe driver update in r320897

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 13 19:17:51 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221317

--- Comment #26 from Sylvain Galliano <sg at 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);

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-net mailing list