summaryrefslogtreecommitdiffstats
path: root/nfvbenchvm/dib/elements/nfvbenchvm/static/vpp/startup.conf
blob: e3f1486e22bfe870f82d215966a85fd64ed987cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
unix {
  nodaemon
  log /tmp/vpp.log
  full-coredump
  startup-config /etc/vpp/vm.conf
  cli-listen /run/vpp/cli.sock
}

api-trace {
  on
}

dpdk {
  dev default {
    num-rx-desc 1024
    num-tx-desc 1024
  }
  socket-mem 1024
  dev {{PCI_ADDRESS_1}}
  dev {{PCI_ADDRESS_2}}
  uio-driver igb_uio
}

api-segment {
  gid vpp
}

cpu {
  main-core 0
  workers {{WORKER_CORES}}
}