From: David S. Miller Date: Sat, 15 Mar 2014 02:53:35 +0000 (-0400) Subject: Merge branch 'napi_budget_zero' X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e7ef085d0a9dc1cc72e7d8108ed3b4e1a5e8d938;p=linux-beck.git Merge branch 'napi_budget_zero' Eric W. Biederman says: ==================== Don't receive packets when the napi budget == 0 After reading through all 120 drivers supporting netpoll I have found 16 more that process at least received packet when the napi budget == 0. Processing more packets than your budget has always been a bug but we haven't cared before so it looks like these drivers slipped through, and need fixes. As netpoll will shortly be using a budget of 0 to get the tx queue processing with the rx queue processing we now care. ==================== Signed-off-by: David S. Miller --- e7ef085d0a9dc1cc72e7d8108ed3b4e1a5e8d938