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

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

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

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:

[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] 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

[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

[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

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