Re: [vpp-dev] ACL question

2020-05-03 Thread Govindarajan Mohandoss
Thanks Neale. It works now. From: Neale Ranns (nranns) Sent: Saturday, May 2, 2020 8:15 AM To: Govindarajan Mohandoss ; Andrew Yourtchenko Cc: John Lo (loj) ; Paul Vinciguerra ; vpp-dev@lists.fd.io; nd ; Lijian Zhang ; Jieqiang Wang Subject: Re: [vpp-dev] ACL question From: Govindarajan

Re: [vpp-dev] ACL question

2020-05-02 Thread Neale Ranns via lists.fd.io
From: Govindarajan Mohandoss Date: Friday 1 May 2020 at 21:15 To: "Neale Ranns (nranns)" , Andrew Yourtchenko Cc: "John Lo (loj)" , Paul Vinciguerra , "vpp-dev@lists.fd.io" , nd , Lijian Zhang , Jieqiang Wang , nd Subject: RE: [vpp-dev] ACL question Hi Neale

Re: [vpp-dev] ACL question

2020-05-01 Thread Govindarajan Mohandoss
; Lijian Zhang ; Jieqiang Wang Subject: Re: [vpp-dev] ACL question Or in the latest version you can create ACLs on the CLI: set acl-plugin acl ? set acl-plugin interface ? /neale From: mailto:vpp-dev@lists.fd.io>> on behalf of Andrew Yourtchenko mailto:ayour...@gmail.com>> Dat

Re: [vpp-dev] ACL question

2020-04-29 Thread Govindarajan Mohandoss
Thanks Neale. From: Neale Ranns (nranns) Sent: Wednesday, April 29, 2020 4:24 AM To: Andrew Yourtchenko ; Govindarajan Mohandoss Cc: John Lo (loj) ; Paul Vinciguerra ; vpp-dev@lists.fd.io; nd ; Lijian Zhang ; Jieqiang Wang Subject: Re: [vpp-dev] ACL question Or in the latest version you

Re: [vpp-dev] ACL question

2020-04-29 Thread Govindarajan Mohandoss
ndarajan Mohandoss Cc: John Lo (loj) ; Paul Vinciguerra ; vpp-dev@lists.fd.io; nd ; Lijian Zhang ; Jieqiang Wang Subject: Re: [vpp-dev] ACL question Hi Govind, 1) make an api trace and inspect the message there - whether it contains the entries you are expecting. 1a) If it does, then

Re: [vpp-dev] ACL question

2020-04-29 Thread Neale Ranns via lists.fd.io
sts.fd.io" , nd , Lijian Zhang , Jieqiang Wang Subject: Re: [vpp-dev] ACL question Hi Govind, 1) make an api trace and inspect the message there - whether it contains the entries you are expecting. 1a) If it does, then you can trivially recreate the same message using the python api just by

Re: [vpp-dev] ACL question

2020-04-29 Thread Andrew Yourtchenko
oj) > Sent: Tuesday, April 28, 2020 10:38 PM > To: Govindarajan Mohandoss ; Paul Vinciguerra > > Cc: Andrew 👽 Yourtchenko ; vpp-dev@lists.fd.io; nd > ; Lijian Zhang ; Jieqiang Wang > ; nd > Subject: RE: [vpp-dev] ACL question > > Try “make test TEST=acl_plugin”.

Re: [vpp-dev] ACL question

2020-04-28 Thread Govindarajan Mohandoss
Zhang ; Jieqiang Wang ; nd Subject: RE: [vpp-dev] ACL question Try “make test TEST=acl_plugin”. -John From: vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io> mailto:vpp-dev@lists.fd.io>> On Behalf Of Govindarajan Mohandoss Sent: Tuesday, April 28, 2020 11:22 PM To: Paul

Re: [vpp-dev] ACL question

2020-04-28 Thread Govindarajan Mohandoss
Thanks John. From: John Lo (loj) Sent: Tuesday, April 28, 2020 10:38 PM To: Govindarajan Mohandoss ; Paul Vinciguerra Cc: Andrew 👽 Yourtchenko ; vpp-dev@lists.fd.io; nd ; Lijian Zhang ; Jieqiang Wang ; nd Subject: RE: [vpp-dev] ACL question Try “make test TEST=acl_plugin”. -John From

Re: [vpp-dev] ACL question

2020-04-28 Thread John Lo (loj) via lists.fd.io
Try “make test TEST=acl_plugin”. -John From: vpp-dev@lists.fd.io On Behalf Of Govindarajan Mohandoss Sent: Tuesday, April 28, 2020 11:22 PM To: Paul Vinciguerra Cc: Andrew 👽 Yourtchenko ; vpp-dev@lists.fd.io; nd ; Lijian Zhang ; Jieqiang Wang ; nd Subject: Re: [vpp-dev] ACL question Hi

