Re: [vpp-dev] vcl_test_client is failing with Unsupported application config (-108) #vppcom

2021-05-06 Thread Sastry Sista
Hi Florin, Once I have session info as below, I am not seeing vpp crash. session { evt_qs_memfd_seg } I am good now and not seeing unsupported application config message also. If I have any other param or empty params, vpp crashes. I think, we need to address this in later vpp versions. COuld

[vpp-dev] My plugin is not getting IKE packets on port 4500

2021-05-06 Thread Vijay Kumar
Hi team, I have implemented a new isakmp plugin that will register with udp for port 500 and 4500 IKE pkts as shown below (In my cluster, we don't use the default ikev2 plugin of VPP. The IKEv2 plugin is disabled as we are using 3rd party IKE stack) The peer of VPP is Strongswan client. My plugi

Re: [vpp-dev] vcl_test_client is failing with Unsupported application config (-108) #vppcom

2021-05-06 Thread Florin Coras
Hi Sastry, That is pretty weird. Re-check your extended config to make sure it doesn’t have any errors in it. VCL is part of our CI so most probably the issue is some misconfiguration. For older releases you do need to explicitly ask that the event queues be allocated in a memfd segment, lik