Re: [vpp-dev] Very poor performance vm to vm via VPP vhostuser

2018-03-26 Thread Sara Gittlin
e parallel streams using -P. Then, you will likely encounter > vhost-user dropping packets as you are using the default virtqueue size > 256. You’ll need to specify rx_queue_size=1024 when you launch the VM in > the qemu start command to reduce the drops. > > > > Steven > >

Re: [vpp-dev] Very poor performance vm to vm via VPP vhostuser

2018-03-25 Thread steven luong
Sara, You need qemu 2.8.0 or later for the rx_queue_size option to work. Steven From: on behalf of Sara Gittlin Date: Sunday, March 25, 2018 at 1:57 AM To: "vpp-dev@lists.fd.io" Cc: "vpp-dev@lists.fd.io" Subject: Re: [vpp-dev] Very poor performance vm to vm via VPP vho

Re: [vpp-dev] Very poor performance vm to vm via VPP vhostuser

2018-03-25 Thread Yichen Wang
: Re: [vpp-dev] Very poor performance vm to vm via VPP vhostuser Fyi When i launch another image (not based on the clear-linux-kvm) - i'm achieving good performance (exactly like ovs-dpdk - which is expected in single flow/mac ) any idea why ? this is the launch cmdline: [anyway i cant fi

Re: [vpp-dev] Very poor performance vm to vm via VPP vhostuser

2018-03-25 Thread Sara Gittlin
n >> >> >> >> *From: * on behalf of Sara Gittlin < >> sara.gitt...@gmail.com> >> *Date: *Thursday, March 22, 2018 at 8:12 AM >> *To: *"vpp-dev@lists.fd.io" >> *Cc: *"vpp-dev@lists.fd.io" >> >> *Subject: *Re: [vpp

Re: [vpp-dev] Very poor performance vm to vm via VPP vhostuser

2018-03-25 Thread Sara Gittlin
sara.gitt...@gmail.com> > *Date: *Thursday, March 22, 2018 at 8:12 AM > *To: *"vpp-dev@lists.fd.io" > *Cc: *"vpp-dev@lists.fd.io" > > *Subject: *Re: [vpp-dev] Very poor performance vm to vm via VPP vhostuser > > > > Hi John and Steven > > >

Re: [vpp-dev] Very poor performance vm to vm via VPP vhostuser

2018-03-22 Thread steven luong
qemu start command to reduce the drops. Steven From: on behalf of Sara Gittlin Date: Thursday, March 22, 2018 at 8:12 AM To: "vpp-dev@lists.fd.io" Cc: "vpp-dev@lists.fd.io" Subject: Re: [vpp-dev] Very poor performance vm to vm via VPP vhostuser Hi John and Steven setting

Re: [vpp-dev] Very poor performance vm to vm via VPP vhostuser

2018-03-22 Thread Alec
ubject: Re: [vpp-dev] Very poor performance vm to vm via VPP vhostuser Hi John and Steven setting this in the startup config didnt help vhost-user { coalesce-frame 0 } John I'm using ping -f for latency and iperf3 for pps testing. later i'll run pktgen in the vm's

Re: [vpp-dev] Very poor performance vm to vm via VPP vhostuser

2018-03-22 Thread Sara Gittlin
lt; > sara.gitt...@gmail.com> > *Date: *Thursday, March 22, 2018 at 9:27 AM > *To: *"vpp-dev@lists.fd.io" > *Subject: *Re: [vpp-dev] Very poor performance vm to vm via VPP vhostuser > > > > this is the output of: > > show vhost-user VirtualEthernet0/0/

Re: [vpp-dev] Very poor performance vm to vm via VPP vhostuser

2018-03-22 Thread John Lo (loj)
compatibility. You are welcome to keep on using “show err” as it is shorter and faster to type. Regards, John From: vpp-dev@lists.fd.io On Behalf Of Sara Gittlin Sent: Thursday, March 22, 2018 8:56 AM To: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Very poor performance vm to vm via VPP vhostuser in the

Re: [vpp-dev] Very poor performance vm to vm via VPP vhostuser

2018-03-22 Thread John DeNisco
Hi Sara, Can you also send the results from show hardware and show interfaces? What are you using to test your performance. John From: on behalf of Sara Gittlin Date: Thursday, March 22, 2018 at 9:27 AM To: "vpp-dev@lists.fd.io" Subject: Re: [vpp-dev] Very poor performance vm

Re: [vpp-dev] Very poor performance vm to vm via VPP vhostuser

2018-03-22 Thread steven luong
Sara Gittlin Date: Thursday, March 22, 2018 at 6:27 AM To: "vpp-dev@lists.fd.io" Subject: Re: [vpp-dev] Very poor performance vm to vm via VPP vhostuser this is the output of: show vhost-user VirtualEthernet0/0/0 Virtio vhost-user interfaces Global: coalesce frames 32 time 1e-3 nu

Re: [vpp-dev] Very poor performance vm to vm via VPP vhostuser

2018-03-22 Thread Sara Gittlin
this is the output of: show vhost-user VirtualEthernet0/0/0 Virtio vhost-user interfaces Global: coalesce frames 32 time 1e-3 number of rx virtqueues in interrupt mode: 0 Interface: VirtualEthernet0/0/0 (ifindex 1) virtio_net_hdr_sz 12 features mask (0x): features (0x58208000)

Re: [vpp-dev] Very poor performance vm to vm via VPP vhostuser

2018-03-22 Thread Sara Gittlin
i dont think these are error counters - anyway very poor pps On Thu, Mar 22, 2018 at 2:55 PM, Sara Gittlin wrote: > in the show err output i see that l2-output l2-learn l2-input counters > are continuously incremented : > show err >CountNode Reason >

Re: [vpp-dev] Very poor performance vm to vm via VPP vhostuser

2018-03-22 Thread Sara Gittlin
in the show err output i see that l2-output l2-learn l2-input counters are continuously incremented : show err CountNode Reason 11l2-output L2 output packets 11l2-learnL2 learn

[vpp-dev] Very poor performance vm to vm via VPP vhostuser

2018-03-22 Thread Sara Gittlin
Hello i setup 2 vm connected to VPP as per the guide : https://wiki.fd.io/view/VPP/Use_VPP_to_connect_VMs_Using_Vhost-User_Interface The performance looks very bad very low pps and large latencies udp pkt size 100B - throughput 500Mb average latency is 900us i have 2 PMDs threads (200% cpu) in