Module Name:    src
Committed By:   msaitoh
Date:           Wed Feb  8 04:32:43 UTC 2017

Modified Files:
        src/sys/dev/pci/ixgbe: ixgbe_netbsd.h

Log Message:
 Enable TX multiqueue by default on both ixg(4) and ixv(4).


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/ixgbe/ixgbe_netbsd.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/ixgbe/ixgbe_netbsd.h
diff -u src/sys/dev/pci/ixgbe/ixgbe_netbsd.h:1.6 src/sys/dev/pci/ixgbe/ixgbe_netbsd.h:1.7
--- src/sys/dev/pci/ixgbe/ixgbe_netbsd.h:1.6	Wed Feb  1 10:47:13 2017
+++ src/sys/dev/pci/ixgbe/ixgbe_netbsd.h	Wed Feb  8 04:32:43 2017
@@ -1,4 +1,4 @@
-/*$NetBSD: ixgbe_netbsd.h,v 1.6 2017/02/01 10:47:13 msaitoh Exp $*/
+/*$NetBSD: ixgbe_netbsd.h,v 1.7 2017/02/08 04:32:43 msaitoh Exp $*/
 /*
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -31,7 +31,7 @@
 #ifndef _IXGBE_NETBSD_H
 #define _IXGBE_NETBSD_H
 
-#if 1 /* Enable this if you don't want to use TX multiqueue function */
+#if 0 /* Enable this if you don't want to use TX multiqueue function */
 #define	IXGBE_LEGACY_TX	1
 #endif
 

Reply via email to