[vpp-dev] question about qos

2018-06-13 Thread xyxue
Hi guys, Is there a plan to support modify the qos (configure policer)param? Thanks, xue -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#9595): https://lists.fd.io/g/vpp-dev/message/9595 Mute This Topic: https://lists.fd.io/mt/22075862/21656

[vpp-dev] how to use ethernet over gre in vpp

2018-06-13 Thread 陈敬志
Hi all, I want to use ethernet over gre between vpp and linux, and I failed. the gre tunnel endpoint of the linux is ok ,I have tested between two linux, and I guess the problem is in VPP gre tunnel. in vpp ,my configuration to that shown below: vppctl create gre tunnel src 192.168.2.20

Re: [vpp-dev] new anomaly detection

2018-06-13 Thread Vratko Polak -X (vrpolak - PANTHEON TECHNOLOGIES at Cisco) via Lists.Fd.Io
The standalone logic (not related to PAL internals) is now available on PyPI [2], meaning you can do "pip install jumpavg". Currently there is zero documentation on how to actually use the library (unless you are willing to read comments in the code itself). I will add something when I make PAL

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

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: [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 Matthew Smith
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 prior to merging recent upstream changes into our local repo this

Re: [vpp-dev] Missing functions?

2018-06-13 Thread Damjan Marion
This probably explains your problem: :51:46 dpkg-shlibdeps: warning: symbol _vlib_init_function_map_stat_segment_init used by debian/vpp-lib/usr/lib/x86_64-linux-gnu/libvlib.so.0.0.0 found in none of the libraries 13:51:46 dpkg-shlibdeps: warning: symbol _vlib_init_function_vlibmemory_init

Re: [vpp-dev] Missing functions?

2018-06-13 Thread Dave Barach via Lists.Fd.Io
Why are you linking one or more apps against libvlib? Unless you’re using it to do vector processing – which seems super-unlikely – or doing something that we never thought of - you shouldn’t need to do that. If you’re really using libvlib – or you need a workaround - resolve the missing link