Add ping vnf using vhost-user & virtio-user
[openretriever.git] / src / vnf / virtio-user-ping / startup.conf
diff --git a/src/vnf/virtio-user-ping/startup.conf b/src/vnf/virtio-user-ping/startup.conf
new file mode 100644 (file)
index 0000000..ce8badc
--- /dev/null
@@ -0,0 +1,23 @@
+unix {
+  nodaemon
+  log /tmp/vpp.log
+  full-coredump
+  cli-listen /run/vpp/cli.sock
+}
+
+api-trace {
+  on
+}
+
+cpu {
+}
+
+plugins
+{
+  path /root/vpp/build-root/install-vpp_debug-native/vpp/lib64/vpp_plugins
+}
+
+dpdk {
+  huge-dir /dev/hugepages
+  virtio-user /var/run/openvswitch/vhost-user-1
+}