]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'netpoll-next'
authorDavid S. Miller <davem@davemloft.net>
Mon, 17 Mar 2014 19:48:53 +0000 (15:48 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Mar 2014 19:48:53 +0000 (15:48 -0400)
commitd8255185b804b8f1edf03a158f925bd2d090d18c
treeaae7c0ffaa451dc44afbbba9c37780e9c12bd1fc
parent3317014e42a77af67e99dc8bbb3903c66a7829dd
parent1fa0918fc4f7721affdd04a15e88c15eed9e59e3
Merge branch 'netpoll-next'

Eric W. Biederman says:

====================
netpoll: Cleanup received packet processing

This is the long-winded, careful, and polite version of removing the netpoll
receive packet processing.

First I untangle the code in small steps.  Then I modify the code to not
force reception and dropping of packets when we are transmiting a packet
with netpoll.  Finally I move all of the packet reception under
CONFIG_NETPOLL_TRAP and delete CONFIG_NETPOLL_TRAP.

If someone wants to do a stable backport of these patches, it would
require backporting the first 18 patches that handle the budget == 0 in
the networking drivers, and the first 6 of these patches.

If anyone wants to resurrect netpoll packet reception someday it should
just be a matter of reverting the last patch.
====================

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