commit | 98f6d57ced73b723551568262019f1d6c8771f20 | [log] [tgz] |
---|---|---|
author | David Vrabel <david.vrabel@citrix.com> | Tue Oct 04 10:29:16 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 06 20:37:36 2016 -0400 |
tree | cc8cc59b8b34aed750dd8c020fbd31dca62165af | |
parent | 7c0b1a23e6f983fe392c8ffa71d05189ae52ebb5 [diff] |
xen-netback: process guest rx packets in batches Instead of only placing one skb on the guest rx ring at a time, process a batch of up-to 64. This improves performance by ~10% in some tests. Signed-off-by: David Vrabel <david.vrabel@citrix.com> [re-based] Signed-off-by: Paul Durrant <paul.durrant@citrix.com> Signed-off-by: David S. Miller <davem@davemloft.net>