[dpdk-dev] DPDK OVS on Ubuntu 14.04# Issue's Resolved# Successfully setup DPDK OVS with vhostuser

Abhijeet Karve abhijeet.karve at tcs.com
Tue Dec 15 06:55:49 CET 2015


Dear All,

After seting up system boot parameters as shown below, the issue is 
resolved now & we are able to successfully setup openvswitch netdev-dpdk 
with vhostuser support.

_________________________________________________________________________________________________________________
Setup 2 sets of huge pages with different sizes. One for Vhost and another 
for Guest VM.
         Edit /etc/default/grub.
            GRUB_CMDLINE_LINUX="iommu=pt intel_iommu=on  hugepagesz=1G 
hugepages=10 hugepagesz=2M hugepages=4096"
         # update-grub
       - Mount the huge pages into different directory.
          # sudo mount -t hugetlbfs nodev /mnt/huge_2M -o pagesize=2M
          # sudo mount -t hugetlbfs nodev /mnt/huge_1G -o pagesize=1G
_________________________________________________________________________________________________________________

At present we are facing an issue in Testing DPDK application on setup. In 
our scenario, We have DPDK instance launched on top of the Openstack Kilo 
compute node. Not able to assign DHCP IP from controller. 


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




More information about the dev mailing list