summaryrefslogtreecommitdiffstats
path: root/stacks/vpp/configure/startup.conf
diff options
context:
space:
mode:
Diffstat (limited to 'stacks/vpp/configure/startup.conf')
-rw-r--r--stacks/vpp/configure/startup.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/stacks/vpp/configure/startup.conf b/stacks/vpp/configure/startup.conf
new file mode 100644
index 0000000..ada7fdf
--- /dev/null
+++ b/stacks/vpp/configure/startup.conf
@@ -0,0 +1,21 @@
+unix {
+ interactive
+ log /var/log/vpp/vpp.log
+ cli-listen localhost:5002
+ full-coredump
+ exec /etc/vpp/vpp_config
+}
+
+api-trace {
+ on
+}
+
+cpu {
+ main-core 2
+}
+
+dpdk {
+ socket-mem 1024
+ uio-driver igb_uio
+ dev 0000:00:09.0
+}