Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci/ixgbe It's not required to call ixv_stop() twice...
details: https://anonhg.NetBSD.org/src/rev/466bba75d1d1
branches: trunk
changeset: 962724:466bba75d1d1
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Tue Jul 30 08:38:03 2019 +0000
description:
It's not required to call ixv_stop() twice in ixv_detach().
diffstat:
sys/dev/pci/ixgbe/ixv.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r 8e6a82d272d5 -r 466bba75d1d1 sys/dev/pci/ixgbe/ixv.c
--- a/sys/dev/pci/ixgbe/ixv.c Tue Jul 30 08:05:22 2019 +0000
+++ b/sys/dev/pci/ixgbe/ixv.c Tue Jul 30 08:38:03 2019 +0000
@@ -1,4 +1,4 @@
-/*$NetBSD: ixv.c,v 1.124 2019/07/26 03:27:24 msaitoh Exp $*/
+/*$NetBSD: ixv.c,v 1.125 2019/07/30 08:38:03 msaitoh Exp $*/
/******************************************************************************
@@ -593,10 +593,6 @@
}
#endif
- IXGBE_CORE_LOCK(adapter);
- ixv_stop(adapter);
- IXGBE_CORE_UNLOCK(adapter);
-
for (int i = 0; i < adapter->num_queues; i++, que++, txr++) {
if (!(adapter->feat_en & IXGBE_FEATURE_LEGACY_TX))
softint_disestablish(txr->txr_si);
Home |
Main Index |
Thread Index |
Old Index