Re: [PATCH] net/virtio: support NAPI when using vhost_net backend

2022-05-05 Thread Maxime Coquelin
On 3/2/22 10:41, Harold Huang wrote: In patch [1], NAPI has been supported in kernel tun driver to accelerate packet processing received from vhost_net. This will greatly improve the throughput of the tap device in the vhost_net backend. [1]: https://git.kernel.org/pub/scm/linux/kernel/git/n

Re: [PATCH] net/virtio: support NAPI when using vhost_net backend

2022-05-05 Thread Maxime Coquelin
Hi Harold, On 3/2/22 10:41, Harold Huang wrote: In patch [1], NAPI has been supported in kernel tun driver to accelerate packet processing received from vhost_net. This will greatly improve the throughput of the tap device in the vhost_net backend. [1]: https://git.kernel.org/pub/scm/linux/ker

[PATCH] net/virtio: support NAPI when using vhost_net backend

2022-03-02 Thread Harold Huang
In patch [1], NAPI has been supported in kernel tun driver to accelerate packet processing received from vhost_net. This will greatly improve the throughput of the tap device in the vhost_net backend. [1]: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=fb3f903769e8