linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ibm_newemac: Increase number of default rx-/tx-buffers
@ 2008-01-05  9:50 Stefan Roese
  2008-01-05 10:19 ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 12+ messages in thread
From: Stefan Roese @ 2008-01-05  9:50 UTC (permalink / raw)
  To: netdev; +Cc: linuxppc-dev

Performance tests done by AMCC have shown that 256 buffer increase the
performance of the Linux EMAC driver. So let's update the default
values to match this setup.

Signed-off-by: Stefan Roese <sr@denx.de>
---
 drivers/net/ibm_newemac/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ibm_newemac/Kconfig b/drivers/net/ibm_newemac/Kconfig
index 0d3e738..5a06727 100644
--- a/drivers/net/ibm_newemac/Kconfig
+++ b/drivers/net/ibm_newemac/Kconfig
@@ -9,12 +9,12 @@ config IBM_NEW_EMAC
 config IBM_NEW_EMAC_RXB
 	int "Number of receive buffers"
 	depends on IBM_NEW_EMAC
-	default "128"
+	default "256"
 
 config IBM_NEW_EMAC_TXB
 	int "Number of transmit buffers"
 	depends on IBM_NEW_EMAC
-	default "64"
+	default "256"
 
 config IBM_NEW_EMAC_POLL_WEIGHT
 	int "MAL NAPI polling weight"
-- 
1.5.4.rc2

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-01-12  9:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-05  9:50 [PATCH] ibm_newemac: Increase number of default rx-/tx-buffers Stefan Roese
2008-01-05 10:19 ` Benjamin Herrenschmidt
2008-01-05 12:38   ` Stefan Roese
2008-01-05 20:53     ` Benjamin Herrenschmidt
2008-01-05 21:48       ` Josh Boyer
2008-01-05 21:54         ` Benjamin Herrenschmidt
2008-01-06  1:43           ` Josh Boyer
2008-01-11 17:48     ` Eugene Surovegin
2008-01-11 22:10       ` Benjamin Herrenschmidt
2008-01-12  7:26         ` Stefan Roese
2008-01-12  7:57           ` Benjamin Herrenschmidt
2008-01-12  9:08             ` Eugene Surovegin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).