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

2017-08-10 Thread Soroosh Sardari
; > there. > > > > I've made https://jira.fd.io/browse/VPP-937 to track it. > > > > Thanks a lot again! > > > > --a > > > > On 8/10/17, Soroosh Sardari wrote: > >> Dear vpp folks, > >> > >> There is an ambiguity

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

Re: [vpp-dev] What is the "Routed Interface" feature in "Security Group"?

2017-05-07 Thread Soroosh Sardari
not answer the questions, I will then update the doc. > > --a > > On 7 May 2017, at 13:49, Soroosh Sardari > wrote: > > Hi > > In 17.04 release note, there is "Routed interface support" term in > related to Security groups, but classify-table was available

[vpp-dev] What is the "Routed Interface" feature in "Security Group"?

2017-05-07 Thread Soroosh Sardari
Hi In 17.04 release note, there is "Routed interface support" term in related to Security groups, but classify-table was available for layer 3 interfaces in version 17.01. Is this term different from it? I've searched Jira and mailing list's archives, Is there any doc about this feature? Cheers,