From 80965f599aa90288c8c139e7e3a31726b89eb9a4 Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Mon, 11 Mar 2019 09:57:38 -0400 Subject: Perf tune handoff queue polling Change-Id: I5cfa0f6eee67156bf87907fcf8a39f16d68a0905 Signed-off-by: Dave Barach --- src/vlib/main.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/vlib/main.h') diff --git a/src/vlib/main.h b/src/vlib/main.h index 2c5bb45417f..d2c42135d88 100644 --- a/src/vlib/main.h +++ b/src/vlib/main.h @@ -236,6 +236,9 @@ typedef struct vlib_main_t /* Earliest barrier can be closed again */ f64 barrier_no_close_before; + /* Need to check the frame queues */ + volatile uword check_frame_queues; + /* RPC requests, main thread only */ uword *pending_rpc_requests; uword *processing_rpc_requests; -- cgit 1.2.3-korg