From debb352df9ca40170534f1e3449934a02110db96 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Tue, 18 May 2021 00:35:50 -0700 Subject: quic: add extended vcl test Only works with release binaries. Type: test Signed-off-by: Florin Coras Change-Id: Iede88713e1dbc4d1c6ae62651ff9150f88953f4d --- src/plugins/quic/quic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/quic/quic.c') diff --git a/src/plugins/quic/quic.c b/src/plugins/quic/quic.c index c4ef4598c10..63ff9847362 100644 --- a/src/plugins/quic/quic.c +++ b/src/plugins/quic/quic.c @@ -1318,7 +1318,7 @@ quic_connect_connection (session_endpoint_cfg_t * sep) return SESSION_E_NOEXTCFG; /* Use pool on thread 1 if we have workers because of UDP */ - thread_index = vlib_num_workers () ? 1 : 0; + thread_index = transport_cl_thread (); ccfg = &sep->ext_cfg->crypto; clib_memset (cargs, 0, sizeof (*cargs)); -- cgit 1.2.3-korg