From a2b358b1faf6e762e1d29a931d83c7735ac9a77d Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Fri, 18 Mar 2022 12:50:03 -0700 Subject: udp: use pool safe reallocs Type: improvement Signed-off-by: Florin Coras Change-Id: I5bd0b300af07424d1ce4807fa0b17e375001f089 --- src/vnet/udp/udp_input.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/vnet/udp/udp_input.c') diff --git a/src/vnet/udp/udp_input.c b/src/vnet/udp/udp_input.c index e701ca5d12e..f6c55f6722e 100644 --- a/src/vnet/udp/udp_input.c +++ b/src/vnet/udp/udp_input.c @@ -251,11 +251,6 @@ udp46_input_inline (vlib_main_t * vm, vlib_node_runtime_t * node, goto done; } - /* - * If session exists pool peeker lock is taken at this point unless - * the session is already on the right thread or is a listener - */ - if (s0->session_state == SESSION_STATE_OPENED) { u8 queue_event = 1; -- cgit 1.2.3-korg