Re: [vpp-dev] VPP DPDK build failure with Mellanox interface(aarch64)

2018-03-05 Thread Marco Varlese
On Mon, 2018-03-05 at 16:44 -0600, Sirshak Das wrote: > Hi Marco, > > Thanks for replying. > I am not sure if you read the last part of my email: > > > Finally what is strange is if I copy dpdk-18.02.tar.gz to seperate > > > location and turn MLx5 config and build this builds fine. Indeed I

[vpp-dev] how to use classifier struct classify_add_del_session

2018-03-05 Thread naveenscs
What the below fields are meant for? hit_next_index ( https://docs.fd.io/vpp/17.04/df/de9/structvl__api__classify__add__del__session__t.html#a84e237caa7d977236be50cbae42ef7c1 ) ; opaque_index (

Re: [vpp-dev] VPP DPDK build failure with Mellanox interface(aarch64)

2018-03-05 Thread Dave Wallace
Sirshak, The JVPP error was caused by a patch (10920) that somehow passed the Verify job, but failed during the merge job.  I have just merged the patch (10965) which reverts the patch which introduced the JVPP build errors. Thanks, -daw- On 3/5/2018 5:44 PM, Sirshak Das wrote: Hi Marco,

Re: [vpp-dev] VPP DPDK build failure with Mellanox interface(aarch64)

2018-03-05 Thread Sirshak Das
Hi Marco, Thanks for replying. I am not sure if you read the last part of my email: >> Finally what is strange is if I copy dpdk-18.02.tar.gz to seperate >> location and turn MLx5 config and build this builds fine. >> >> Build drivers/net/mlx5 >> CC mlx5.o >> PMDINFO mlx5.o.pmd.c >> CC

Re: [vpp-dev] stats mess

2018-03-05 Thread Keith Burns
Klement, I didn't actually test that specific combo. ~0 was kept for backwards compatibility. If you raise the JIRA, assign it to me, and I will have a look. On Tue, Feb 27, 2018 at 5:33 AM Klement Sekera wrote: > Hi, > > While doing some testing I noticed that vpp ends

Re: [vpp-dev] Dramatic dropping caused by VPP?

2018-03-05 Thread Marco Varlese
I wonder if the issue was caused by a different window size used by iperf3 vs iperf2. Maybe, worth trying again iperf3 passing the same window size as iperf2. To do that you need to pass the "-w" option on the command line of iperf2/3. I think it's worth giving it a try... - Marco On Mon,

Re: [vpp-dev] Dramatic dropping caused by VPP?

2018-03-05 Thread Dave Barach
Root cause? From: vpp-dev@lists.fd.io On Behalf Of Hao Fu (haof) Sent: Monday, March 5, 2018 1:23 PM To: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Dramatic dropping caused by VPP? Solved by using iperf2 instead. From: > on

Re: [vpp-dev] vpp-comparison-18.01 - Invitation to comment

2018-03-05 Thread Anita Tragler
+ Christian, Flavio Hi Christian, Flavio, Karl Seems OVS-DPDK performance is degrading with higher flow counts based on Karl's testing. Do we have any recent OVS 2.9 PVP zero loss or 0.0001% loss tests with 1K, 10K, 100K flows, don't we need to disable the EMC for better performance over 8K

Re: [vpp-dev] Dramatic dropping caused by VPP?

2018-03-05 Thread Hao Fu (haof)
Solved by using iperf2 instead. From: on behalf of "Hao Fu (haof)" Date: Friday, March 2, 2018 at 11:23 AM To: "vpp-dev@lists.fd.io" Subject: [vpp-dev] Dramatic dropping caused by VPP? Dear All, I created two vms with vpp installed

[vpp-dev] subunit requirement

2018-03-05 Thread Thomas F Herbert
Garbriel and all, I am working on the release packaging for 18.01.1 for Centos. I want to discuss the subunit requirement in deps and in the spec file originally introduced in this patch. https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff;h=d3e671e0dbb879d90f00bdee608ee0bb5f6357ae

Re: [vpp-dev] How to activate the sample plugins

2018-03-05 Thread Avi Cohen (A)
I'm (like Sara) encoutering exactly the same problems to build sample or newplugin I believe the guide pages are obsolete or the sample code is broken./ is there another recommended process to customize an existing plugin ? For example to take one of the in-tree plugins (under /src/plugins)

Re: [vpp-dev] How to activate the sample plugins

2018-03-05 Thread Dave Barach
You might also need a bit of "autoreconf -if" / "make distclean" action. -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Sara Gittlin Sent: Monday, March 5, 2018 9:49 AM To: vpp-dev@lists.fd.io Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] How to activate

Re: [vpp-dev] How to activate the sample plugins

2018-03-05 Thread Sara Gittlin
Thanks Dave my plugin is called newplugin - I've followed this guide: How to create a new plugin To create a new plugin based on the sample plugin, copy and rename the sample plugin directory and automake config. cp -r src/examples/sample-plugin/sample src/plugins/newplugin cp

[vpp-dev] Usage of classifier api struct's

2018-03-05 Thread naveenscs
Hi, Below are the few attributes (of classify table creation/deletion structure, classify_add_del_table ) which I didn't understand fully, It please me to understand table/session creation : del_chain  - It says if non-zero value then whole chain of tables is deleted, does this

Re: [vpp-dev] How to activate the sample plugins

2018-03-05 Thread Dave Barach
If your plugin is called "sample," you meant ENABLE_SAMPLE not ENABLE_NEWPLUGIN. -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Sara Gittlin Sent: Monday, March 5, 2018 4:07 AM To: vpp-dev@lists.fd.io Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] How to

Re: [vpp-dev] How to activate the sample plugins

2018-03-05 Thread Sara Gittlin
Dave i set VPP_WITH_NEWPLUGIN=yes and now the build is passing ok but I do not see any build products of newplugin under build-root/build-vpp-native/vpp/plugins/ so probably i miss something which is not specified in sample_plugin_doc.md Thanks in advance -Sara On Mon, Mar 5, 2018 at 11:07 AM,

Re: [vpp-dev] How to activate the sample plugins

2018-03-05 Thread Sara Gittlin
Thank you Dave we are progressing the root failure is the new sample plugin- the variable 'sample_main' (type sample_main_t ) is not defined anywhere --- load_one_plugin:142: /usr/lib/vpp_plugins/sample_plugin.so: undefined symbol: sample_main load_one_plugin:143: Failed to load