Re: [vpp-dev] Build failures on master

2017-06-01 Thread Tomas Brännström
No it's the same :-( One thing though: when I get these errors I clone from a fork of the vpp repo that we made. Is there some kind of git-hook that creates these version files/update the .deb files with a version when cloning from the main vpp gerrit repository, that might not fire when cloning f

Re: [vpp-dev] MPLS L3VPN PING FAILED

2017-06-01 Thread 薛欣颖
Hi Neale, These patches you upload have something conflict with the master branch.I can't add all the patches. Can I use' git clone https://gerrit.fd.io/r/vpp 'to get the vpp code with your pathes? Thanks, xyxue From: Neale Ranns (nranns) Date: 2017-05-31 18:09 To: 薛欣颖; vpp-dev Subject: R

Re: [vpp-dev] VPP Node Debug

2017-06-01 Thread otroan
Alessio, you may start VPP with the unix {interactive} options too... e.g. put that line in the configuration file pointed to by STARTUP_CONF environment variable (see make help). then do "make run" or "make debug". please let me know your success with the punt socket feature. it is a little ex

Re: [vpp-dev] VPP/How To Build The Sample Plugin

2017-06-01 Thread Burt Silverman
Oh, man, that (referring to my last post) is some tricky stuff. My reaction reminds me of one of my colleagues reaction years ago when I created some firmware that would only fit in flash by using an AIX C compiler optimization trick that discarded uncalled functions. After I told him the solution

Re: [vpp-dev] Build failures on master

2017-06-01 Thread Florin Coras
Hi Tomas, That sure is weird. (backup everything that’s not in git) git clean -fdx make bootstrap make build Do you still see the issue? HTH, Florin > On Jun 1, 2017, at 6:18 AM, Tomas Brännström > wrote: > > Hi > I'm getting build errors when trying to build a recent commit on the maste

Re: [vpp-dev] VPP Node Debug

2017-06-01 Thread John Lo (loj)
The output of clib_warning() call should be in the syslog. If running vpp in Ubuntu, take a look in /var/log/syslog. -John From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Alessio Silvestro Sent: Thursday, June 01, 2017 12:11 PM To: Luke, Chris Cc: vpp-dev@li

Re: [vpp-dev] VPP Node Debug

2017-06-01 Thread Alessio Silvestro
I knew VPP run in user space and that printk is not the best option, however from the documentation it is not clear to me how to do that. For example now I inserted the command clib_warning("I am here!") in the node I create -- that from vppctl show trace I can see processes the packets. Where do

Re: [vpp-dev] State of the verify jobs

2017-06-01 Thread Ed Kern (ejk)
well that would certainly help me poke around to repo.. Now could you link the console log from a few minutes ago and not the one from 13 hours ago? Ed On Jun 1, 2017, at 8:30 AM, Ed Warnicke mailto:hagb...@gmail.com>> wrote: We are still seeing the 'six' issue as of a few minutes ago: http

Re: [vpp-dev] VPP Node Debug

2017-06-01 Thread Luke, Chris
printk() is typically a kernel thing, no? This isn’t kernel code. 😊 If you just want stuff on the console when running in a debugger, or interactively, clib_warning() may be what you are looking for. Chris. From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Al

Re: [vpp-dev] Need some help on VPP

2017-06-01 Thread Mahesh Ishwar Mathad
Thanks for the great support. The VPP platform grabs all available packets from RX rings to form a vector of packets. These vector of packets who will classify these packets either DPDK or VPP ?. If it is VPP how VPP will classify packet because what I am thinking for every packet VPP is decap

[vpp-dev] VPP Node Debug

2017-06-01 Thread Alessio Silvestro
Hi all, I am using this code "https://gerrit.fd.io/r/#/c/6721/"; to in order to enable an external process to receive UDP packets. I tried to use printk -- including module.h in the c file. When I compile VPP with: TOPDIR/vpp make build-release I got the following error fatal error: linux/mod

Re: [vpp-dev] State of the verify jobs

2017-06-01 Thread Ed Warnicke
We are still seeing the 'six' issue as of a few minutes ago: https://jenkins.fd.io/job/vpp-verify-master-ubuntu1604/5699/console Ed On Thu, Jun 1, 2017 at 7:26 AM, Ed Kern (ejk) wrote: > well as quickly as it came I no longer see this error on any build in the > last three hours.. > > One comm

