diff options
author | dongjuan <dong.juan1@zte.com.cn> | 2019-06-04 10:59:02 +0800 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-06-08 16:43:17 +0000 |
commit | 8875248f5e0602f4b4872ea12e542826df3df1f8 (patch) | |
tree | 519b4da76fc33966ffa9ff38d7159ad1f811f964 /src/vlib/node.h | |
parent | d567a8d51bab6dbd45b70ec99e9b7a1b9ae58e71 (diff) |
trace frame-queue on trigger out of memory
FRAME_QUEUE_NELTS is 64 in thread.c
Change-Id: Ie7e5962afe05dfc7f38e3d597dabc74dcc2dab8d
Signed-off-by: dongjuan <dong.juan1@zte.com.cn>
Diffstat (limited to 'src/vlib/node.h')
-rw-r--r-- | src/vlib/node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vlib/node.h b/src/vlib/node.h index bdc3c6b59ad..4264a1ba1a5 100644 --- a/src/vlib/node.h +++ b/src/vlib/node.h @@ -764,7 +764,7 @@ typedef struct } vlib_node_main_t; -#define FRAME_QUEUE_MAX_NELTS 32 +#define FRAME_QUEUE_MAX_NELTS 64 typedef struct { CLIB_CACHE_LINE_ALIGN_MARK (cacheline0); |