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

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

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

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 > wrote: We are still seeing the 'six' issue as of a

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

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

[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:

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

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

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

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

[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

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

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

[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