Re: [vpp-dev] [csit-dev] [FD.io Helpdesk #36502] Jenkins jobs are not started

2017-02-10 Thread Ed Warnicke
Please let the community know when we find out the root cause :) Ed On Fri, Feb 10, 2017 at 7:10 AM, Vanessa Valderrama via RT < fdio-helpd...@rt.linuxfoundation.org> wrote: > Jan, > > This issue has been resolved. Jenkins minions are building as > expected. The minions in a stuck build status

Re: [vpp-dev] [csit-dev] [FD.io Helpdesk #36502] Jenkins jobs are not started

2017-02-10 Thread Ed Warnicke via RT
Please let the community know when we find out the root cause :) Ed On Fri, Feb 10, 2017 at 7:10 AM, Vanessa Valderrama via RT < fdio-helpd...@rt.linuxfoundation.org> wrote: > Jan, > > This issue has been resolved. Jenkins minions are building as > expected. The minions in a stuck build status

Re: [vpp-dev] VPP API Synchronization Question

2017-02-10 Thread Jon Loeliger
On Fri, Feb 10, 2017 at 11:23 AM, Dave Barach (dbarach) wrote: > Dear Jon, > > > > If you send “please dump X” API message(s), followed by a control-ping > message: when the control-ping reply appears, all of dump reply messages > (if any) have appeared. > > > > That absolutely *does* work. See a

Re: [vpp-dev] Vpp in a container

2017-02-10 Thread Yichen Wang (yicwang)
Hi, Raghav, The pros and cons of running VPP in a container are the general pros/cons of running applications in container, and shouldn’t be anything special. Folks can comment more about some specific pros/cons for VPP. We were running VPP inside Docker in our project, and it seems to work pr

Re: [vpp-dev] VPP API Synchronization Question

2017-02-10 Thread Dave Barach (dbarach)
Dear Jon, If you send “please dump X” API message(s), followed by a control-ping message: when the control-ping reply appears, all of dump reply messages (if any) have appeared. That absolutely does work. See api_format.c:api_ip_add_del_route(...). In standard usage, the messages are received

[vpp-dev] VPP API Synchronization Question

