netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ucc_geth: use correct thread number for 10/100Mbps link
@ 2008-03-06 10:48 Li Yang
  2008-03-17 12:13 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Li Yang @ 2008-03-06 10:48 UTC (permalink / raw)
  To: jeff; +Cc: netdev, Joakim Tjernlund, Li Yang

From: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>

Use thread number of 1 for 10/100Mbps link instead of 4.

Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
Signed-off-by: Li Yang <leoli@freescale.com>
---
 drivers/net/ucc_geth.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ucc_geth.c b/drivers/net/ucc_geth.c
index fba0811..8cc3166 100644
--- a/drivers/net/ucc_geth.c
+++ b/drivers/net/ucc_geth.c
@@ -154,8 +154,8 @@ static struct ucc_geth_info ugeth_primary_info = {
 	.rxQoSMode = UCC_GETH_QOS_MODE_DEFAULT,
 	.aufc = UPSMR_AUTOMATIC_FLOW_CONTROL_MODE_NONE,
 	.padAndCrc = MACCFG2_PAD_AND_CRC_MODE_PAD_AND_CRC,
-	.numThreadsTx = UCC_GETH_NUM_OF_THREADS_4,
-	.numThreadsRx = UCC_GETH_NUM_OF_THREADS_4,
+	.numThreadsTx = UCC_GETH_NUM_OF_THREADS_1,
+	.numThreadsRx = UCC_GETH_NUM_OF_THREADS_1,
 	.riscTx = QE_RISC_ALLOCATION_RISC1_AND_RISC2,
 	.riscRx = QE_RISC_ALLOCATION_RISC1_AND_RISC2,
 };
@@ -3975,6 +3975,8 @@ static int ucc_geth_probe(struct of_device* ofdev, const struct of_device_id *ma
 		ug_info->uf_info.utfs = UCC_GETH_UTFS_GIGA_INIT;
 		ug_info->uf_info.utfet = UCC_GETH_UTFET_GIGA_INIT;
 		ug_info->uf_info.utftt = UCC_GETH_UTFTT_GIGA_INIT;
+		ug_info->numThreadsTx = UCC_GETH_NUM_OF_THREADS_4;
+		ug_info->numThreadsRx = UCC_GETH_NUM_OF_THREADS_4;
 	}
 
 	/* Set the bus id */
-- 
1.5.4


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

* Re: [PATCH] ucc_geth: use correct thread number for 10/100Mbps link
  2008-03-06 10:48 [PATCH] ucc_geth: use correct thread number for 10/100Mbps link Li Yang
@ 2008-03-17 12:13 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2008-03-17 12:13 UTC (permalink / raw)
  To: Li Yang; +Cc: netdev, Joakim Tjernlund

Li Yang wrote:
> From: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
> 
> Use thread number of 1 for 10/100Mbps link instead of 4.
> 
> Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
> Signed-off-by: Li Yang <leoli@freescale.com>
> ---
>  drivers/net/ucc_geth.c |    6 ++++--
>  1 files changed, 4 insertions(+), 2 deletions(-)

applied



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

end of thread, other threads:[~2008-03-17 12:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-06 10:48 [PATCH] ucc_geth: use correct thread number for 10/100Mbps link Li Yang
2008-03-17 12:13 ` Jeff Garzik

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).