[dpdk-dev] DPDK with vhostuser - Issue in Testing with DPDK-Pktgen

2016-02-27 Thread Czesnowicz, Przemyslaw
Hi Abhijeet,

To be able to use vhostuser multiqueue support you will need to have following 
software versions.

OpenStack: Liberty
Qemu:  2.5
Libvirt: > 1.2.17
DPDK: 2.2
Ovs: either the tip of 2.5 branch or master branch

Setting hw_vif_mutliqueue_enabled=true Image property won't have any effect 
with your current configuration.

Regards
Przemek

From: Abhijeet Karve [mailto:abhijeet.ka...@tcs.com]
Sent: Friday, February 26, 2016 2:45 PM
To: Czesnowicz, Przemyslaw ; Mooney, Sean K 
; Chandran, Sugesh 
Cc: dev at dpdk.org; discuss at openvswitch.org
Subject: DPDK with vhostuser - Issue in Testing with DPDK-Pktgen

Dear Przemek, Sean & Sugesh,

It would be great if get your valuable inputs for the below listed issue. We 
have setup DPDK with vhostuser in AllinOne setup on following software platform.
_
Openstack: Kilo
Distribution: Ubuntu 14.04
OVS Version: 2.4.0
DPDK 2.0.0
_

In our Openstack OVS-DPDK  set up, we are spawning 2 instance on same host with 
Ubuntu and running DPDK-pktgen in one of the VM and measuring traffic between 
VMs of same host.

VMs spec are 8GB of memory and 4 core, we are using one port for pktgen 
application.

Please fine the VM huge page setting as well,

HugePages_Total:1024
HugePages_Free:  896
HugePages_Rsvd:0
HugePages_Surp:0
Hugepagesize:   2048 kB

Please find the below command we are using,

./app/app/$RTE_TARGET/pktgen -c 0f -n 3  --proc-type auto --socket-mem 256 -b 
:00:03.0 -- -P -m "[1-3].0"

Regardless of the cores whatever we are passing here(-m "[1-3].0"), the traffic 
is sending via only one core, remaining 2 cores are idle.

We have added specific property as well to the images we are using,

hw:vif_multiqueue_enabled=true --> Flavor property
hw_vif_mutliqueue_enabled=true --> Image property

Still we got the same issue on the application.

>From logs,
. . . . .
** Dev Info (rte_virtio_pmd:0) **
   max_vfs:   0 min_rx_bufsize:  64 max_rx_pktlen :  9728 
max_rx_queues :   1 max_tx_queues:   1
. . . . .


Kindly suggest us something on this regard if we need to tune anything on 
Openstack end or in pktgen application.


Thanks & Regards
Abhijeet Karve

=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you


[dpdk-dev] DPDK with vhostuser - Issue in Testing with DPDK-Pktgen

2016-02-26 Thread Wiles, Keith
>Dear Przemek, Sean & Sugesh,
>
>It would be great if get your valuable inputs for the below listed issue. 
>We have setup DPDK with vhostuser in AllinOne setup on following software 
>platform.
>_
>Openstack: Kilo
>Distribution: Ubuntu 14.04
>OVS Version: 2.4.0
>DPDK 2.0.0
>_
>
>In our Openstack OVS-DPDK  set up, we are spawning 2 instance on same host 
>with Ubuntu and running DPDK-pktgen in one of the VM and measuring traffic 
>between VMs of same host.
>
>VMs spec are 8GB of memory and 4 core, we are using one port for pktgen 
>application.
> 
>Please fine the VM huge page setting as well,
> 
>HugePages_Total:1024
>HugePages_Free:  896
>HugePages_Rsvd:0
>HugePages_Surp:0
>Hugepagesize:   2048 kB
> 
>Please find the below command we are using,
> 
>./app/app/$RTE_TARGET/pktgen -c 0f -n 3  --proc-type auto --socket-mem 256 
>-b :00:03.0 -- -P -m "[1-3].0"
> 
>Regardless of the cores whatever we are passing here(-m "[1-3].0"), the 
>traffic is sending via only one core, remaining 2 cores are idle.

Let me look at the problem and verify it is not a bug or something else.

> 
>We have added specific property as well to the images we are using,
> 
>hw:?vif_multiqueue_?enabled=?true ? Flavor property
>hw_?vif_mutliqueue_?enabled=?true ? Image property
> 
>Still we got the same issue on the application.
> 
>From logs,
>. . . . .
>** Dev Info (rte_virtio_pmd:0) **
>   max_vfs:   0 min_rx_bufsize:  64 max_rx_pktlen :  9728 
>max_rx_queues :   1 max_tx_queues:   1
>. . . . .
> 
>
>Kindly suggest us something on this regard if we need to tune anything on 
>Openstack end or in pktgen application.
>
>
>Thanks & Regards
>Abhijeet Karve
>=-=-=
>Notice: The information contained in this e-mail
>message and/or attachments to it may contain 
>confidential or privileged information. If you are 
>not the intended recipient, any dissemination, use, 
>review, distribution, printing or copying of the 
>information contained in this e-mail message 
>and/or attachments to it are strictly prohibited. If 
>you have received this communication in error, 
>please notify us by reply e-mail or telephone and 
>immediately and permanently delete the message 
>and any attachments. Thank you
>
>
>


Regards,
Keith