2017-02-10 Thread Jon Loeliger
Folks, I have a stale cache of interface data in the layer above my VPP API calls and I need to refresh it. So I wrote a vpp_intf_refresh_all() function. It looks roughly like this: vpp_intf_refresh_all() { if (intf data is not dirty) return; for each is_ipv6 in {0,1} {

[vpp-dev] VPP performance degradation with multiple nic polling

2017-02-10 Thread yusuf khan
Hi, I am testing vpp performance for l3 routing. I am pumping traffic from moongen which is sending packet at 10Gbps line rate with 84 bytes packet size. If i start vpp with single worker thread(in addition to main thread), vpp is able to route almost at the line rate. Almost because i see some dr

Re: [vpp-dev] VPP cannot find interface QLogic 57810

2017-02-10 Thread Martin Šuňal
I've just found that VPP has problem with QLogic interface. Any idea if it is problem of VPP or DPDK? Is it something what can be easy fixed? I am thinking to try different version of NIC firmware.. root@frinxblade16:~# service vpp status * vpp.service - vector packet processing engine Loaded

[vpp-dev] VPP cannot find interface QLogic 57810

2017-02-10 Thread Martin Šuňal
Hello, I have a problem that VPP cannot find QLogic 57810 interface. I use Ubuntu 16.04 LTS and VPP 17.01 which was installed like this: echo "deb [trusted=yes] https://nexus.fd.io/content/repositories/fd.io.ubuntu.xenial.main/ ./" | sudo tee -a /etc/apt/sources.list.d/99fd.io.list sudo apt u

[vpp-dev] Vpp in a container

2017-02-10 Thread Raghav Kaushik (rakaushi)
Hi Folks, I’m trying to find some data about pros and cons of running VPP in a container. Has this been tried before? Are there some performance number comparisons available ? Any pointers will be much appreciated. Thanks, Raghav ___ vpp-dev mailing

Re: [vpp-dev] Failing Out-of-tree Builds

2017-02-10 Thread Jon Loeliger
On Thu, Feb 9, 2017 at 11:16 PM, Akshaya Nadahalli (anadahal) < anada...@cisco.com> wrote: > Hi Jon, > > fib_urpf_list.h needs to included inside the source file and need not be > installed in /usr/include. Thanks for raising this. I will send out a patch > for this. > > Regards, > Akshaya N > A

Re: [vpp-dev] libpneum compilation flags

2017-02-10 Thread Burt Silverman
Hi Gabriel, I do not fully understand the mechanisms for all processors, and being that is the case, perhaps you can add a lot of comments to configure.ac. I believe that the getconf command uses information from glibc/sysdeps/x86/cacheinfo.c, which uses information from the CPUID instruction of t

Re: [vpp-dev] [FD.io Helpdesk #36502] Jenkins jobs are not started

2017-02-10 Thread Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)
Hello Vanessa, Thank you very much. Regards, Jan -Original Message- From: Vanessa Valderrama via RT [mailto:fdio-helpd...@rt.linuxfoundation.org] Sent: Friday, February 10, 2017 15:10 To: Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco) Cc: csit-...@lists.fd.io; vpp-dev@lists.f

Re: [vpp-dev] [FD.io Helpdesk #36502] Jenkins jobs are not started

2017-02-10 Thread Jan Gelety -X via RT
Hello Vanessa, Thank you very much. Regards, Jan -Original Message- From: Vanessa Valderrama via RT [mailto:fdio-helpd...@rt.linuxfoundation.org] Sent: Friday, February 10, 2017 15:10 To: Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco) Cc: csit-...@lists.fd.io; vpp-dev@lists.f

[vpp-dev] [FD.io Helpdesk #36502] Jenkins jobs are not started

2017-02-10 Thread Vanessa Valderrama via RT
Jan, This issue has been resolved. Jenkins minions are building as expected. The minions in a stuck build status have been removed. The vendor is still performing a root cause analysis. Again we apologize for the inconvenience. Thank you, Vanessa On Fri Feb 10 04:23:41 2017, valderrv wrote:

Re: [vpp-dev] libpneum compilation flags

2017-02-10 Thread Gabriel Ganne
Hi Ole, Sure, I'll wait for your CFFI patch. It does not seem ready yet, but ping me if you wish me to test it once you think it is. Thanks, Gabriel Ganne From: otr...@employees.org Sent: Friday, February 10, 2017 12:14:52 PM To: Gabriel Ganne Cc: vpp-dev@

Re: [vpp-dev] libpneum compilation flags

2017-02-10 Thread otroan
Gabriel, > I am currently working on a patch to auto-detect the cache line size with a > m4 macro in autoconf (https://gerrit.fd.io/r/#/c/4576/) > Part of it updates cache.h tests so that it raises an error if the cache line > length is undefined. > > I am stuck at the libpneum compilation: it'

[vpp-dev] libpneum compilation flags

2017-02-10 Thread Gabriel Ganne
Hi, I am currently working on a patch to auto-detect the cache line size with a m4 macro in autoconf (https://gerrit.fd.io/r/#/c/4576/) Part of it updates cache.h tests so that it raises an error if the cache line length is undefined. I am stuck at the libpneum compilation: it's a python mod

[vpp-dev] [FD.io Helpdesk #36502] Jenkins jobs are not started

2017-02-10 Thread Vanessa Valderrama via RT
Jan, We are aware of the issue. There is an issue with the vendor affecting all tenants. We've opened a high priority ticket with the vendor. I will update as soon as we have more details. Thank you, Vanessa On Fri Feb 10 03:56:23 2017, jgel...@cisco.com wrote: > Hello, > > No new Jenkins

Re: [vpp-dev] [discuss] NOTIFICATION: Jenkins queue backed up

2017-02-10 Thread Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco)
+ fdio dev lists -Original Message- From: discuss-boun...@lists.fd.io [mailto:discuss-boun...@lists.fd.io] On Behalf Of Vanessa Valderrama Sent: 10 lutego 2017 09:40 To: disc...@lists.fd.io; t...@lists.fd.io; infra-steer...@lists.fd.io; rgri...@linuxfoundation.org; Andrew Grimberg ; Tri

[vpp-dev] Jenkins jobs are not started

2017-02-10 Thread Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco)
Hello, No new Jenkins job was not started in the last our and the build queue is increasing. Could you, please, have a look on it? Thanks, Jan ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev