commit | 309f7aac170767028a2e6e7e9424ec3d13304aff | [log] [tgz] |
---|---|---|
author | Florin Coras <fcoras@cisco.com> | Fri Mar 18 08:33:08 2022 -0700 |
committer | Dave Barach <vpp@barachs.net> | Fri Dec 02 22:59:13 2022 +0000 |
tree | 84b4e26408e994f196c4e0029709c806be5bfef6 | |
parent | 06bbab0c45c805544c981b8765ea3d85760d66a8 [diff] [blame] |
session: move connects to first worker Type: improvement Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: I035e3fdbb52eca010ad7b2c20ca2930cb1645978
diff --git a/src/vnet/tls/tls.c b/src/vnet/tls/tls.c index 85ac7f8..b082467 100644 --- a/src/vnet/tls/tls.c +++ b/src/vnet/tls/tls.c
@@ -121,6 +121,7 @@ clib_memset (ctx, 0, sizeof (*ctx)); ctx->c_c_index = ctx - tm->half_open_ctx_pool; + ctx->c_thread_index = transport_cl_thread (); return ctx->c_c_index; }