Re: [vpp-dev] ACL question

2020-04-28 Thread Govindarajan Mohandoss
: Re: [vpp-dev] ACL question See: src/plugins/acl/test/test_acl_plugin.py On Tue, Apr 28, 2020 at 7:19 PM Govindarajan Mohandoss mailto:govindarajan.mohand...@arm.com>> wrote: Sure Andrew. Is there a unit test case for ACL plugin ? From: Andrew đź‘˝ Yourtchenko mailto:ayour...@gmail.com&

Re: [vpp-dev] ACL question

2020-04-28 Thread Govindarajan Mohandoss
Thanks Paul ! From: Paul Vinciguerra Sent: Tuesday, April 28, 2020 9:22 PM To: Govindarajan Mohandoss Cc: Andrew đź‘˝ Yourtchenko ; vpp-dev@lists.fd.io; nd ; Lijian Zhang ; Jieqiang Wang Subject: Re: [vpp-dev] ACL question See: src/plugins/acl/test/test_acl_plugin.py On Tue, Apr 28, 2020 at

Re: [vpp-dev] ACL question

2020-04-28 Thread Paul Vinciguerra
l 28, 2020 4:57 PM > *To:* Govindarajan Mohandoss > *Cc:* vpp-dev@lists.fd.io; nd ; Lijian Zhang < > lijian.zh...@arm.com>; Jieqiang Wang > *Subject:* Re: [vpp-dev] ACL question > > > > 1-3: no. > > 4: please make a “make test” test case illustrating the problem and share

Re: [vpp-dev] ACL question

2020-04-28 Thread Govindarajan Mohandoss
Sure Andrew. Is there a unit test case for ACL plugin ? From: Andrew 👽 Yourtchenko Sent: Tuesday, April 28, 2020 4:57 PM To: Govindarajan Mohandoss Cc: vpp-dev@lists.fd.io; nd ; Lijian Zhang ; Jieqiang Wang Subject: Re: [vpp-dev] ACL question 1-3: no. 4: please make a “make test” test case

Re: [vpp-dev] ACL question

2020-04-28 Thread Andrew Yourtchenko
> > Thank you very much Andrew !! I will do some benchmarks and get back to > > you to understand it better. > > > > Thanks > > Govind > > > > > -Original Message- > > > From: Andrew đź‘˝ Yourtchenko > > > Sent: Friday, Mar

Re: [vpp-dev] ACL question

2020-04-28 Thread Govindarajan Mohandoss
gt; To: Andrew đź‘˝ Yourtchenko > Cc: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] ACL question > > Thank you very much Andrew !! I will do some benchmarks and get back to > you to understand it better. > > Thanks > Govind > > > -Original Message-

Re: [vpp-dev] ACL question

2020-03-27 Thread Govindarajan Mohandoss
code for the bihash memory usage have been tested with half a > million sessions - so you can extrapolate from those with some ballpark > (though bihash memory usage is not linear wrt the entries, and also there is > some extra memory churn due to bucket reallocations when the size > in

Re: [vpp-dev] ACL question

2020-03-27 Thread Andrew Yourtchenko
lpark (though bihash memory usage is not linear wrt the entries, and also there is some extra memory churn due to bucket reallocations when the size increases). —a > > > Thanks > > Govind > > > > From: vpp-dev@lists.fd.io On Behalf Of Govindarajan > Mohandoss via Lis

Re: [vpp-dev] ACL question

2020-03-26 Thread Govindarajan Mohandoss
needed compared to SL mode ? Thanks Govind From: vpp-dev@lists.fd.io On Behalf Of Govindarajan Mohandoss via Lists.Fd.Io Sent: Thursday, March 26, 2020 12:37 PM To: Andrew đź‘˝ Yourtchenko Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] ACL question Hi Andrew, Thanks for the document. Can

Re: [vpp-dev] ACL question

2020-03-26 Thread Govindarajan Mohandoss
; nd Subject: Re: [vpp-dev] ACL question As an acl plugin author I can say both stateful and stateless ACLs are used for different consumers. Various matching implementations in vpp are used in different use cases... and there is not a single silver bullet magic answer, because the trade offs

Re: [vpp-dev] ACL question

2020-03-26 Thread Andrew Yourtchenko
As an acl plugin author I can say both stateful and stateless ACLs are used for different consumers. Various matching implementations in vpp are used in different use cases... and there is not a single silver bullet magic answer, because the trade offs are different. https://nonsns.github.io/

[vpp-dev] ACL question

2020-03-25 Thread Govindarajan Mohandoss
Hello ACL Maintainer, We want to measure and optimize the ACL performance for ARM servers. As per the foll. link, there are 4 different implementation of ACLs in VPP. https://fd.io/docs/vpp/master/usecases/acls.html We would like to start with most commonly used ACL implementation in VPP