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 Add missing IXGBE_RX_LOCK_DESTROY() for th...
details: https://anonhg.NetBSD.org/src/rev/3a6817479a41
branches: trunk
changeset: 335970:3a6817479a41
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Feb 04 03:17:29 2015 +0000
description:
Add missing IXGBE_RX_LOCK_DESTROY() for the detach path.
diffstat:
sys/dev/pci/ixgbe/ixgbe.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r e5397488c43e -r 3a6817479a41 sys/dev/pci/ixgbe/ixgbe.c
--- a/sys/dev/pci/ixgbe/ixgbe.c Tue Feb 03 21:31:31 2015 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe.c Wed Feb 04 03:17:29 2015 +0000
@@ -59,7 +59,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*$FreeBSD: src/sys/dev/ixgbe/ixgbe.c,v 1.51 2011/04/25 23:34:21 jfv Exp $*/
-/*$NetBSD: ixgbe.c,v 1.15 2015/01/13 03:11:34 msaitoh Exp $*/
+/*$NetBSD: ixgbe.c,v 1.16 2015/02/04 03:17:29 msaitoh Exp $*/
#include "opt_inet.h"
@@ -4226,6 +4226,7 @@
#endif /* LRO */
/* Free the ring memory as well */
ixgbe_dma_free(adapter, &rxr->rxdma);
+ IXGBE_RX_LOCK_DESTROY(rxr);
}
free(adapter->rx_rings, M_DEVBUF);
Home |
Main Index |
Thread Index |
Old Index