Re: [vpp-dev] State of the verify jobs

2017-06-01 Thread Ed Kern (ejk)
well as quickly as it came I no longer see this error on any build in the last three hours.. One comment though Ed its not clear if its what WAS biting us here.. I have a long history with deb/apt installed python packages (in this case python-six) ‘fighting’ with pip installed versions of pack

Re: [vpp-dev] IKEV2 Negotiation Failed

2017-06-01 Thread Nicolau, Radu
Hi, Can you check if the parameter passed to the DH_generate_key have both p and g members set? Can you try a different DH group? Like modp-1024? What is on the other side? VPP as well? Can you post the configuration of the initiatior? Regards, Radu From: vpp-dev-boun...@lists.fd.io [mailto:vp

Re: [vpp-dev] State of the verify jobs

2017-06-01 Thread Ed Warnicke
Klement, It is an interesting question. I presume however as we are installing things via pip that it could be an upstream change. Ed On Thu, Jun 1, 2017 at 12:37 AM, Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco) wrote: > Hmm, system-wide modules will probably have no effect, a

[vpp-dev] Build failures on master

2017-06-01 Thread Tomas Brännström
Hi I'm getting build errors when trying to build a recent commit on the master branch: /home/ubuntu/git/vpp/build-data/../src/vnet/tcp/builtin_client.c:25:29: fatal error: vpp/app/version.h: No such file or directory #include ^ compilation terminated. I'm building u

Re: [vpp-dev] Invalid pool element access in vnet_add_del_ip4_arp_change_event function..?

2017-06-01 Thread Nagaprabhanjan Bellari
Hi, Just wanted to confirm if this Is an issue - so I can file a jira ticket. Thanks, -nagp On Tue, May 30, 2017 at 1:19 PM, Nagaprabhanjan Bellaru < nagp.li...@gmail.com> wrote: > Hi, > > In the recent change made to the above function to register for ARP > events, it looks like there is an ac

Re: [vpp-dev] IP probe failure but ping from Host works!

2017-06-01 Thread wenxian li
Previously, I tried stable.1704 branch ( https://nexus.fd.io/content/repositories/fd.io.stable.1704.ubuntu.xenial.main/) and fails to ping. Now I migrate to master branch ( https://nexus.fd.io/content/repositories/fd.io.master.ubuntu.xenial.main/) , and it works. So some recent change might have f

Re: [vpp-dev] VPP/How To Build The Sample Plugin

2017-06-01 Thread Kinsella, Ray
Its conservative - makes fewer changes and preserves the separate packaging for the sample plugin, so its a good approach. My only piece of feedback on it, is that we are starting to end up with build 'config' divided across 'build-data' and environment variables, which is something we may nee

[vpp-dev] How to send stats or information to control plane

2017-06-01 Thread 王鹏
Hi, we need to send information to control plane at any time in our vpp application. Which way can we use ? The Events API ? How to use ? Can anyone explain this or provide a sample ? Thank you !___ vpp-dev mailing list vpp-dev@lists.fd.io https://li

Re: [vpp-dev] State of the verify jobs

2017-06-01 Thread Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco)
Hmm, system-wide modules will probably have no effect, as we use virtualenv to install our own modules as needed as part of make test. I wonder why this suddenly fails, when it worked before? Quoting Ed Warnicke (2017-06-01 05:15:55) >A brief probe patch indicates that we already have the lat

[vpp-dev] IKEV2 Negotiation Failed

2017-06-01 Thread 薛欣颖
Hi guys, We are testing IKEV2. Something run unsuccessfully.The configuration and the information is shown below: configuration: create host-interface name eth0 hw-addr 02:fe:a0:d5:26:62 create host-interface name eth1 hw-addr 02:fe:63:d4:c1:df set interface ip addr host-eth0 192.168.155.11/24

Re: [vpp-dev] IP probe failure but ping from Host works!

2017-06-01 Thread wenxian li
Hi Andrew, I failed to try the vpp ping today. Is it broken? My testbed is quite simple: vpp < --- > host I can ping vpp from host. However, I failed to ping host from vpp. And I captured the echo request packets sent by vpp, looks like they are malformed. The data filed of ICMP Data is filled