Re: [vpp-dev] Is the TCP implementation multi-instance capable?

2017-05-25 Thread Nagaprabhanjan Bellaru
Thanks for the response. -nagp On Thu, May 25, 2017 at 11:55 AM, Florin Coras wrote: > Hi Nagp, > > No, the current implementation is not multi-fib capable, i.e., all > connections go through the main fib. Transport endpoint structs used in the > session api and the application interface alread

Re: [vpp-dev] Is the TCP implementation multi-instance capable?

2017-05-24 Thread Florin Coras
Hi Nagp, No, the current implementation is not multi-fib capable, i.e., all connections go through the main fib. Transport endpoint structs used in the session api and the application interface already carry vrfs but we’re not yet using them in tcp and for session lookup. We do however plan to

[vpp-dev] Is the TCP implementation multi-instance capable?

2017-05-24 Thread Nagaprabhanjan Bellaru
I am asking this because the session lookup functions in tcp_input.c does not seem to be taking a fib index or a table id to look up the session - just the usual 4-tuple. If it is done in a different way, please help me see it. Thanks, -nagp ___ vpp-dev