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 Enable multiqueue.
details: https://anonhg.NetBSD.org/src/rev/ef97e256b460
branches: trunk
changeset: 351242:ef97e256b460
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Feb 08 04:28:53 2017 +0000
description:
Enable multiqueue.
diffstat:
sys/dev/pci/ixgbe/ixv.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 68df8de79769 -r ef97e256b460 sys/dev/pci/ixgbe/ixv.c
--- a/sys/dev/pci/ixgbe/ixv.c Wed Feb 08 04:24:44 2017 +0000
+++ b/sys/dev/pci/ixgbe/ixv.c Wed Feb 08 04:28:53 2017 +0000
@@ -31,7 +31,7 @@
******************************************************************************/
/*$FreeBSD: head/sys/dev/ixgbe/if_ixv.c 302384 2016-07-07 03:39:18Z sbruno $*/
-/*$NetBSD: ixv.c,v 1.43 2017/02/08 04:24:44 msaitoh Exp $*/
+/*$NetBSD: ixv.c,v 1.44 2017/02/08 04:28:53 msaitoh Exp $*/
#include "opt_inet.h"
#include "opt_inet6.h"
@@ -186,7 +186,7 @@
*/
/* Number of Queues - do not exceed MSIX vectors - 1 */
-static int ixv_num_queues = 1;
+static int ixv_num_queues = 0;
#define TUNABLE_INT(__x, __y)
TUNABLE_INT("hw.ixv.num_queues", &ixv_num_queues);
Home |
Main Index |
Thread Index |
Old Index