[kernel] r11746 - in dists/trunk/linux-2.6/debian: . config/arm

Martin Michlmayr tbm at alioth.debian.org
Thu Jul 3 09:49:18 UTC 2008


Author: tbm
Date: Thu Jul  3 09:49:17 2008
New Revision: 11746

Log:
Unset NET_DMA since it actually leads to worse network performance on IOP; see
http://groups.google.com/group/linux.kernel/msg/ea6159b2e0e2759e


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/arm/config.iop32x

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Thu Jul  3 09:49:17 2008
@@ -88,6 +88,8 @@
     - gbefb: fix cmap FIFO timeout (closes: #487257)
   * [arm/ixp4xx] Add support for Freecom FSG-3 (Rod Whitby).
   * [arm/ixp4xx] Enable CONFIG_MACH_DSMG600.
+  * [arm/iop32x] Unset NET_DMA since it actually leads to worse network
+    performance.
 
   [ Ian Campbell ]
   * Readme.build updated on how to generate orig tarballs.

Modified: dists/trunk/linux-2.6/debian/config/arm/config.iop32x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.iop32x	(original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.iop32x	Thu Jul  3 09:49:17 2008
@@ -144,7 +144,7 @@
 ##
 CONFIG_DMADEVICES=y
 CONFIG_INTEL_IOP_ADMA=y
-CONFIG_NET_DMA=y
+# CONFIG_NET_DMA is not set
 
 ##
 ## file: drivers/firewire/Kconfig



More information about the Kernel-svn-changes mailing list