Re: [vpp-dev] Control of transit TCP sessions

2018-08-27 Thread Aleksander Djuric
Hi Florin, Many thanks for your help. I will think about it ) I think, I'll create right thread pool for transit sessions. Unfortunatelly, session_lookup_connection_wt4/6 is not work for me. I thought that it was not intended for transit connections. At now VPP crashes when I call it. Maybe it

Re: [vpp-dev] Control of transit TCP sessions

2018-08-24 Thread Florin Coras
Hi Aleksander, The session layer session lookup tables lower are used for transport connections that are terminated in vpp. They can be used to store any connection but, as you’ve already figured out, they’ve been written to work with sessions and transport connections. Moreover, session

[vpp-dev] Control of transit TCP sessions

2018-08-24 Thread Aleksander Djuric
Hello, all I need to add some control functions for trasit TCP sessions. Could you please help me to determine the correct way to implement such feature? At now I plan to write the VPP node wich will push all of transit TCP connections into the sessions main table in following manner: tcon0 =