Re: [vpp-dev] issues with opensuse and centos verify job for stable/1801

2018-03-14 Thread Ed Kern
Well regardless of this trashing on the sandbox I put a stopgap fix in a few hours ago and when vanessa returns she will merge the addition so that we are also safe there. sorry about the trouble..thanks to damjan for overriding and hooking you up Ed On Mar 14, 2018, at 10:22 AM, Ed Kern

Re: [vpp-dev] LOG and ERROR handlers

2018-03-14 Thread Keith Burns
If using default startup.conf found; src/vpp/conf/startup.conf it is /var/log/vpp/vpp.log On Wed, Mar 14, 2018 at 9:27 AM Sara Gittlin wrote: > Hello All, > > what are the VPP standard log and error handlers ? > > Thank you > -Sara > > > >

Re: [vpp-dev] FD.io ARM virtual key signing Wed Mar 14 6am PST

2018-03-14 Thread Tina Tsou
Dear all, Some folks missed today’s meeting, because only US changed to summer time first. There will be another virtual key signing session next Wednesday 03/21, 6am California time. Same Zoom info. https://wiki.fd.io/view/VPP/AArch64 https://zoom.us/j/5301185804 Thank you, Tina Tsou

[vpp-dev] LOG and ERROR handlers

2018-03-14 Thread Sara Gittlin
Hello All, what are the VPP standard log and error handlers ? Thank you -Sara -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8544): https://lists.fd.io/g/vpp-dev/message/8544 View All Messages In Topic (1):

Re: [vpp-dev] issues with opensuse and centos verify job for stable/1801

2018-03-14 Thread Ed Kern
matus, This is not your problem and im not suggesting it is…but trying to understand different behavior on sandbox. Since this time it just burned me but I dont want it to happen again. If I run this by hand make verify on opensuse properly picks up 17.11 as the desired version

Re: [vpp-dev] Adding new lib to makefile

2018-03-14 Thread Dave Barach
Add it to sample.am: sample_plugin_la_LIBADD = [or +=, depending] -lconfig -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Sara Gittlin Sent: Wednesday, March 14, 2018 8:10 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev] Adding new lib to makefile Hello

Re: [vpp-dev] issues with opensuse and centos verify job for stable/1801

2018-03-14 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES@Cisco)
https://jenkins.fd.io/job/vpp-verify-1801-opensuse/166/console 05:49:33 make[2]: Leaving directory '/w/workspace/vpp-verify-1801-opensuse/dpdk' 05:49:33 sudo rpm -Uih vpp-dpdk-devel-17.11-vpp1.x86_64.rpm 05:49:33 05:49:34 package

Re: [vpp-dev] issues with opensuse and centos verify job for stable/1801

2018-03-14 Thread Ed Kern
Its because they are always built from scratch (at least right now) for the opensuse image. So in a nutshell when we start adding them….ill start removing them :) Ed On Mar 14, 2018, at 12:52 AM, Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco)

Re: [vpp-dev] Adding new lib to makefile

2018-03-14 Thread Sara Gittlin
Thank you Burt this is my sample.am - taken from dpdk.am - but stiil get undefined symbol in runtime i added the libconfig vppplugins_LTLIBRARIES += sample_plugin.la sample_plugin_la_LDFLAGS = $(AM_LDFLAGS) -lsample #LDLIBS = -lconfig #LDFLAGS += -lconfig sample_plugin_la_LDFLAGS +=

Re: [vpp-dev] Adding new lib to makefile

2018-03-14 Thread Burt Silverman
There are some automake files like dpdk.am and marvell.am and tlsmbedtls.am that show the non-preferred way to use ..._LDFLAGS to add the library you will use; you should use ..._LDADD just to conform to (my reading of) the automake manual https://www.gnu.org/software/automake/manual/automake.pdf.

[vpp-dev] Adding new lib to makefile

2018-03-14 Thread Sara Gittlin
Hello All in my plugin i'm using libconfig to read/parse configuration file. VPP fails when calling to my-plugin-int because this lib is not linked. [/usr/bin/vpp: symbol lookup error: /usr/lib/vpp_plugins/sample_plugin.so: undefined symbol: config_init] which Makefile should i add this new

Re: [vpp-dev] FD.io ARM virtual key signing Wed Mar 14 6am PST

2018-03-14 Thread Edward Warnicke
If you could reply to me privately with your: (name, GPG fingerprint) that would greatly expedite the key signing today at 6am PST. Please note, I *will* have to verify your ID/fingerprint on the call, but having it in front of my as a reference helps tremendously expedite the process. Ed On

Re: [vpp-dev] #vpp Switching exercise task - VPP progressive tutorial

2018-03-14 Thread Hamid via Lists.Fd.Io
Here are my bridge-domain details: vagrant@localhost:~$ sudo vppctl -s /run/vpp/cli-vpp1.sock show bridge-domain 1 detail   BD-ID   Index   BSN  Age(min)  Learning  U-Forwrd  UU-Flood  Flooding  ARP-Term  BVI-Intf     1       1      0     off        on        on        on        on       off   

Re: [vpp-dev] issues with opensuse and centos verify job for stable/1801

2018-03-14 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES@Cisco)
Hi Ed, Works fine for centos now. Remove of dpdk packages for opensuse is missing in patch. Thanks, Matus From: Ed Kern (ejk) Sent: Tuesday, March 13, 2018 7:00 PM To: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) Cc: vpp-dev@lists.fd.io Subject: Re: