View | Details | Raw Unified | Return to bug 221317 | Differences between
and this patch

Collapse All | Expand All

(-)sys/dev/ixgbe/ixgbe_netmap.c (-1 / +1 lines)
Lines 151-157 Link Here
151
	struct adapter *adapter = ifp->if_softc;
151
	struct adapter *adapter = ifp->if_softc;
152
152
153
	IXGBE_CORE_LOCK(adapter);
153
	IXGBE_CORE_LOCK(adapter);
154
	msec_delay(1000);
154
	ixgbe_qflush(ifp);
155
	adapter->stop_locked(adapter);
155
	adapter->stop_locked(adapter);
156
156
157
	set_crcstrip(&adapter->hw, onoff);
157
	set_crcstrip(&adapter->hw, onoff);

Return to bug 221317