[kernel] r9375 - in dists/trunk/linux-2.6/debian: . config config/amd64 config/i386

Maximilian Attems maks at alioth.debian.org
Fri Aug 24 11:48:35 UTC 2007


Author: maks
Date: Fri Aug 24 11:48:35 2007
New Revision: 9375

Log:
enable MULTIQUEUE for i386 and amd64


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/amd64/config
   dists/trunk/linux-2.6/debian/config/config
   dists/trunk/linux-2.6/debian/config/i386/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Fri Aug 24 11:48:35 2007
@@ -16,13 +16,14 @@
     DM_MULTIPATH_RDAC, NET_SCH_RR, EEPROM_93CX6, PPPOL2TP, CRYPTO_HW, UIO,
     UIO_CIF.
   * [i386] Enable lguest.
-  * [amd64, i386] Enable VIDEO_OUTPUT_CONTROL, THINKPAD_ACPI_INPUT_ENABLED.
+  * [amd64, i386] Enable VIDEO_OUTPUT_CONTROL, THINKPAD_ACPI_INPUT_ENABLED,
+    NETDEVICES_MULTIQUEUE.
   * linux-image bugscript add cmdline.
   * [amd64, i386, ia64]: Enable DMIID.
   * Enable TCG_TPM various userspace accesses it. (closes: #439020)
   * Disable USB_SUSPEND due to various breakage.  (closes: #435257, #419197)
 
- -- maximilian attems <maks at debian.org>  Thu, 23 Aug 2007 14:05:14 +0200
+ -- maximilian attems <maks at debian.org>  Fri, 24 Aug 2007 13:45:04 +0200
 
 linux-2.6 (2.6.22-2) UNRELEASED; urgency=low
 

Modified: dists/trunk/linux-2.6/debian/config/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config	(original)
+++ dists/trunk/linux-2.6/debian/config/amd64/config	Fri Aug 24 11:48:35 2007
@@ -420,6 +420,7 @@
 # CONFIG_AF_RXRPC_DEBUG is not set
 CONFIG_RXKAD=m
 
+CONFIG_NETDEVICES_MULTIQUEUE=m
 CONFIG_DUMMY=m
 CONFIG_NET_SB1000=m
 CONFIG_ARCNET=m

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	(original)
+++ dists/trunk/linux-2.6/debian/config/config	Fri Aug 24 11:48:35 2007
@@ -730,6 +730,7 @@
 CONFIG_USB_IOWARRIOR=m
 
 CONFIG_NETDEVICES=y
+# CONFIG_NETDEVICES_MULTIQUEUE is not set
 CONFIG_BONDING=m
 CONFIG_EQUALIZER=m
 CONFIG_TUN=m

Modified: dists/trunk/linux-2.6/debian/config/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config	(original)
+++ dists/trunk/linux-2.6/debian/config/i386/config	Fri Aug 24 11:48:35 2007
@@ -513,6 +513,7 @@
 # CONFIG_AF_RXRPC_DEBUG is not set
 CONFIG_RXKAD=m
 
+CONFIG_NETDEVICES_MULTIQUEUE=m
 CONFIG_DUMMY=m
 CONFIG_NET_SB1000=m
 CONFIG_ARCNET=m



More information about the Kernel-svn-changes mailing list