Re: [vpp-dev] vppcom and binary api #binapi #vapi #vppcom

2020-12-03 Thread Florin Coras
Hi Ravi, VCL is not part of the vpp app/process, it’s a library that applications can link against to be able to interact with the session layer in a more posix-like manner. So if your app needs a binary api connection to vpp, it needs to set it up independent of vcl. With regard to the “vpe

Re: [vpp-dev] vppcom and binary api #binapi #vapi #vppcom

2020-12-03 Thread RaviKiran Veldanda
Hi Florin, Thanks for your response, however I have a question, If I want to use another Binary API initialization do we need to do at our Application or in VPP code. When I check VPP source code, the initialization always with "vpe-api" vpe_api_init calls always vl_set_memory_region_name ("/vpe-a

Re: [vpp-dev]: Worker Thread Deadlock Detected from vl_api_clnt_node

2020-12-03 Thread Dave Barach
Looks like a corrupt binary API segment heap to me. Signal 7 in mspace_malloc(...) is the root cause. The thread hangs due to recursion on the mspace lock trying to print / syslog from the signal handler. It is abnormal to allocate memory in vl_msg_api_alloc[_as_if_client] in the first pla

Re: [vpp-dev] Vpp crashes with core dump vhost-user interface

2020-12-03 Thread onong via lists.fd.io
Hi Eyle, Networking-vpp 20.05.1 ought to work fine with VPP 20.09. Please do give VPP 20.09 a try in your lab testbed at least to see if it solves the problem. -- Onong From: on behalf of Eyle Brinkhuis Date: Wednesday, 2 December 2020 at 9:43 PM To: "Benoit Ganne (bganne)" Cc: "vpp-dev@list

[vpp-dev]: Worker Thread Deadlock Detected from vl_api_clnt_node

2020-12-03 Thread Rajith PR via lists.fd.io
Hi All, We have hit a VPP Worker Thread Deadlock issue. And from the call stacks it looks like the main thread is waiting for workers to come back to their main loop( ie has taken the barrier lock) and one of the two workers is on spin lock to make an rpc to the main thread. I believe this lock is

Re: [vpp-dev] VPP hanging and running out of memory due to infinite loop related to nat44-hairpinning

2020-12-03 Thread Klement Sekera via lists.fd.io
I can’t see how that could help as this is not a fragmented packet … ? Thanks, Klement > On 2 Dec 2020, at 23:57, Mrityunjay Kumar wrote: > > Guys, I am not sure , my input is helpful or not but the same issue was > triggered to me and we concluded it in a different way. > In your packet trac