Re: [E] [vpp-dev] VPPSB Netlink build failing

2018-11-01 Thread Kevin Yan
I also met this error when compiling vppsb on centos, just remove the MPLS related macro,and re-compile From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of alp.ars...@xflowresearch.com Sent: Friday, November 02, 2018 1:55 PM To: vpp-dev@lists.fd.io Subject: [E] [vpp-dev] VPPSB Ne

[vpp-dev] VPPSB Netlink build failing

2018-11-01 Thread alp . arslan
Dear All, I am trying to build the latest VPP with router and netlink plugins on CentOS 7.5. Here are the steps that I followed. # cd /vpp # ln -sf /vppsb/router/ # ln -sf /vppsb/netlink/ # ln -sf /vppsb/router/router.mk build-data/packages/ # ln -sf /vppsb/netlink/netlink.mk build-da

[vpp-dev] question related to VPP statistics

2018-11-01 Thread Kevin Yan
Hello VPP experts, We are designing an application mainly acting as a SeGW, VPP is used as fast-path, we have a slow-path application called ipsecAgent to manage ipsec tunnels. ipsecAgent need to get the ipsec tunnel statistics from VPP to trigger some features, such as , Re-key when pac

[vpp-dev] Incrementing node counters

2018-11-01 Thread Kingwel Xie
Hi vPPers, I’m looking at the latest changes in IPSEC, and I notice ip4 and ip6 nodes are separated. So there are a lot of code in the node function like this: if (is_ip6) vlib_node_increment_counter (vm, esp6_decrypt_node.index,

Re: [vpp-dev] Run failed on 1807 version vpp code on centos7.

2018-11-01 Thread Dave Barach via Lists.Fd.Io
# rm /dev/shm/* # and try it again. From: vpp-dev@lists.fd.io On Behalf Of ??? Sent: Wednesday, October 31, 2018 11:29 PM To: vpp-dev@lists.fd.io Subject: [vpp-dev] Run failed on 1807 version vpp code on centos7. Hi, make run didn't seem to work, Logs : [root@localhost vpp]# ls bui