From: David S. Miller Date: Sat, 25 Oct 2014 18:15:25 +0000 (-0400) Subject: Merge branch 'xen-netback' X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4cc40af08032a513e2e68fa6d7818b77179a86af;p=linux-beck.git Merge branch 'xen-netback' David Vrabel says: ==================== xen-netback: guest Rx queue drain and stall fixes This series fixes two critical xen-netback bugs. 1. Netback may consume all of host memory by queuing an unlimited number of skb on the internal guest Rx queue. This behaviour is guest triggerable. 2. Carrier flapping under high traffic rates which reduces performance. The first patch is a prerequite. Removing support for frontends with feature-rx-notify makes it easier to reason about the correctness of netback since it no longer has to support this outdated and broken mode. ==================== Signed-off-by: David S. Miller --- 4cc40af08032a513e2e68fa6d7818b77179a86af