Re: [opencontrail-dev] Need help in setting up vRouter in DPDK-enabled mode

2017-04-13 Thread Rajagopalan Sivaramakrishnan
Hi Deepak, In the agent config file, can you try setting the platform to dpdk as below? platform=dpdk This file is read by utilities such as “vif” (please see get_platform() in utils/ini_parser.c) Raja From: Deepak Tiwari Date: Thursday, April 13, 2017 at 4:53

Re: [opencontrail-dev] Vrouter UT compilation on master branch

2017-04-13 Thread Deepak Tiwari
Hi Paul, I followed the following README instructions. But this doesn't mention anything about adding those library packages https://github.com/Juniper/contrail-vrouter/blob/master/utils/vtest/README.txt I'll open a bug and add this information to this file Br, Deepak From: CARVER, PAUL

[opencontrail-dev] Elastic Flow Distributor

2017-04-13 Thread CARVER, PAUL
In DPDK 1702 Intel added support for Elastic Flow Distributor which might be able to boost Contrail vRouter performance. When Contrail upgrades from DPDK 2.1 to 1702 or later it would be worth looking at adding support. Has anyone looked at EFD? If not I can get some more information on it

Re: [opencontrail-dev] Vrouter UT compilation on master branch

2017-04-13 Thread CARVER, PAUL
Which set of instructions have you been following on the build process? If those packages aren't listed in the instructions as a prereq step then you should propose a change to add them. From: Dev [mailto:dev-boun...@lists.opencontrail.org] On Behalf Of Deepak Tiwari Sent: Thursday, April 13,

Re: [opencontrail-dev] Vrouter UT compilation on master branch

2017-04-13 Thread Deepak Tiwari
Hi Raja, Yes you are correct. Actually we hadn't installed following packages-- sudo apt-get install libnl-3-dev libnl-genl-3-dev Due to this we had to remove "nl-3" and "nl-genl-3" library linkings from some SConscript/Makefiles. But after installing above packages, UT is compiling

Re: [opencontrail-dev] Need help setting up OpenContrail

2017-04-13 Thread vishal sharma
Hi Syed Thanks a lot for inputs. I am able to move ahead using the inputs you provided. I have open contrail UI login page. I am not sure what is login/password of this GUI. Please let me know. Regards Vishal Sharma On Wed, Apr 12, 2017 at 9:10 PM, Syed Ahmed wrote: >