Re: [PATCH 1/2] E1000: Fix ifdown hang in git-2.6.24

2007-08-24 Thread David Miller
From: Krishna Kumar <[EMAIL PROTECTED]> Date: Thu, 23 Aug 2007 14:34:18 +0530 > Doing napi_disable twice hangs "ifdown" of the device. e1000_down is the > common place to call napi_disable. > > Signed-off-by: Krishna Kumar <[EMAIL PROTECTED]> Applied, thanks a lot. - To unsubscribe from this lis

Re: [PATCH 1/2] E1000: Fix ifdown hang in git-2.6.24

2007-08-23 Thread Kok, Auke
Krishna Kumar wrote: Doing napi_disable twice hangs "ifdown" of the device. e1000_down is the common place to call napi_disable. Signed-off-by: Krishna Kumar <[EMAIL PROTECTED]> --- e1000_main.c |4 1 files changed, 4 deletions(-) diff -ruNp org/drivers/net/e1000/e1000_main.c new/driv

[PATCH 1/2] E1000: Fix ifdown hang in git-2.6.24

2007-08-23 Thread Krishna Kumar
Doing napi_disable twice hangs "ifdown" of the device. e1000_down is the common place to call napi_disable. Signed-off-by: Krishna Kumar <[EMAIL PROTECTED]> --- e1000_main.c |4 1 files changed, 4 deletions(-) diff -ruNp org/drivers/net/e1000/e1000_main.c new/drivers/net/e1000/e1000_mai