Files
archetypes
assets
content
static
assets
ansible
as8298
asr9006
asr920
bucketlist
clearfog
colo
coloclue-ipng
coloclue-loadtest
coloclue-vpp
css
debian-vpp
fiber7-litexchange
fiber7-x
fitlet2
freebsd-vpp
LAB v2.svg
brain.png
france-dmesg.txt
france-loader.conf
france-pciconf.txt
france-startup.conf
freebsd-bootscreen.png
freebsd-logo.png
freebsd-vpp.png
netmap_bridge.cast
netmap_bridge.gif
startup.conf
top-kernel-bridge.png
top-vpp-dpdk.png
warning.png
freeix
fs-switch
geofeed
gowin-n305
ipng-frontends
lab
logo
mastodon
mlxsw
mpls-core
nat64
netgate-6100
network
oem-switch
pcengines-apu6
pdf
pixelfed
r86s
sixxs-sunset
smtp
syslog-telegram
vpp
vpp-babel
vpp-ixp-gateway
vpp-mpls
vpp-ospf
vpp-papi
vpp-proto
vpp-stats
vppcfg
dwdm.png
main.scss
minima-social-icons.svg
pdu19.png
themes
.gitattributes
.gitignore
hugo.toml
ipng.ch/static/assets/freebsd-vpp/startup.conf
2024-08-04 17:41:39 +02:00

42 lines
564 B
Plaintext

unix {
nodaemon
interactive
log /var/log/vpp/vpp.log
full-coredump
cli-listen /run/vpp/cli.sock
}
api-trace { on }
api-segment { gid pim }
socksvr { default }
memory {
main-heap-size 1024M
main-heap-page-size default-hugepage
}
statseg {
size 128M
per-node-counters on
}
cpu {
main-core 0
corelist-workers 1-3
}
buffers {
buffers-per-numa 80000
default data-size 2048
page-size default-hugepage
}
dpdk {
decimal-interface-names
dev default { num-rx-queues 3 num-tx-queues 4 }
}
plugins {
plugin dpdk_plugin.so { enable }
}