summaryrefslogtreecommitdiffstats
path: root/src/vnf/virtio-user-ping/startup.conf
blob: ce8badcfc090e67176b197118dc1a47f0731c88e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
}