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/9f7caf823215
branches:  trunk
changeset: 821493:9f7caf823215
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 e8fe64bebdb5 -r 9f7caf823215 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