Re: [PATCH][FIX 4.1] bgmac: fix requests for extra polling calls from NAPI

2015-04-24 Thread David Miller
From: Felix Fietkau Date: Thu, 23 Apr 2015 21:00:04 +0200 > On 2015-04-23 20:56, Rafał Miłecki wrote: >> After d75b1ade567f ("net: less interrupt masking in NAPI") polling >> function has to return whole budget when it wants NAPI to call it again. >> >> Signed-off-by: Rafał Miłecki >> Cc: Felix

Re: [PATCH][FIX 4.1] bgmac: fix requests for extra polling calls from NAPI

2015-04-23 Thread Eric Dumazet
On Thu, 2015-04-23 at 20:56 +0200, Rafał Miłecki wrote: > After d75b1ade567f ("net: less interrupt masking in NAPI") polling > function has to return whole budget when it wants NAPI to call it again. > > Signed-off-by: Rafał Miłecki > Cc: Felix Fietkau > Fixes: eb64e2923a886 ("bgmac: leave inter

Re: [PATCH][FIX 4.1] bgmac: fix requests for extra polling calls from NAPI

2015-04-23 Thread Felix Fietkau
On 2015-04-23 20:56, Rafał Miłecki wrote: > After d75b1ade567f ("net: less interrupt masking in NAPI") polling > function has to return whole budget when it wants NAPI to call it again. > > Signed-off-by: Rafał Miłecki > Cc: Felix Fietkau > Fixes: eb64e2923a886 ("bgmac: leave interrupts disabled

[PATCH][FIX 4.1] bgmac: fix requests for extra polling calls from NAPI

2015-04-23 Thread Rafał Miłecki
After d75b1ade567f ("net: less interrupt masking in NAPI") polling function has to return whole budget when it wants NAPI to call it again. Signed-off-by: Rafał Miłecki Cc: Felix Fietkau Fixes: eb64e2923a886 ("bgmac: leave interrupts disabled as long as there is work to do") --- drivers/net/et