Re: [Qemu-devel] [PATCH v2 1/2] virtio-net: enable configurable tx queue size

2017-06-22 Thread Michael S. Tsirkin
On Sat, Jun 17, 2017 at 04:38:03PM +0800, Wei Wang wrote: > On 06/16/2017 10:31 PM, Michael S. Tsirkin wrote: > > On Fri, Jun 16, 2017 at 06:48:38PM +0800, Wei Wang wrote: > > > This patch enables the virtio-net tx queue size to be configurable > > > between 256 (the default queue size) and 1024 by

Re: [Qemu-devel] [PATCH v2 1/2] virtio-net: enable configurable tx queue size

2017-06-17 Thread Wei Wang
On 06/16/2017 10:31 PM, Michael S. Tsirkin wrote: On Fri, Jun 16, 2017 at 06:48:38PM +0800, Wei Wang wrote: This patch enables the virtio-net tx queue size to be configurable between 256 (the default queue size) and 1024 by the user when the vhost-user backend is used. Currently, the maximum tx

Re: [Qemu-devel] [PATCH v2 1/2] virtio-net: enable configurable tx queue size

2017-06-16 Thread Michael S. Tsirkin
On Fri, Jun 16, 2017 at 06:48:38PM +0800, Wei Wang wrote: > This patch enables the virtio-net tx queue size to be configurable > between 256 (the default queue size) and 1024 by the user when the > vhost-user backend is used. > > Currently, the maximum tx queue size for other backends is 512 due >

Re: [Qemu-devel] [PATCH v2 1/2] virtio-net: enable configurable tx queue size

2017-06-16 Thread Michael S. Tsirkin
On Fri, Jun 16, 2017 at 06:48:38PM +0800, Wei Wang wrote: > This patch enables the virtio-net tx queue size to be configurable > between 256 (the default queue size) and 1024 by the user when the > vhost-user backend is used. > > Currently, the maximum tx queue size for other backends is 512 due >

[Qemu-devel] [PATCH v2 1/2] virtio-net: enable configurable tx queue size

2017-06-16 Thread Wei Wang
This patch enables the virtio-net tx queue size to be configurable between 256 (the default queue size) and 1024 by the user when the vhost-user backend is used. Currently, the maximum tx queue size for other backends is 512 due to the following limitations: - QEMU backend: the QEMU backend implem