[Midnightbsd-cvs] src [12087] trunk/sys/dev/ixgbe/if_ix.c: add timeout to fix some issues

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Oct 1 15:28:21 EDT 2018


Revision: 12087
          http://svnweb.midnightbsd.org/src/?rev=12087
Author:   laffer1
Date:     2018-10-01 15:28:20 -0400 (Mon, 01 Oct 2018)
Log Message:
-----------
add timeout to fix some issues

Modified Paths:
--------------
    trunk/sys/dev/ixgbe/if_ix.c

Modified: trunk/sys/dev/ixgbe/if_ix.c
===================================================================
--- trunk/sys/dev/ixgbe/if_ix.c	2018-09-30 21:26:23 UTC (rev 12086)
+++ trunk/sys/dev/ixgbe/if_ix.c	2018-10-01 19:28:20 UTC (rev 12087)
@@ -2439,6 +2439,8 @@
 
 	mtx_assert(&adapter->core_mtx, MA_OWNED);
 
+	msec_delay(1000);
+
 	INIT_DEBUGOUT("ixgbe_stop: begin\n");
 	ixgbe_disable_intr(adapter);
 	callout_stop(&adapter->timer);



More information about the Midnightbsd-cvs mailing list