Re: [RFT] tehuti: napi fix

2007-12-17 Thread Stephen Hemminger
On Sun, 16 Dec 2007 13:38:33 -0800 (PST) David Miller <[EMAIL PROTECTED]> wrote: > From: Stephen Hemminger <[EMAIL PROTECTED]> > Date: Wed, 12 Dec 2007 13:58:52 -0800 > > > This should fix the tehuti napi fence post problems by getting > > rid of priv->napi_stop, and setting weight to 32 (like ot

Re: [RFT] tehuti: napi fix

2007-12-16 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Wed, 12 Dec 2007 13:58:52 -0800 > This should fix the tehuti napi fence post problems by getting > rid of priv->napi_stop, and setting weight to 32 (like other 10G). > > Also, used the wierd entry/exit macro's like rest of driver. It fixes the fe

[RFT] tehuti: napi fix

2007-12-12 Thread Stephen Hemminger
This should fix the tehuti napi fence post problems by getting rid of priv->napi_stop, and setting weight to 32 (like other 10G). Also, used the wierd entry/exit macro's like rest of driver. --- a/drivers/net/tehuti.c 2007-11-13 22:19:14.0 -0800 +++ b/drivers/net/tehuti.c 2007-1