summaryrefslogtreecommitdiffstats
path: root/src/vlib/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vlib/node.h')
-rw-r--r--src/vlib/node.h2
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);