Re: [ovs-dev] vhost-user: port is dropping packets in transmission

2016-03-24 Thread Ilya Maximets
Try this patch: http://openvswitch.org/pipermail/dev/2016-March/068429.html Should work with older QEMU. Best regards, Ilya Maximets. On 23.03.2016 14:37, Federico Iezzi wrote: > Hello Ilya, > > When you have wrote the patch could you post it also here as well? > > Thanks! > Federico > > On We

Re: [ovs-dev] vhost-user: port is dropping packets in transmission

2016-03-23 Thread Federico Iezzi
Hello Ilya, When you have wrote the patch could you post it also here as well? Thanks! Federico On Wed, Mar 23, 2016 at 11:09 AM, Ilya Maximets wrote: > On 23.03.2016 13:03, Mauricio Vásquez wrote: > > It works, > > > > Then the INSTALL.DPDK file is wrong, It says that QEMU version v2.1.0+ > i

Re: [ovs-dev] vhost-user: port is dropping packets in transmission

2016-03-23 Thread Ilya Maximets
On 23.03.2016 13:03, Mauricio Vásquez wrote: > It works, > > Then the INSTALL.DPDK file is wrong, It says that QEMU version v2.1.0+ is > required, it even says that v1.6.2 would work using a different command line. > > Is QEMU 2.5 also required for vhost-cuse? > > Would you mind updating that f

Re: [ovs-dev] vhost-user: port is dropping packets in transmission

2016-03-23 Thread Mauricio Vásquez
It works, Then the INSTALL.DPDK file is wrong, It says that QEMU version v2.1.0+ is required, it even says that v1.6.2 would work using a different command line. Is QEMU 2.5 also required for vhost-cuse? Would you mind updating that file as you know the details better than me? Thanks. On Wed,

Re: [ovs-dev] vhost-user: port is dropping packets in transmission

2016-03-23 Thread Ilya Maximets
On 23.03.2016 12:19, Mauricio Vásquez wrote: > Hi IIya, > > I'm using DPDK 2.2.0 and QEMU 2.2.1. You should use QEMU 2.5. > On Wed, Mar 23, 2016 at 10:18 AM, Ilya Maximets > wrote: > > What version of DPDK and QEMU you're using with OVS 2.5? > > On 23.03

Re: [ovs-dev] vhost-user: port is dropping packets in transmission

2016-03-23 Thread Mauricio Vásquez
Hi IIya, I'm using DPDK 2.2.0 and QEMU 2.2.1. On Wed, Mar 23, 2016 at 10:18 AM, Ilya Maximets wrote: > What version of DPDK and QEMU you're using with OVS 2.5? > > On 23.03.2016 12:11, Mauricio Vásquez wrote: > > Dear all, > > > > I am testing a setup where two VMs have to communicate using vho

Re: [ovs-dev] vhost-user: port is dropping packets in transmission

2016-03-23 Thread Ilya Maximets
What version of DPDK and QEMU you're using with OVS 2.5? On 23.03.2016 12:11, Mauricio Vásquez wrote: > Dear all, > > I am testing a setup where two VMs have to communicate using vhost-user > ports, it works using OvS 2.4 but it does not work with the master version > nor with 2.5. > > The set