Re: [vpp-dev] Spurious make test failure (container POC)

2017-08-10 Thread Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco)
The 2 minute timeout is the result of my recent change. The framework now forks and runs the test in a child process, and if the child process fails to send a keep-alive (sent when a test case starts), then it's killed. Otherwise there'd be no way to recover from stuck mutex or deadlock.. Are you

[vpp-dev] Port range in ACL hash lookup

2017-08-10 Thread Soroosh Sardari
Dear vpp folks, There is an ambiguity for me in 'multi_acl_match_get_applied_ace_index' function in 'hash_lookup.c' when port-range check is true. After finding an ace with matched port range, why we do not assign curr_index to curr_match_index? The following code snippet is the lines I refered a

[vpp-dev] vpp performnace measurement in sriov configuration.

2017-08-10 Thread Rahul Negi
Hi All, I am working on an use case where i want to measure the Maximum PPS handled by vpp in sriov configuration.I have created a virtual machine on a host having specifications as follows:- 1.RHEL 7.3 installed 2.Intel X540 10 gig NIC attached I have created a virtual function from one of the i

Re: [vpp-dev] vpp performnace measurement in sriov configuration.

2017-08-10 Thread Soroosh Sardari
Could you send output of following command: show run On Aug 10, 2017 5:29 PM, "Rahul Negi" wrote: > Hi All, > I am working on an use case where i want to measure the Maximum PPS > handled by vpp in sriov configuration.I have created a virtual machine on a > host having specifications as follows

[vpp-dev] ip6 route add bug

2017-08-10 Thread Pragash Vijayaragavan
Hi, When i add the following ip6 route, which starts with "add", the "add" is ignored and the rest of the ip is added. Is this a bug? You can check the outputs below. This is in 17.07-rc0. *vpp# ip route add add:9538:44f8::/45 via 9000::1* vpp# sh ip6 fib ipv6-VRF:0, fib_index 0, flow hash:

Re: [vpp-dev] ip6 route add bug

2017-08-10 Thread Neale Ranns (nranns)
Hi Pragash, Yes that’s a bug. Could you submit a patch for it – we need to flip the order the ‘add’ string is parsed from the options so that it comes after parsing the IPv6 address. Thanks, neale From: Pragash Vijayaragavan Reply-To: "pxv3...@rit.edu" Date: Thursday, 10 August 2017 at 14:47

Re: [vpp-dev] Port range in ACL hash lookup

2017-08-10 Thread Andrew 👽 Yourtchenko
Dear Soroosh, Thanks for catching, I think you are right! The assignment should come from curr_index rather than result_val->applied_entry_index..., and the non-shadowed check just below will not apply, so would need to be deleted. Before getting the fix in, let me see how I can enhance the unit

Re: [vpp-dev] Port range in ACL hash lookup

2017-08-10 Thread Andrew 👽 Yourtchenko
Dear Soroosh, I have added you as a reviewer to https://gerrit.fd.io/r/#/c/7983/ --a On 8/10/17, Andrew 👽 Yourtchenko wrote: > Dear Soroosh, > > Thanks for catching, I think you are right! > > The assignment should come from curr_index rather than > result_val->applied_entry_index..., and the

[vpp-dev] Example of mpls configuration

2017-08-10 Thread Michael Borokhovich
Hi, Is there an example of how to configure the FIB to push/pop MSPL labels? I see that the set of MPLS commands has changed (reduced) between 1609 and 1707. Any simple example would help. Thanks, Michael. ___ vpp-dev mailing list vpp-dev@lists.fd.io

Re: [vpp-dev] Example of mpls configuration

2017-08-10 Thread Neale Ranns (nranns)
Hi Michael, See the ‘MPLS FIB’ section of https://wiki.fd.io/images/7/71/FIB_2.0_-_Hierarchical%2C_Protocol_Independent..pdf thanks, neale From: on behalf of Michael Borokhovich Date: Thursday, 10 August 2017 at 17:01 To: "vpp-dev@lists.fd.io" Subject: [vpp-dev] Example of mpls configurat

Re: [vpp-dev] Spurious make test failure (container POC)

2017-08-10 Thread Ed Kern (ejk)
these are NOT with verify… specifically with test-debug that I added as a separate run at someones request..(sorry can’t remember who at this moment) Ed On Aug 10, 2017, at 1:07 AM, Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco) mailto:ksek...@cisco.com>> wrote: The 2 minute ti

Re: [vpp-dev] Example of mpls configuration

2017-08-10 Thread Michael Borokhovich
Thanks, Neale, this is very helpful. BTW, the "out-label" option of the "ip route" is not listed in the documentation... On Thu, Aug 10, 2017 at 12:26 PM, Neale Ranns (nranns) wrote: > Hi Michael, > > > > See the ‘MPLS FIB’ section of > > https://wiki.fd.io/images/7/71/FIB_2.0_-_Hierarchical%2

Re: [vpp-dev] Port range in ACL hash lookup

2017-08-10 Thread Soroosh Sardari
Dear Andrew, Thanks for adding me to reviewer of the gerrit task, I checked my gerrit account it's already reviewed and merged. Thanks for such a fast response. Cheers, Soroosh On Aug 10, 2017 8:20 PM, "Andrew 👽 Yourtchenko" wrote: > Dear Soroosh, > > I have added you as a reviewer to https://

Re: [vpp-dev] vpp performnace measurement in sriov configuration.

2017-08-10 Thread Kinsella, Ray
Hi Rahul, So there a few additional hoops you have to jump through to get good performance. The biggest of which is making sure that 1. The host is setup to make hugepages available. 2. QEMU is pointed at the hugepages. 3. The guest is setup to make hugepages available. The following document