Merge branch 'napi_budget_zero'
authorDavid S. Miller <davem@davemloft.net>
Sat, 15 Mar 2014 02:53:35 +0000 (22:53 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 15 Mar 2014 02:53:35 +0000 (22:53 -0400)
commite7ef085d0a9dc1cc72e7d8108ed3b4e1a5e8d938
treef8ae35945d4100401117f32d27d776c16c0cd086
parent1c79a5a8f4faec88f9f4632d0ef9b0365bff8e28
parent75363a4676cdb046242d06dca6e8a9c0a20d6c4a
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 <davem@davemloft.net>
This page took 0.027222 seconds and 5 git commands to generate.