Re: [EXTERNAL] [vpp-dev] VPP OOM crash in CLI

2019-05-16 Thread Chris Luke
Hi Andreas, On deeper analysis of the stack trace I found no regression in the pager code. The symptoms appear to be from the final overflow output buffer. unix_cli_add_pending_output is designed to write to the output descriptor unless it's using a buffer. The buffer only ever gets used if

Re: [vpp-dev] build error in VPP master branch

2019-05-16 Thread Zhiyong Yang
Thanks Paul, Hongjun, and Florin a lot. Nice to have you all. It works on centos7.5 now In summary, the successful steps are as below on CentOS. Step1, make install-ext-deps Step2, make wipe-release Step3, make build-release However On one Ubuntu 18.04 machine, This failure happens many

Re: [vpp-dev] build error in VPP master branch

2019-05-16 Thread Paul Vinciguerra
make wipe/wipe-release did not work for me. I needed to do an sudo apt-get remove vpp-ext-deps, then make build-ext-deps, which did not complete, but you can prod it along with cd /vpp/build/external sudo apt-get install ./vpp-ext-deps_19.08-4_amd64.deb -f Reading package lists... Done

Re: [vpp-dev] build error in VPP master branch

2019-05-16 Thread Ni, Hongjun
Hi Zhiyong, You need to run below command first: make install-ext-deps Thanks, Hongjun From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Florin Coras Sent: Friday, May 17, 2019 10:55 AM To: Yang, Zhiyong Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] build error in VPP master

Re: [vpp-dev] build error in VPP master branch

2019-05-16 Thread Florin Coras
Did you try make wipe/wipe-release? Florin > On May 16, 2019, at 7:45 PM, Zhiyong Yang wrote: > > Hi guys, > > Does anybody run into the trouble as below? How to fix it? > fatal error: quicly/defaults.h: No such file or directory > > thanks > Zhiyong > -=-=-=-=-=-=-=-=-=-=-=- > Links: You

[vpp-dev] build error in VPP master branch

2019-05-16 Thread Zhiyong Yang
Hi guys, Does anybody run into the trouble as below? How to fix it? fatal error: quicly/defaults.h: No such file or directory thanks Zhiyong -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13073): https://lists.fd.io/g/vpp-dev/message/13073 Mute

[vpp-dev] Sweetcomb 19.08 Release Plan

2019-05-16 Thread Ni, Hongjun
Hi Folks, Below are the 19.08 Release Plan we discussed in weekly meetings. Please correct me if something missed. If you have more requirements, Please let us know. # Integrate gNMI with Sysrepo # Restconf support # ACL * - Add OC Yang Models. * - Add OC Translation Layer. *

[vpp-dev] FW: Sweetcomb 19.04 Released

2019-05-16 Thread Ni, Hongjun
FYI. In case some guys are not in the dev mail list. Thanks, Hongjun From: t...@lists.fd.io [mailto:t...@lists.fd.io] On Behalf Of Ni, Hongjun Sent: Tuesday, April 30, 2019 5:44 PM To: sweetcomb-...@lists.fd.io Cc: t...@lists.fd.io Subject: [tsc] Sweetcomb 19.04 Released Hey all, The Sweetcomb

[vpp-dev] memory tracer (leakfinder) seems OK

