Re: [PATCH net-next V5 0/9] vhost_net rx batch dequeuing

From: David Miller
Date: Thu May 18 2017 - 10:08:25 EST


From: Jason Wang <jasowang@xxxxxxxxxx>
Date: Wed, 17 May 2017 12:14:36 +0800

> This series tries to implement rx batching for vhost-net. This is done
> by batching the dequeuing from skb_array which was exported by
> underlayer socket and pass the sbk back through msg_control to finish
> userspace copying. This is also the requirement for more batching
> implemention on rx path.
>
> Tests shows at most 7.56% improvment bon rx pps on top of batch
> zeroing and no obvious changes for TCP_STREAM/TCP_RR result.

Series applied, thanks Jason.