From 0cf668e948d551c5ce61d6b0360632231735665f Mon Sep 17 00:00:00 2001 From: Junhua Zhai Date: Fri, 8 Nov 2024 16:25:01 +0000 Subject: [PATCH] not load dpapp/init.config --- dash-pipeline/dpapp/startup.conf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dash-pipeline/dpapp/startup.conf b/dash-pipeline/dpapp/startup.conf index aa8e51dd9..8715192fa 100644 --- a/dash-pipeline/dpapp/startup.conf +++ b/dash-pipeline/dpapp/startup.conf @@ -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 { @@ -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} }