From 1394b76bec8a0e4651fc379ad0100559c4a31cd8 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 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dash-pipeline/dpapp/startup.conf b/dash-pipeline/dpapp/startup.conf index aa8e51dd9..3b682bcfa 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,9 @@ 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} }