Re: [vpp-dev] Missing functions?

2018-06-14 Thread Dave Barach via Lists.Fd.Io
Smith Sent: Thursday, June 14, 2018 12:12 PM To: Dave Barach (dbarach) Cc: Andrew Yourtchenko ; Jon Loeliger ; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Missing functions? Hi Dave, You’re right, we don’t need anything from that library directly. I think that we started linking against

Re: [vpp-dev] Missing functions?

2018-06-14 Thread Matthew Smith
ch (dbarach) > Cc: Andrew Yourtchenko ; Jon Loeliger ; > vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] Missing functions? > > > Hi Dave, > > VPP itself builds fine from the top of tree. We build several C applications > that act as clients to the shared memory API. Linki

Re: [vpp-dev] Missing functions?

2018-06-13 Thread Dave Barach via Lists.Fd.Io
Loeliger ; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Missing functions? Hi Dave, VPP itself builds fine from the top of tree. We build several C applications that act as clients to the shared memory API. Linking one of those applications against libvlib is when the problems occur. This worked

Re: [vpp-dev] Missing functions?

2018-06-13 Thread Damjan Marion
t 1:21 PM, Dave Barach via Lists.Fd.Io >> wrote: >> >> +1, or “make distclean” in build-root... >> >> From: vpp-dev@lists.fd.io On Behalf Of Andrew >> Yourtchenko >> Sent: Wednesday, June 13, 2018 2:16 PM >> To: Jon Loeliger >> Cc:

Re: [vpp-dev] Missing functions?

2018-06-13 Thread Matthew Smith
o: Jon Loeliger mailto:j...@netgate.com>> > Cc: vpp-dev mailto:vpp-dev@lists.fd.io>> > Subject: Re: [vpp-dev] Missing functions? > > Jon, > > My bet something in your tree was compiled previously, but is not rebuilt > properly when you did git pull and recompile. > &g

Re: [vpp-dev] Missing functions?

2018-06-13 Thread Dave Barach via Lists.Fd.Io
+1, or “make distclean” in build-root... From: vpp-dev@lists.fd.io On Behalf Of Andrew Yourtchenko Sent: Wednesday, June 13, 2018 2:16 PM To: Jon Loeliger Cc: vpp-dev Subject: Re: [vpp-dev] Missing functions? Jon, My bet something in your tree was compiled previously, but is not rebuilt

Re: [vpp-dev] Missing functions?

2018-06-13 Thread Andrew Yourtchenko
Jon, My bet something in your tree was compiled previously, but is not rebuilt properly when you did git pull and recompile. (The function names seem to belong to the new stats infra that I have heard about, but didn’t get to learn about yet). If this theory holds water, “git clean -fdx”

Re: [EXTERNAL] [vpp-dev] Missing functions?

2018-06-13 Thread Chris Luke
FWIW, it builds for me, top of tree. Chris. From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Jon Loeliger Sent: Wednesday, June 13, 2018 1:24 PM To: vpp-dev Subject: [EXTERNAL] [vpp-dev] Missing functions? Hi! With the current VPP top-of-tree here: commit

[vpp-dev] Missing functions?

2018-06-13 Thread Jon Loeliger
Hi! With the current VPP top-of-tree here: commit c7d50970d4ed8a4889b4374e6a1559aef7d3dcc0 Author: Andrew Yourtchenko Date: Tue Jun 12 15:15:49 2018 +0200 acl-plugin: change the src/dst L3 info in 5tuple struct to be always contiguous with L4 data We seem to have some new linking issues