]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'xen-netback-next'
authorDavid S. Miller <davem@davemloft.net>
Tue, 5 Aug 2014 23:04:55 +0000 (16:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Aug 2014 23:04:55 +0000 (16:04 -0700)
commit221c6e0d14d86a0b2ed37b7ce8459e08128e9fec
tree00be3a0233299ae75e9ab75ca4940cdea15fb6d9
parentd3ffb4299e5e3dd6aa35500ec0382f19073690c2
parentca3a7fac486f9765f82442a75c87ca061f50e0c4
Merge branch 'xen-netback-next'

Zoltan Kiss says:

====================
xen-netback: Changes around carrier handling

This series starts using carrier off as a way to purge packets when the guest is
not able (or willing) to receive them. It is a much faster way to get rid of
packets waiting for an overwhelmed guest.
The first patch changes current netback code where it relies currently on
netif_carrier_ok.
The second turns off the carrier if the guest times out on a queue, and only
turn it on again if that queue (or queues) resurrects.
====================

Signed-off-by: Zoltan Kiss <zoltan.kiss@citrix.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>