Re: [vpp-dev] Issue related to VCL Session Migration

2023-02-07 Thread Florin Coras
Hi Vivek, Aslam, That’s an interesting use case. We typically recommend using VCL natively and only if that’s not possible use LDP, which implies VLS locking. We haven’t had many VLS native integration efforts. Coming back to your problem, any particular reason why you’re not registering all

[vpp-dev] Issue related to VCL Session Migration

2023-02-07 Thread Vivek Gupta
Hi, We have SSL based application using VCL. - Currently, we have one thread which does the epoll, TLS Session establishment, Read/Write for multiple tunnels. - Now we want to split the functionality in different threads, such that TLS Session establishment happens in a separate thread,