From c50f885ec03bd469b83b5bb5a5321b40e91fc564 Mon Sep 17 00:00:00 2001 From: Yusur_Daiyl <127860365+YanLongDai@users.noreply.github.com> Date: Wed, 16 Aug 2023 23:53:56 +0800 Subject: [PATCH] Improve the minimal configuration of vpp (#26085) (#29022) Signed-off-by: YanLongDai --- docs/root/configuration/other_features/vcl.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/root/configuration/other_features/vcl.rst b/docs/root/configuration/other_features/vcl.rst index f43b10240152..4c12bcbf3c73 100644 --- a/docs/root/configuration/other_features/vcl.rst +++ b/docs/root/configuration/other_features/vcl.rst @@ -92,6 +92,9 @@ For information on how to build and/or install VPP see the getting started guide # Use session layer socket api for VCL attachments use-app-socket-api + # Enable VPP session layer + enable + # VPP worker's message queues lengths event-queue-length 100000 }