[vpp-dev] worker_threads clarification/confirmation

2018-03-08 Thread Bly, Mike
Hello, I am looking to confirm worker_thread creation/deletion capabilities. The descriptions in ./src/vpp/conf/startup.conf suggest we must define the number of worker_threads up front. A code inspection of vlib_thread_init() seems to confirm this. I am looking to understand if that is

Re: [vpp-dev] subunit requirement

2018-03-08 Thread Klement Sekera
Hi Tom, this is caused by simple fact that verify job runs only for a subset of supported distros. At (development) time of the patch, I wasn't aware of this, and the result is that after the commit containing VAPI tests, some centos people started to complain that it doesn't build for them or

[vpp-dev] DMM bi-weekly meeting setup

2018-03-08 Thread Qing Chang
Hi All, FD.io DMM bi-weekly meeting is setup. https://wiki.fd.io/view/DMM/Meeting Biweekly on Tuesdays, 9:30-10pm PST. FD.io Zoom Meeting room Join from PC, Mac, Linux, iOS or Android: https://zoom.us/j/5301185804 Or iPhone one-tap (US Toll): +14086380968,,5301185804# or

Re: [vpp-dev] VPP build error

2018-03-08 Thread Sara Gittlin
Thank you Marco this solved the error Cheers ! -Sara On Thu, Mar 8, 2018 at 5:12 PM, Sara Gittlin wrote: > Dear Sirshak, > This is not the 1st time build (build pass ok few days ago) > anyway i've reinstall nasm - but didnt help > Thanks > -Sara > > On Thu, Mar 8, 2018

Re: [vpp-dev] VPP As A Router Between Namespaces - 10ms latency

2018-03-08 Thread Florin Coras
Great! :-) Florin > On Mar 8, 2018, at 1:42 AM, Sara Gittlin wrote: > > Florin > Thank you - i'm done - i get very good numbers with tap both for > throughput and latency > > -Sara > > On Thu, Mar 8, 2018 at 10:55 AM, Sara Gittlin

Re: [vpp-dev] VPP build error

2018-03-08 Thread Sara Gittlin
Dear Sirshak, This is not the 1st time build (build pass ok few days ago) anyway i've reinstall nasm - but didnt help Thanks -Sara On Thu, Mar 8, 2018 at 5:06 PM, Sirshak Das wrote: > I did get an error on something related to nasm and I installed nasm and went > past it.

Re: [vpp-dev] VPP build error

2018-03-08 Thread Marco Varlese
"make dpdk-install-dev" should take care of fixing all that... On Thu, 2018-03-08 at 15:06 +, Sirshak Das wrote: > I did get an error on something related to nasm and I installed nasm and went > past it. I know this is a obvious question but did u try installing nasm > package via package

Re: [vpp-dev] VPP build error

2018-03-08 Thread Sirshak Das
I did get an error on something related to nasm and I installed nasm and went past it. I know this is a obvious question but did u try installing nasm package via package manager ? ++ Sirshak Das > On Mar 8, 2018, at 8:51 AM, Sara Gittlin

Re: [vpp-dev] VPP build error

2018-03-08 Thread Sara Gittlin
forgot to attach the log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.69. Invocation command line was $ configure ## - ## ## Platform.

[vpp-dev] VPP build error

2018-03-08 Thread Sara Gittlin
Hello Has anyone encountered this build error ? -- checking whether the C compiler works... no configure: error: in `/home/sarag/vpp/build-root/build-vpp-native/dpdk/nasm-2.13.01': configure: error: C compiler cannot create

Re: [vpp-dev] VPP - mechanism to drop packets

2018-03-08 Thread Dave Barach
"show vlib graph" displays all of the nodes and arcs. The sample plugin is hooked into the device driver feature arc, for simplicity. I don't know what your plugin is doing, so I can't really comment on whether that's good or bad for your use case. D. -Original Message- From:

Re: [vpp-dev] Error during startup

2018-03-08 Thread Dave Barach
+1. Please be careful. This is a cockpit error. From: vpp-dev@lists.fd.io On Behalf Of Florin Coras Sent: Thursday, March 8, 2018 1:09 AM To: vpp-dev@lists.fd.io Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Error during startup Hi Shashi, This can’t possibly be part of

Re: [vpp-dev] dpdk drivers

2018-03-08 Thread Marco Varlese
Unless you set the DPDK_DOWNLOAD_DIR environment variable, VPP will keep using the source downloaded in its default location. Within the vpp repository, at the top-level directory you find a dpdk folder; try to look at the Makefile in there to understand the logic. Bottom-line: you need to specify

Re: [vpp-dev] download specific version vpp

2018-03-08 Thread Marco Varlese
Dear Xulang, Use "git tag -l" to see all the tags applied to the VPP repo.Once you choose the tag (representing the version you want to use) simply do the "git checkout NAME_OF_THE_TAG". - Marco On Thu, 2018-03-08 at 19:21 +0800, xulang wrote: > Hi all, > How could I download one specific version

[vpp-dev] download specific version vpp

2018-03-08 Thread xulang
Hi all, How could I download one specific version vpp, for example if I would like to download version 17.02 with git, what should I do? Regards, xulang

[vpp-dev] dpdk drivers

2018-03-08 Thread xulang
Hi all, I'v changed a dpdk driver file which is rte_eth_bond_pmd.c, Then I would like to compile dpdk to become effiective. I start vpp with gdb, and use gdb cmd "list slave_configure", there is no change, I hope to hearing from you. Here are my operations. DPDK compile: export

Re: [vpp-dev] VPP As A Router Between Namespaces - 10ms latency

2018-03-08 Thread Sara Gittlin
Florin Thank you - i'm done - i get very good numbers with tap both for throughput and latency -Sara On Thu, Mar 8, 2018 at 10:55 AM, Sara Gittlin wrote: > Thank you Florin and Dave > Florin - I can create tap in vpp and tap in namespace - but how to > connect them like

Re: [vpp-dev] VPP - mechanism to drop packets

2018-03-08 Thread Avi Cohen (A)
Dave When I set next0 to ETHERNET_INPUT - packets seems to be processed normally This make sense because my plugin is based on the sample - which is invoked *before* the ETHERNET_INPUT Best Regards Avi > -Original Message- > From: Avi Cohen (A) > Sent: Thursday, 08 March, 2018 9:13 AM >

Re: [vpp-dev] VPP As A Router Between Namespaces - 10ms latency

2018-03-08 Thread Sara Gittlin
Thank you Florin and Dave Florin - I can create tap in vpp and tap in namespace - but how to connect them like veth-pair ? how traffic transmitted from the namespace tap will be received on the vpp tap ? and viceversa Dave - when i running iperf3 TCP i can see ~ 1000 pps , when i'm running UDP i

[vpp-dev] VPP conventional method to store internal plugin data

2018-03-08 Thread Avi Cohen (A)
Hi, I need your opinion where to store internal plugin data ? For example I want to store data based on the cli input , and use this data when the plugin hook is invoked . Of course I can implement this, but I ask for a conventional method Best Regards, Avi -=-=-=-=-=-=-=-=-=-=-=- Links: