aboutsummaryrefslogtreecommitdiffstats
path: root/configs/startup-test.conf
diff options
context:
space:
mode:
Diffstat (limited to 'configs/startup-test.conf')
-rw-r--r--configs/startup-test.conf28
1 files changed, 28 insertions, 0 deletions
diff --git a/configs/startup-test.conf b/configs/startup-test.conf
new file mode 100644
index 0000000..cf41cca
--- /dev/null
+++ b/configs/startup-test.conf
@@ -0,0 +1,28 @@
+unix {
+ interactive
+ log /tmp/vpp.log
+ full-coredump
+ cli-listen /run/vpp/cli.sock
+ exec /tmp/vppset-test
+}
+
+api-trace {
+ on
+}
+
+session {
+ evt_qs_memfd_seg
+}
+
+socksvr {
+ default
+}
+
+cpu {
+ main-core 0
+ ##Start 4 VPP workers
+ #corelist-workers 1-4
+ ##start 1 VPP worker
+ corelist-workers 1
+}
+