Re: [vpp-dev] Problem in using NAT and ABF plugin together

2019-06-25 Thread emma sdi
Hi Berna I think i fixed your problem: https://gerrit.fd.io/r/#/c/20308/ would you please check this code and send feedback?! On Wed, May 1, 2019 at 4:44 PM Berna Demir wrote: > Hi > > I configured my vpp v19.08-rc0~134-g1f8eeb7cb~b72 with 2 abf policy and 1 > static mapping in the following

Re: [vpp-dev] Vpp 19.04 (process showing 200Gig of virtual memory on VM)

2019-06-25 Thread Dave Barach via Lists.Fd.Io
You’re right in terms of “ls -lh”, but remember that Linux is smart about this specific problem. gzip one of these core files, and the compressed file will probably consume 50mb. You will need 200gb to gunzip one of them. HTH... Dave From: on behalf of chetan bhasin Date: Tuesday, June 25,

[vpp-dev] NAT dose not exist in MAINTAINERS file

2019-06-25 Thread emma sdi
Hi Dear VPP Why NAT dose not exist in MAINTAINERS file?! as you know, during build phase, commit message subject is inspected inside MAINTAINERS file. so how could be possible a succeeded commit in NAT plug-in? Thanks Chore -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

Re: [vpp-dev] NAT dose not exist in MAINTAINERS file

2019-06-25 Thread Damjan Marion via Lists.Fd.Io
Dear Emma, This is exact reason why we introduced commit checks. It will help us to keep MAINTAINERS file up to date, without this check nobody will notice that nat is missing there. Ole is our nat guy, please amend your patch with MAINTAINERS update and add Ole as maintainer... — Damjan >

Re: [vpp-dev] tw_timer_first_expires_in_ticks problem

2019-06-25 Thread Andreas Schultz
Hi, I've found the problem. Turns out that tw_timer_first_expires_in_ticks gives wrong results for TW timers with multiple wheels. More details and fix in https://gerrit.fd.io/r/#/c/20329/ Regards Andreas Am Mo., 24. Juni 2019 um 16:26 Uhr schrieb Dave Barach (dbarach) < dbar...@cisco.com>: >

[vpp-dev] test_quic.py style is fixed

2019-06-25 Thread emma sdi
Hi Dear VPP Every build in Jenkins were failed because of test_quic.py style problem. I fixed this as you see below: https://gerrit.fd.io/r/#/c/20317/ It would be appreciated if you review this code. Thanks Chore -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [vpp-dev] tw_timer_first_expires_in_ticks problem

2019-06-25 Thread Dave Barach via Lists.Fd.Io
Fix looks good, modulo a checkstyle failure which I fixed. Will merge when verified. From: on behalf of Andreas Schultz Date: Tuesday, June 25, 2019 at 9:27 AM To: Recipient Suppressed Cc: "vpp-dev@lists.fd.io" , "hagb...@gmail.com" , "winkelmann, holger" , "gumz, mathias" Subject: Re:

Re: [vpp-dev] Emergency Maintenance - FD.io Jenkins Slowness

2019-06-25 Thread Vanessa Valderrama
After analyzing Jenkins logs and graphs we determined the root cause of the load issue may be a memory leak or a bug. We are scheduling Jenkins maintenance next Tuesday to add additional logging to help troubleshoot these issues in the future. Thank you, Anton and Vanessa On 06/17/2019 02:58

[vpp-dev] test-debug in the CI

2019-06-25 Thread Paul Vinciguerra
I set up a job to view the results of debug images. For anyone who might be interested. https://gerrit.fd.io/r/#/c/20228/ logs: https://logs.fd.io/production/vex-yul-rot-jenkins-1/vpp-beta-verify-master-ubuntu1804/7991 non-debug image EXTENDED_TESTS=1 can be seen here.

[vpp-dev] what is alternative for l2fib_add_fwd_entry in vpp stable/1810?

2019-06-25 Thread Mostafa Salari
I used l2fib_add_fwd_entry in my vpp stable/1807. But that is removed in stable/1810! What function can i use instead of it? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13368): https://lists.fd.io/g/vpp-dev/message/13368 Mute This Topic:

[vpp-dev] VPP worker threads getting stuck

2019-06-25 Thread via Lists.Fd.Io
Hi, I am running my vpp based plugin on i40 NIC. After running the IP traffic for some time(5-10 mins), all the VPP threads got stuck in dpdk driver code. Do we have any fix available for this.? Please find below the output of pstack [root@MED-1 bin]# pstack 1919 Thread 11 (Thread

[vpp-dev] Events for IP address addition/deletion on an interface

2019-06-25 Thread via Lists.Fd.Io
Hello, I have an application that is a client to the shared memory API and I would like to know when an IP address has been added or deleted on an interface. I see that there is sw_interface_event that can notify a client about interface admin/link status changes as well as interface deletion.

Re: [vpp-dev] test-debug in the CI

2019-06-25 Thread Dave Barach via Lists.Fd.Io
The BIER tests cause ASSERT failures. I’ll have a quick look, then turn the problem over to Neale if I can’t solve it. D. From: vpp-dev@lists.fd.io On Behalf Of Paul Vinciguerra Sent: Tuesday, June 25, 2019 2:55 PM To: vpp-dev@lists.fd.io Subject: [vpp-dev] test-debug in the CI I set up a job

[vpp-dev] Events for IP address addition/deletion on an interface

2019-06-25 Thread via Lists.Fd.Io
Hello, I have an application that is a client to the shared memory API and I would like to know when an IP address has been added or deleted on an interface. I see that there is sw_interface_event that can notify a client about interface admin/link status changes as well as interface deletion.

[vpp-dev] FD.io Jenkins Maintenance: 2019-07-02 @ 1800 UTC (11:00am PDT)

2019-06-25 Thread Vanessa Valderrama
*What:* FD.io system maintenance * Jenkins o Enable additional logging o Update plug-ins *When:*2019-07-02 @ 1800 UTC (11:00am PDT) *Impact:* This maintenance requires a reboot of Jenkins.  Jenkins will be placed in shutdown mode at 1800 UTC. We will terminate jobs at 1900 UTC.

Re: [vpp-dev] test-debug in the CI

2019-06-25 Thread Florin Coras
This [1] seems to solve sctp issues with debug images locally. Florin [1] https://gerrit.fd.io/r/c/20337/ > On Jun 25, 2019, at 12:10 PM, Dave Barach via Lists.Fd.Io > wrote: > > The BIER tests cause ASSERT failures. I’ll have a quick look, then turn the >

Re: [vpp-dev] NAT dose not exist in MAINTAINERS file

2019-06-25 Thread emma sdi
Hi Dear VPP Would you please take a look at https://gerrit.fd.io/r/#/c/20325/ and merge this commit. previously Damjan told me to amend my commit and add nat in MAINTAINERS file but I did it in another commit independently. Thanks Chore On Tue, Jun 25, 2019 at 5:01 PM Damjan Marion wrote: >