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 ca

Re: [vpp-dev] ACL question

2020-04-29 Thread Govindarajan Mohandoss
Thanks Andrew. I will investigate more based on your suggestion. I am seeing the issue in x86 also. I am trying to find similar config (tc01-64B-1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-mrr) in CSIT logs. It doesn’t have “show acl-plugin acl" dump. https://logs.fd.io/production/vex-yul-rot-jen

[vpp-dev] VPP 20.05 - one week before API freeze

2020-04-29 Thread Andrew Yourtchenko
Hello all, Just a friendly reminder: we are now one week away from the API freeze. It is scheduled to happen on the 6th of May. It's a good time to start creating/updating the FEATURE.yaml for the subsystems that you introduced the new features into, if you want to highlight in the documentatio

[vpp-dev] VPP 19.08.2 is tomorrow 30 Apr 2020

2020-04-29 Thread Andrew Yourtchenko
Dear all, FYI - tomorrow, 30 Apr 2020 is the plan to lay the tag and build the VPP 19.08.2 release (LTS). If anyone has the urgent critical fixes that must go in into this release that - please cherrypick them in gerrit into stable/1908, add me as a reviewer and let me know today. --a -=-=-=-=-=

Re: [vpp-dev] Prefetch Clustering

2020-04-29 Thread Damjan Marion via lists.fd.io
> On 29 Apr 2020, at 00:55, Christian Hopps wrote: > > I wrote this longish email with diagrams and what not and accidentally > deleted it, so this one's shorter.. sorry :) > > So I think this brings into question the value of doing more than a single > buffer worth of prefetch in a loop whi

Re: [vpp-dev] VPP Multi-versioning changes on x86

2020-04-29 Thread Paul Vinciguerra
Hi Damjan, Code was recently added for vpp to specify the variant to use. Is there a minimum hardware spec for the CI tests, and what are your thoughts on testing the variants? Paul On Wed, Apr 29, 2020 at 12:05 PM Damjan Marion via lists.fd.io wrote: > > As you probably know, VPP build system

[vpp-dev] VPP Multi-versioning changes on x86

2020-04-29 Thread Damjan Marion via lists.fd.io
As you probably know, VPP build system is compiling selected C files multiple times with different compiler flags and there is runtime infra which detect CPU type on runtime and selects optimal binary. On x86 today we have following variants: - baseline (-march=core-i7) - avx2 (-march=core-avx2

Re: [vpp-dev] wireshark log capture with "any " option #vpp

2020-04-29 Thread Dave Barach via lists.fd.io
For now, we support 19.08 (LTS), and 20.01. 20.05 will be released next month. We do not support 19.01. Thanks... Dave From: vpp-dev@lists.fd.io On Behalf Of Deepak NC Sent: Wednesday, April 29, 2020 12:44 AM To: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] wireshark log capture with "any " opti

Re: [vpp-dev] ACL question

2020-04-29 Thread Neale Ranns via lists.fd.io
Or in the latest version you can create ACLs on the CLI: set acl-plugin acl ? set acl-plugin interface ? /neale From: on behalf of Andrew Yourtchenko Date: Wednesday 29 April 2020 at 10:59 To: Govindarajan Mohandoss Cc: "John Lo (loj)" , Paul Vinciguerra , "vpp-dev@lists.fd.io" , nd , L

Re: [vpp-dev] ACL question

2020-04-29 Thread Andrew Yourtchenko
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 hacking an existing testcase. 1b) if it doesn’t - run the vat itself under gdb and t