Re: [vpp-dev] Regarding high speed I/O with kernel

2019-12-10 Thread chetan bhasin
Sounds good. Thanks Ben for the response! On Tue, Dec 10, 2019 at 5:00 PM Benoit Ganne (bganne) wrote: > Hi, > > > I have used below CLI's to create rdma interfaces over Mellanox , Can you > > suggest what set of CLi's I should use so that packets from rdma will > also > > have mbuff fields se

[vpp-dev] VPP VSZ shoots to 200GB because of DPDK plugin

2019-12-10 Thread siddarth rai
Hello all, I am working with VPP 19_04. I noticed that the VSZ of VPP is showing 200+ GB. On further debugging, I discovered that the 'dpdk_plugin' is the one causing this. If I disable the dpdk plugin, the VSZ falls below 20G. Can anyone help me understand what is it in the dpdk plugin that is

Re: [vpp-dev] Spurious API CRC failures

2019-12-10 Thread Dave Wallace
Correction inline... On 12/10/2019 10:37 PM, Dave Wallace via Lists.Fd.Io wrote: Jan/Vratko, I spent the past several hours attempting to debug this issue.  When testing locally, using vpp master HEAD and csit oper-191209, I was able to reproduce the problem when running csit/resources/tools

Re: [vpp-dev] Spurious API CRC failures

2019-12-10 Thread Dave Wallace
Jan/Vratko, I spent the past several hours attempting to debug this issue. When testing locally, using vpp master HEAD and csit oper-191209, I was able to reproduce the problem when running csit/resources/tools/integrated/check_crc.py After attempting several iterations of reverting [0] and/

[vpp-dev] How to enable logs in VPP?

2019-12-10 Thread Gudimetla, Leela Sankar
Hello, I am looking for some information on how to enable error-logs, warnings, etc. I see bunch of logging in the code like clib_error_xxx(), clib_warning_xxx(), etc. Can someone share how to enable these logs to capture to a file on the target? Thanks, Leela sankar -=-=-=-=-=-=-=-=-=-=-=- Lin

Re: [vpp-dev] FD.io Jenkins Maintenance: 2019-12-10 1900 UTC to 2200 UTC

2019-12-10 Thread Vanessa Valderrama
Maintenance is complete. All systems are available. Please open a ticket at support.linuxfoundation.org if you experience any issues. Thank you, Anton & Vanessa On 12/10/19 1:04 PM, Vanessa Valderrama wrote: > > Starting maintenance > > On 12/10/19 7:15 AM, Vanessa Valderrama wrote: >> >> Jenkin

Re: [vpp-dev] FD.io Jenkins Maintenance: 2019-12-10 1900 UTC to 2200 UTC

2019-12-10 Thread Vanessa Valderrama
Starting maintenance On 12/10/19 7:15 AM, Vanessa Valderrama wrote: > > Jenkins sandbox is complete. Jenkins production will be shutdown at > 1800 UTC in preparation for maintenance. > > Thanks, > Vanessa > > > On 12/3/19 9:57 AM, Vanessa Valderrama wrote: >> >> *What:* >> >> * Jenkins >>

Re: [vpp-dev] Spurious API CRC failures

2019-12-10 Thread Jan Gelety via Lists.Fd.Io
Hello, It is caused by incorrect voting in VPP patch https://gerrit.fd.io/r/c/vpp/+/23887 where -1 form api crc check was overwritten by arm job. CSIT operational branch is already able to verify these new CRCs so, please, do recheck in all affected vpp commits. Regards, Jan From: vpp-dev@li

[vpp-dev] Coverity run FAILED as of 2019-12-10 14:05:22 UTC

2019-12-10 Thread Noreply Jenkins
Coverity run failed today. Current number of outstanding issues are 2 Newly detected: 0 Eliminated: 0 More details can be found at https://scan.coverity.com/projects/fd-io-vpp/view_defects -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14853): ht

[vpp-dev] Spurious API CRC failures

2019-12-10 Thread Dave Barach via Lists.Fd.Io
Folks, This patch (among others) https://gerrit.fd.io/r/c/vpp/+/23625 changes zero APIs, but fails API CRC validation. Please fix AYEC. We're dead in the water. Thanks... Dave 04:37:59 /w/workspace/vpp-csit-verify-api-crc-master/src/tools/vppapigen/generate_json.py 04:38:10 Searching '/w/work

[vpp-dev] Coverity run FAILED as of 2019-12-10 14:01:17 UTC

2019-12-10 Thread Noreply Jenkins
Coverity run failed today. Current number of outstanding issues are 2 Newly detected: 0 Eliminated: 0 More details can be found at https://scan.coverity.com/projects/fd-io-vpp/view_defects -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14851): ht

Re: [vpp-dev] FD.io Jenkins Maintenance: 2019-12-10 1900 UTC to 2200 UTC

2019-12-10 Thread Vanessa Valderrama
Jenkins sandbox is complete. Jenkins production will be shutdown at 1800 UTC in preparation for maintenance. Thanks, Vanessa On 12/3/19 9:57 AM, Vanessa Valderrama wrote: > > *What:* > > * Jenkins > o OS and security updates > o Upgrade to 2.190.3 > o Plugin updates > * Nex

Re: [vpp-dev] vpp19.08 ipsec vpp_papi

2019-12-10 Thread Terry
Dear Paul & Vratko, Thanks for your great help, I'll check it soon. Best regards, Arvin At 2019-11-26 01:33:29, "Vratko Polak -X (vrpolak - PANTHEON TECH SRO at Cisco)" wrote: > This situation does not happen when I use CLI like this I think the difference is that CLI is restricte

[vpp-dev] vpp19.08 ipsec issue

2019-12-10 Thread Terry
Dear VPP Team, I'm trying to config ipsec tunnel in vpp19.08. The configuration of 'ikev2' and 'create ipsec tunnel ...' both works fine, but it's difficult for me to config ipsec tunnel via 'ipsec sa...'. There are a lot of issue about ipsec in vpp-dev mail-list, I still not find the righ

[vpp-dev] Reminder: vpp public call TODAY (Dec 10, 2019) at 8am PST / 11am EST / 5pm CET

2019-12-10 Thread Dave Barach via Lists.Fd.Io
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14847): https://lists.fd.io/g/vpp-dev/message/14847 Mute This Topic: https://lists.fd.io/mt/67970365/21656 Group Owner: vpp-dev+ow...@lists.fd.io Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch

Re: [vpp-dev] Regarding high speed I/O with kernel

2019-12-10 Thread Benoit Ganne (bganne) via Lists.Fd.Io
Hi, > I have used below CLI's to create rdma interfaces over Mellanox , Can you > suggest what set of CLi's I should use so that packets from rdma will also > have mbuff fields set properly , so that we can directly right on KNI? You do not have to. Just create a KNI interface in VPP with the DPD

Re: [vpp-dev] Regarding high speed I/O with kernel

2019-12-10 Thread chetan bhasin
Hi Damjan, I have used below CLI's to create rdma interfaces over Mellanox , Can you suggest what set of CLi's I should use so that packets from rdma will also have mbuff fields set properly , so that we can directly right on KNI? create interface rdma host-if ens2f0 name device_9/0/0 create inte