Re: [vpp-dev] Build failing on AArch64

2018-11-28 Thread Ole Troan
Sirshak, Can you try adding: DEPENDS api_headers Inside add_vpp_executable(vpp_api_test ENABLE_EXPORTS in src/vat/CMakeLists.txt Cheers, Ole > On 28 Nov 2018, at 06:32, Sirshak Das wrote: > > It takes 3 iterations to get to a proper build: > > First Iteration: > > FAILED: vat/CMakeFiles/

Re: [vpp-dev] vppcom: why __vcl_worker_index is thread local? #vpp

2018-11-28 Thread manuel . alonso
Ok, thank you for the clarification. So, as far as I understand, host-stack preloading is not intended to work with forkable(because of the ldp destructor) and/or threadable(because of mentioned index) applications. BR, Manuel -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

Re: [vpp-dev] SIGSEGV after calling vlib_get_frame_to_node

2018-11-28 Thread Dave Barach via Lists.Fd.Io
None of the routine names in the backtrace exist in master/latest – it’s your code - so it will be challenging for the community to help you. See if you can repro the problem with a TAG=vpp_debug images (aka “make build” not “make build-release”). If you’re lucky, one of the numerous ASSERTs wil

[vpp-dev] question about multicast mpls

2018-11-28 Thread xyxue
Hi guys, I found "multicast" in the mpls cli. Is the vpp support multicast mpls now ? Is there any example show about multicast mpls? Thank you very much for your reply. Thanks, Xue -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11445): https:

[vpp-dev] question about ROSEN MVPN

2018-11-28 Thread xyxue
Hi guys, Is the vpp support the forwarding about ROSEN MVPN(described in RFC 6037)? Or is the vpp support roadmap? Thank you very much for your reply. Thanks, Xue -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11446): https://lists.fd.io/g/vpp-

[vpp-dev] Regarding own pthreads

2018-11-28 Thread Prashant Upadhyaya
Hi, If I spawn some of my own pthreads from the main thread, then can I use the clib functions inside my own pthread, eg. clib_mem_alloc/free safely ? In general, are there any guidelines to be followed regarding own pthreads, would appreciate any input on this front. Regards -Prashant -=-=-=-=-=

Re: [vpp-dev] Regarding own pthreads

2018-11-28 Thread Dave Barach via Lists.Fd.Io
The main vpp heap is thread-safe, so yes, you can use clib_mem_alloc(...) / clib_mem_free(...). Please use the VLIB_REGISTER_THREAD(...) macro, which offers a number of controls beyond "just go spin up a thread..." D. -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Prashant

Re: [vpp-dev] question about multicast mpls

2018-11-28 Thread Neale Ranns via Lists.Fd.Io
Hi Xue, MPLS multicast has been supported for a while. Please see the unit tests for examples: test/test_mpls.py test_mcast_*() Regards, Neale De : au nom de xyxue Date : mercredi 28 novembre 2018 à 13:04 À : vpp-dev Objet : [vpp-dev] question about multicast mpls Hi guys, I found "multi

Re: [vpp-dev] question about ROSEN MVPN

2018-11-28 Thread Neale Ranns via Lists.Fd.Io
Hi Xue, To my knowledge it has not been tried nor tested. GRE interfaces today do not support a multicast destination address. However, other tunnel types (like VXLAN) do so adding support shouldn’t be too hard. After that the mfib support egress out of any interface type. I also have a draft

[vpp-dev] #VPP_1804 What causes messages "binary API client 'client_name' died" and "cleanup ghost pid 'PID_NO' " to apear in vppctl #binapi #vpp

2018-11-28 Thread Seyyed Mojtaba Rezvani via Lists.Fd.Io
Dear friends, I was wondering what could cause these messages to be appeared on vppctl console; vl_mem_send_client_keepalive_w_reg:539: REAPER: binary API client 'client_name' died and svm_client_scan_this_region_nolock:1249: /global_vm: cleanup ghost pid PID_NO I am developing on VPP 18.04 and t

Re: [vpp-dev] vppcom: why __vcl_worker_index is thread local? #vpp

2018-11-28 Thread Florin Coras
I am working on enabling forking with LDP but keep in mind that we mainly support it for testing purposes. That is, it can’t work with statically linked applications and we don’t plan on supporting all possible socket/setsockopts/getsockopts/fcntl options. Florin > On Nov 28, 2018, at 3:15 AM

[vpp-dev] Verify issues (GRE)

2018-11-28 Thread Ole Troan
Guys, The verify job have been unstable over the last few days. We see some instability in the Jenkins build system, in the test harness itself, and in the tests. On my 18.04 machine I’m seeing intermittent failures in GRE, GBP, DHCP, VCL. It looks like Jenkins is functioning correctly now. Ed a

[vpp-dev] DPDK 18.11 (stable LTE)

2018-11-28 Thread Bly, Mike
Hello, Can someone tell me what the next release of VPP will be, which will use DPDK-18.11? I am a bit hesitant about using a non-stable release, e.g. DPDK:18.08. I am asking as I have seen several email responses here advocating folks move to VPP:18.10, which of course uses DPDK:18.08. Will VP

Re: [vpp-dev] DPDK 18.11 (stable LTE)

2018-11-28 Thread Damjan Marion via Lists.Fd.Io
— Damjan > On 28 Nov 2018, at 21:49, Bly, Mike wrote: > > Hello, > > Can someone tell me what the next release of VPP will be, which will use > DPDK-18.11? I am a bit hesitant about using a non-stable release, e.g. > DPDK:18.08. I am asking as I have seen several email responses here > a

Re: [**EXTERNAL**] Re: [vpp-dev] DPDK 18.11 (stable LTE)

2018-11-28 Thread Bly, Mike
As always, one step ahead of my questions. ☺ Thank you, Mike From: vpp-dev@lists.fd.io On Behalf Of Damjan Marion via Lists.Fd.Io Sent: Wednesday, November 28, 2018 12:55 PM To: Bly, Mike Cc: vpp-dev@lists.fd.io Subject: [**EXTERNAL**] Re: [vpp-dev] DPDK 18.11 (stable LTE) — Damjan On 28 No