From: Jason Wang <jasow...@redhat.com> Date: Fri, 15 Jul 2016 03:46:31 -0400
> This patch switch to use skb array instead of sk_receive_queue to > avoid spinlock contentions. Tests shows about 21% improvements for > guest rx pps: > > Before: 1472731 pkts/s > After: 1786289 pkts/s > > Signed-off-by: Jason Wang <jasow...@redhat.com> Looks great, nice work. Applied, thanks Jason.