Re: [PATCH 3/6] net/ucc_geth: update riscTx and riscRx in ucc_geth

2009-04-29 Thread David Miller
From: Kumar Gala Date: Wed, 29 Apr 2009 15:23:21 -0500 > > On Apr 29, 2009, at 1:14 PM, Haiying Wang wrote: > >> Change the definition of riscTx and riscRx to unsigned integer instead >> of enum, >> and change their values to support 4 risc allocation if the qe has 4 >> RISC >> engines. >> >> S

Re: [PATCH 3/6] net/ucc_geth: update riscTx and riscRx in ucc_geth

2009-04-29 Thread Kumar Gala
On Apr 29, 2009, at 1:14 PM, Haiying Wang wrote: Change the definition of riscTx and riscRx to unsigned integer instead of enum, and change their values to support 4 risc allocation if the qe has 4 RISC engines. Signed-off-by: Haiying Wang --- Dave, if you can ack this it is probably ea

[PATCH 3/6] net/ucc_geth: update riscTx and riscRx in ucc_geth

2009-04-29 Thread Haiying Wang
Change the definition of riscTx and riscRx to unsigned integer instead of enum, and change their values to support 4 risc allocation if the qe has 4 RISC engines. Signed-off-by: Haiying Wang --- drivers/net/ucc_geth.c | 14 +++--- drivers/net/ucc_geth.h |4 ++-- 2 files changed, 13