Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-12 Thread Ed Kern
Cant/wont make assumptions or guesses as to why the openstack minions exec as root. The container based builds exec as root because thats the default that happens when you run a container in general. if requested/required I could look into the extra steps it would take to have it ‘step down’

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-12 Thread Klement Sekera
Why does Jenkins run make test under root? Make test does not need root at all... > -Original Message- > From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Dave > Barach (dbarach) > Sent: Monday, March 12, 2018 8:46 PM > To: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev]

Re: [vpp-dev] make TEST=test_ip6 test failing on multiple machines, when NOT run as root.

2018-03-12 Thread Dave Barach
Dave Wallace and I were chatting, and he jogged my memory: our Jenkins minions run "make test" as root. TEST=test_ip6 fails 100% of the time when run as a normal user. It passes when run as root. Would it be possible to fix this class of problem? Thanks. Dave From: Dave Barach

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

2018-03-12 Thread John Lo (loj)
The functions in the area you are interested may be the unformat functions unformat_vnet_sw_interface(), unformat_vnet_hw_interface() in src/vnet/interface_format.c used by VPP CLI to get sw_if_index or hw_if_index from user specified interface name.-John -Original Message- From:

Re: [vpp-dev] #vpp Switching exercise task - VPP progressive tutorial

2018-03-12 Thread Hamid via Lists.Fd.Io
Hi Burt, I don't know much about the modules yet. But thanks for trying it out. There were no bridge-domain listed (domain 0 is present in the tutorial) so I had to view the reference on how to create one. The tutorial might be a bit old but its Wiki page has been updated a few times recently

Re: [vpp-dev] #vpp Switching exercise task - VPP progressive tutorial

2018-03-12 Thread Burt Silverman
You have progressed further than I have, Hamid; I am wondering why vpp_api_test_plugins are able to be loaded early in the tutorial; I guess that is from 2016, or I don't know what is wrong with my plugins in the install tree. I mean, their source code does not have VLIB_PLUGIN_REGISTER like the

Re: [vpp-dev] A Question about SPAN Dump Details

2018-03-12 Thread John Lo (loj)
Hi Jon, That is a good idea. Please submit a patch. Regards, John From: Jon Loeliger [mailto:j...@netgate.com] Sent: Monday, March 12, 2018 10:54 AM To: vpp-dev ; John Lo (loj) Subject: A Question about SPAN Dump Details John, et al, Could we add the

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

2018-03-12 Thread Sara Gittlin
btw - is there (like in linux) a vpp function helper "interface-name-to-if-index" - which its input is interface-name and output is vpp-if-index ? Thank you -Sara On Mon, Mar 12, 2018 at 5:16 PM, Sara Gittlin wrote: > Thank you Jon > This indeed very helpful ! >

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

2018-03-12 Thread Sara Gittlin
Thank you Jon This indeed very helpful ! Cheers -Sara On Mon, Mar 12, 2018 at 5:01 PM, Jon Loeliger wrote: > > > On Mon, Mar 12, 2018 at 3:57 AM, Sara Gittlin > wrote: >> >> Dear Florin, >> >> When using the command " create tap rx-ring-size 4096

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

2018-03-12 Thread Jon Loeliger
On Mon, Mar 12, 2018 at 3:57 AM, Sara Gittlin wrote: > Dear Florin, > > When using the command " create tap rx-ring-size 4096 tx-ring-size 4096 " > VPP create the devices with default names tap0, tap1, ..tapn. > > Is it possible for the user to set the name in the

[vpp-dev] A Question about SPAN Dump Details

2018-03-12 Thread Jon Loeliger
John, et al, Could we add the "is_l2" flag into the SPAN details message so that we don't have to maintain global state about what type of detail is coming back? Happy to submit that patch if you are OK with the suggestion. Thanks, jdl

Re: [vpp-dev] Freezing Session Deletion Operation

2018-03-12 Thread Andrew Yourtchenko
Dear Rubina, I've tried the test locally using the data that you sent, here is the output from my trex after 10 minutes running: -Per port stats table ports | 0 | 1 -

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

2018-03-12 Thread Sara Gittlin
Dear Florin, When using the command " create tap rx-ring-size 4096 tx-ring-size 4096 " VPP create the devices with default names tap0, tap1, ..tapn. Is it possible for the user to set the name in the 'create' command line ? Thank you in advance -Sara On Thu, Mar 8, 2018 at 5:32 PM, Florin

Re: [vpp-dev] Freezing Session Deletion Operation

2018-03-12 Thread Rubina Bianchi
Hi Dear Andrew I repeated once again my scenarios with short timeouts and upload all configs and outputs for your consideration. I am clear about that session cleaner process doesn't work properly and my Trex throughput stuck at 0. Please repeat this scenario to verify this (Unfortunately vpp

[vpp-dev] #vpp Switching exercise task - VPP progressive tutorial

2018-03-12 Thread Hamid via Lists.Fd.Io
Hi, I am having some issues with the switching exercise of the VPP progressive tutorial ( https://wiki.fd.io/view/VPP/Progressive_VPP_Tutorial ). I have created the veth interface between vpp1 and vpp2 the same way it was created between vpp1 and host. I also had to create bridge-domain 1 to