2019-05-16 Thread Dave Barach via Lists.Fd.Io
The output from this unit-test seems correct. Moreover, "memory-trace" ... do some stuff ... "show memory verbose" also seems pretty sensible... HTH... Dave static clib_error_t * test_memory_trace_command_fn (vlib_main_t * vm, unformat_input_t * input,

[vpp-dev] FD.io Maintenance: 2019-05-28 @ 1700 UTC (10:00am PDT) - 2100 UTC (2:00pm PDT)

2019-05-16 Thread Vanessa Valderrama
*What:* FD.io system maintenance * Jenkins o OS updates o Upgrade from ver 2.150.2 to ver 2.164.3 + https://jenkins.io/changelog-stable/ o Update plug-ins * Nexus o OS updates o Upgrade from v2.14.8-01 to v2.14.13-01 +

Re: [vpp-dev] memory tracer does not see free's

2019-05-16 Thread Dave Barach via Lists.Fd.Io
Let me take a look... Thanks for the report... -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Andreas Schultz Sent: Thursday, May 16, 2019 12:57 PM To: vpp-dev@lists.fd.io Subject: [vpp-dev] memory tracer does not see free's Hi, VPPs memory trace seems to be missing the

[vpp-dev] memory tracer does not see free's

2019-05-16 Thread Andreas Schultz
Hi, VPPs memory trace seems to be missing the release of pointers the where allocated through clib_mem_alloc_aligned/clib_mem_alloc_aligned_no_fail. This sample: void mem_test () { u8 *m; m = clib_mem_alloc_aligned_no_fail (123, CLIB_CACHE_LINE_BYTES); clib_mem_free (m); } should not

Re: [vpp-dev] VPP & Mellanox

2019-05-16 Thread Billy
I assigned the JIRA to myself, but currently don't have access to any Mellanox NICs. I updated the JIRA with a proposed fix that compiles and loads, but not tested. Billy On Thu, May 16, 2019 at 4:22 AM Eyle Brinkhuis wrote: > Sure! Just done that, see

Re: [vpp-dev] issues with proxy-arp

2019-05-16 Thread Ole Troan
Aleksander, > On 16 May 2019, at 16:28, Aleksander Djuric > wrote: > > I need to configure proxy-arp in VPP, but it seems doesn't work in my case. > Please help me to understand the mistake. Are you sure it isn’t the choice of using proxy ARP at all, that’s your mistake? (sorry couldn’t help

[vpp-dev] issues with proxy-arp

2019-05-16 Thread Aleksander Djuric
Hello, I need to configure proxy-arp in VPP, but it seems doesn't work in my case. Please help me to understand the mistake. In classic Proxy-ARP test scheme I have 2 clients and one VPP host as a router. host A with IP 10.0.1.2/8 connected to VPP interface 0/8/0 with IP 10.0.1.0/24 host B with

[vpp-dev] 2019-05-14 FD.io Jenkins security incident

2019-05-16 Thread Vanessa Valderrama
** *Event Summary* * Date of incident - 2019-05-14 Time event began - 2:13am PDT Project services restored - 6:15AM PDT Final resolution - Clean up the incursion and upgrade “Script Security” Plugin for Jenkins to avoid repeat infection. Causes Root cause - shell escape exploit in the

Re: [vpp-dev] how to drop packet in the vpp's plugin?

2019-05-16 Thread Neale Ranns via Lists.Fd.Io
Dear cmh2014011443, You can send the packets that you want to drop to the ‘ip4-drop’ or ‘ip6-drop’ nodd. regards, Neale De : au nom de "cmh2014011...@gmail.com" Date : jeudi 16 mai 2019 à 10:51 À : "vpp-dev@lists.fd.io" Objet : [vpp-dev] how to drop packet in the vpp's plugin? Recently,

Re: [EXTERNAL] [vpp-dev] VPP OOM crash in CLI

2019-05-16 Thread Chris Luke
> -Original Message- > From: Andreas Schultz > Am Mi., 15. Mai 2019 um 19:31 Uhr schrieb Luke, Chris > : > > > > The pager in the CLI retains output up to a certain amount but then gives > up and switches to pass-through after a certain number of lines (default is > 10). If the output

[vpp-dev] device job voting?

2019-05-16 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via Lists.Fd.Io
Long story short, a VPP change [0] has broken CSIT and needs a fix [1]. If the devicetest job was voting, it would [2] vote -1, preventing the breakage. Vratko. [0] https://gerrit.fd.io/r/18352 [1] https://gerrit.fd.io/r/19636 [2]

Re: [EXTERNAL] [vpp-dev] VPP OOM crash in CLI

2019-05-16 Thread Andreas Schultz
Am Mi., 15. Mai 2019 um 19:31 Uhr schrieb Luke, Chris : > > The pager in the CLI retains output up to a certain amount but then gives up > and switches to pass-through after a certain number of lines (default is > 10). If the output doesn't have newlines, or that default has been > altered,

[vpp-dev] how to drop packet in the vpp's plugin?

2019-05-16 Thread cmh2014011443
Recently, I want to develop a new plugin in my vpp project to drop some specified ip packets, but I do not find the function about this action, is there any built-in function for this? If not what's the specific code I can use in my project? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

Re: [vpp-dev] VPP & Mellanox

2019-05-16 Thread Eyle Brinkhuis
Sure! Just done that, see https://jira.fd.io/projects/VPP/issues/VPP-1679 Regards, Eyle On 16 May 2019, at 09:28, Benoit Ganne (bganne) mailto:bga...@cisco.com>> wrote: Hi Eyle, could you create a ticket on Jira, similar to https://jira.fd.io/browse/VPP-1640 ? Thx Ben -Original

Re: [vpp-dev] VPP & Mellanox

2019-05-16 Thread Benoit Ganne (bganne) via Lists.Fd.Io
Hi Eyle, could you create a ticket on Jira, similar to https://jira.fd.io/browse/VPP-1640 ? Thx Ben > -Original Message- > From: Eyle Brinkhuis > Sent: jeudi 16 mai 2019 08:27 > To: Benoit Ganne (bganne) > Cc: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] VPP & Mellanox > > Yes, I

Re: [vpp-dev] vpp_get_stats return all zeros

2019-05-16 Thread Ole Troan
Hi Gyan, > Is there a know issue with stats when multi thread is enbled in vpp and we > get all zeroed node errors ? Yes, let me fix that. Cheers, Ole -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13054):

Re: [vpp-dev] VPP & Mellanox

2019-05-16 Thread Eyle Brinkhuis
Yes, I installed vpp-selinux. Let me know if I can help with anything regarding these problems, these are test-machines after all. Regards, Eyle > On 15 May 2019, at 13:58, Benoit Ganne (bganne) wrote: > >>> I wonder if that is the problem with DPDK for the MLX cards as well. Let me >>>

[vpp-dev] vpp_get_stats return all zeros

2019-05-16 Thread Gyan Ranjan
Is there a know issue with stats when multi thread is enbled in vpp and we get all zeroed node errors ? Gyan -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13052): https://lists.fd.io/g/vpp-dev/message/13052 Mute This Topic:

Re: [vpp-dev] VPP and Non-VPP Communication #vpp

2019-05-16 Thread shaligram.prakash
Yes, It can definitely be done via mmap the memory and marking the thread process shared. *fd=shm_open(...);* *mmap(NULL, shmSize, PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0);* *...* *pthread_mutexattr_setpshared(, PTHREAD_PROCESS_SHARED);* *pthread_mutex_init(>lock, ); * *Regards,* *Shaligram