Re: [PATCH] [-MM, FIX] ixgbe: incorporate napi_struct changes from net-2.6.24.git

2007-09-12 Thread Kok, Auke
Andrew Morton wrote: On Wed, 12 Sep 2007 15:20:01 -0700 "Kok, Auke" <[EMAIL PROTECTED]> wrote: Andrew Morton wrote: On Wed, 12 Sep 2007 11:13:07 -0700 Auke Kok <[EMAIL PROTECTED]> wrote: This incorporates the new napi_struct changes into ixgbe. I get a reject storm. --- a/drivers/net/ixgb

Re: [PATCH] [-MM, FIX] ixgbe: incorporate napi_struct changes from net-2.6.24.git

2007-09-12 Thread Andrew Morton
On Wed, 12 Sep 2007 15:20:01 -0700 "Kok, Auke" <[EMAIL PROTECTED]> wrote: > Andrew Morton wrote: > > On Wed, 12 Sep 2007 11:13:07 -0700 > > Auke Kok <[EMAIL PROTECTED]> wrote: > > > >> This incorporates the new napi_struct changes into ixgbe. > > > > I get a reject storm. > > > >> --- a/drivers

Re: [PATCH] [-MM, FIX] ixgbe: incorporate napi_struct changes from net-2.6.24.git

2007-09-12 Thread Kok, Auke
Andrew Morton wrote: On Wed, 12 Sep 2007 11:13:07 -0700 Auke Kok <[EMAIL PROTECTED]> wrote: This incorporates the new napi_struct changes into ixgbe. I get a reject storm. --- a/drivers/net/ixgbe/ixgbe_main.c +++ b/drivers/net/ixgbe/ixgbe_main.c @@ -557,14 +557,15 @@ static irqreturn_t ixgb

Re: [PATCH] [-MM, FIX] ixgbe: incorporate napi_struct changes from net-2.6.24.git

2007-09-12 Thread Andrew Morton
On Wed, 12 Sep 2007 11:13:07 -0700 Auke Kok <[EMAIL PROTECTED]> wrote: > This incorporates the new napi_struct changes into ixgbe. I get a reject storm. > --- a/drivers/net/ixgbe/ixgbe_main.c > +++ b/drivers/net/ixgbe/ixgbe_main.c > @@ -557,14 +557,15 @@ static irqreturn_t ixgbe_msix_clean_rx(in

[PATCH] [-MM, FIX] ixgbe: incorporate napi_struct changes from net-2.6.24.git

2007-09-12 Thread Auke Kok
This incorporates the new napi_struct changes into ixgbe. Signed-off-by: Auke Kok <[EMAIL PROTECTED]> --- drivers/net/ixgbe/ixgbe.h |1 + drivers/net/ixgbe/ixgbe_main.c | 62 +--- 2 files changed, 27 insertions(+), 36 deletions(-) diff --git a/driv