Re: [PATCH 5/6 v2] net/ucc_geth: Assign six threads to Rx for UEC

2009-05-01 Thread Kumar Gala
On May 1, 2009, at 2:40 PM, Haiying Wang wrote: in the case the QE has 46 SNUMs for the threads to support four UCC Ethernet at 1000Base-T simultaneously. Signed-off-by: Haiying Wang --- v2 change: Add comments for the Rx threads change. drivers/net/ucc_geth.c | 10 +- 1 files chan

Re: [PATCH 5/6 v2] net/ucc_geth: Assign six threads to Rx for UEC

2009-05-01 Thread David Miller
From: Kumar Gala Date: Fri, 1 May 2009 16:56:19 -0500 > > On May 1, 2009, at 2:40 PM, Haiying Wang wrote: > >> in the case the QE has 46 SNUMs for the threads to support four UCC >> Ethernet at >> 1000Base-T simultaneously. >> >> Signed-off-by: Haiying Wang >> --- >> v2 change: Add comments fo

Re: [PATCH 5/6 v2] net/ucc_geth: Assign six threads to Rx for UEC

2009-05-01 Thread Kumar Gala
On May 1, 2009, at 2:40 PM, Haiying Wang wrote: in the case the QE has 46 SNUMs for the threads to support four UCC Ethernet at 1000Base-T simultaneously. Signed-off-by: Haiying Wang --- v2 change: Add comments for the Rx threads change. drivers/net/ucc_geth.c | 10 +- 1 files chan

Re: [PATCH 5/6 v2] net/ucc_geth: Assign six threads to Rx for UEC

2009-05-01 Thread Timur Tabi
On Fri, May 1, 2009 at 2:40 PM, Haiying Wang wrote: > in the case the QE has 46 SNUMs for the threads to support four UCC Ethernet > at > 1000Base-T simultaneously. > > Signed-off-by: Haiying Wang Acked-by: Timur Tabi FYI, this should have been cross-posted to the netdev mailing list. -- Ti

[PATCH 5/6 v2] net/ucc_geth: Assign six threads to Rx for UEC

2009-05-01 Thread Haiying Wang
in the case the QE has 46 SNUMs for the threads to support four UCC Ethernet at 1000Base-T simultaneously. Signed-off-by: Haiying Wang --- v2 change: Add comments for the Rx threads change. drivers/net/ucc_geth.c | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/d