Re: [Qemu-devel] [PATCH V5 00/18] Support more virtio queues

2015-04-03 Thread Jason Wang
On Thu, Apr 2, 2015 at 9:43 PM, Cornelia Huck wrote: On Wed, 1 Apr 2015 16:14:54 +0800 Jason Wang wrote: Stress/migration test on virtio-pci, compile test on other targets. And make check on s390x-softmmu and ppc64-softmmu. Patch 9 needs some slight modifications to fit on top of mast

Re: [Qemu-devel] [PATCH V5 00/18] Support more virtio queues

2015-04-02 Thread Cornelia Huck
On Wed, 1 Apr 2015 16:14:54 +0800 Jason Wang wrote: > Stress/migration test on virtio-pci, compile test on other > targets. And make check on s390x-softmmu and ppc64-softmmu. Patch 9 needs some slight modifications to fit on top of master, but with that, the patch series passes basic smoke test

[Qemu-devel] [PATCH V5 00/18] Support more virtio queues

2015-04-01 Thread Jason Wang
We current limit the max virtio queues to 64. This is not sufficient to support multiqueue devices (e.g recent Linux support up to 256 tap queues). So this series tries to let virtio to support more queues. No much works need to be done except: - Introducing transport specific queue limitation. T