https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221317
--- Comment #26 from Sylvain Galliano <s...@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. _______________________________________________ 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"