Re: [PATCH] virtio-fs: fix MSI-X nvectors calculation

2019-12-13 Thread Stefan Hajnoczi
On Mon, Dec 09, 2019 at 11:07:59AM +, Stefan Hajnoczi wrote: > The following MSI-X vectors are required: > * VIRTIO Configuration Change > * hiprio virtqueue > * requests virtqueues > > Fix the calculation to reserve enough MSI-X vectors. Otherwise guest > drivers fall back to a sub-option

Re: [PATCH] virtio-fs: fix MSI-X nvectors calculation

2019-12-13 Thread Dr. David Alan Gilbert
* Stefan Hajnoczi (stefa...@redhat.com) wrote: > The following MSI-X vectors are required: > * VIRTIO Configuration Change > * hiprio virtqueue > * requests virtqueues > > Fix the calculation to reserve enough MSI-X vectors. Otherwise guest > drivers fall back to a sub-optional configuration w

Re: [PATCH] virtio-fs: fix MSI-X nvectors calculation

2019-12-11 Thread Michael S. Tsirkin
On Mon, Dec 09, 2019 at 11:07:59AM +, Stefan Hajnoczi wrote: > The following MSI-X vectors are required: > * VIRTIO Configuration Change > * hiprio virtqueue > * requests virtqueues > > Fix the calculation to reserve enough MSI-X vectors. Otherwise guest > drivers fall back to a sub-option

Re: [PATCH] virtio-fs: fix MSI-X nvectors calculation

2019-12-09 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191209110759.35227-1-stefa...@redhat.com/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ===

Re: [PATCH] virtio-fs: fix MSI-X nvectors calculation

2019-12-09 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191209110759.35227-1-stefa...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ==

Re: [PATCH] virtio-fs: fix MSI-X nvectors calculation

2019-12-09 Thread Dr. David Alan Gilbert
* Stefan Hajnoczi (stefa...@redhat.com) wrote: > The following MSI-X vectors are required: > * VIRTIO Configuration Change > * hiprio virtqueue > * requests virtqueues > > Fix the calculation to reserve enough MSI-X vectors. Otherwise guest > drivers fall back to a sub-optional configuration w

[PATCH] virtio-fs: fix MSI-X nvectors calculation

2019-12-09 Thread Stefan Hajnoczi
The following MSI-X vectors are required: * VIRTIO Configuration Change * hiprio virtqueue * requests virtqueues Fix the calculation to reserve enough MSI-X vectors. Otherwise guest drivers fall back to a sub-optional configuration where all virtqueues share a single vector. This change does