Re: [Qemu-devel] vhost-net issue with multiples interfaces using MQ

2014-08-20 Thread William Dauchy
On Aug19 15:02, William Dauchy wrote: > I'm using readconfig option to read the three vif interfaces. > thanks for testing I will re-triple test to see what's wrong so indeed sorry for the noise, I was wrong in my tests. -- William signature.asc Description: Digital signature

Re: [Qemu-devel] vhost-net issue with multiples interfaces using MQ

2014-08-19 Thread William Dauchy
On Aug19 11:40, Jason Wang wrote: > What's the qemu command line for your testing? I try simple command line > with 3 mq cards in qemu 2.1. Everything works fine. I'm using readconfig option to read the three vif interfaces. thanks for testing I will re-triple test to see what's wrong > Is this a

Re: [Qemu-devel] vhost-net issue with multiples interfaces using MQ

2014-08-18 Thread Jason Wang
On 08/18/2014 07:42 PM, William Dauchy wrote: > Hello, > > Using qemu2.1.0, a linux v3.14.X x86_64 as host and a linux v3.12.X x86_64 as > guest > I'm starting a VM with these network interfaces: > > [netdev "vifA.0"] > type = "tap" > vhost = "on" > ifname = "vifA.0" > downscript = "no" >

[Qemu-devel] vhost-net issue with multiples interfaces using MQ

2014-08-18 Thread William Dauchy
Hello, Using qemu2.1.0, a linux v3.14.X x86_64 as host and a linux v3.12.X x86_64 as guest I'm starting a VM with these network interfaces: [netdev "vifA.0"]   type = "tap"   vhost = "on"   ifname = "vifA.0"   downscript = "no"   script = "no"   queues = "2" [device "vifA.0"]   driver = "virtio