Skip to content

Commit

Permalink
not load dpapp/init.config
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyzhai committed Nov 12, 2024
1 parent 1004eba commit 49dfea8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion dash-pipeline/dpapp/dpapp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
sysctl vm.nr_hugepages=32
sysctl vm.max_map_count=1548

/usr/bin/vpp -c ${1:-/etc/vpp/startup.conf}
while true; do sleep 2; done
8 changes: 0 additions & 8 deletions dash-pipeline/dpapp/startup.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ unix {
full-coredump
cli-listen /run/vpp/cli.sock
gid vpp
startup-config /dash/dash-pipeline/dpapp/init.config
}

api-trace {
Expand All @@ -29,15 +28,8 @@ cpu {
corelist-workers 2
}

dpdk {
no-pci
}

plugins {
add-path /dash/dash-pipeline/dpapp/build/lib/vpp_plugins
plugin default {disable}
plugin dpdk_plugin.so {enable}
plugin af_packet_plugin.so {enable}
plugin dash_plugin.so {enable}
}

0 comments on commit 49dfea8

Please sign in to comment.