]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'napi_budget_zero'
authorDavid S. Miller <davem@davemloft.net>
Thu, 13 Mar 2014 19:18:50 +0000 (15:18 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Mar 2014 19:18:50 +0000 (15:18 -0400)
commit1af7953d06579a5380b0229d67c9f6f5edb7a52a
tree5a97cf7f32ec371a55bcb0f5eb4f8105eb41e493
parentd87017d43b86de9d88a070a5acc08870d0469063
parent5a32cdc8babf65c8f1347f8f8bf31b1b1b707f70
Merge branch 'napi_budget_zero'

Eric W. Biederman says:

====================
Don't receive packets when the napi budget == 0

To the best of understanding processing any received packets when the
napi budget == 0 is broken driver behavior.  At the same time I don't
think we have ever cared before so there are a handful of drivers that
need fixes.

I care now as I will shortly be using htis in netpoll to get the
tx queue processing without the rx queue processing.

Drivers that need fixes are few and far between, and so far I have only
found two of them.  More similar patches later if I find more drivers
that need fixes.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>