From ca18bee495f043ad94db99bbe0ca810a980d7d8e Mon Sep 17 00:00:00 2001 From: xiaojueguan Date: Sun, 17 May 2020 16:28:59 +0800 Subject: [PATCH] fix can not generate ovs-dpdk.conf Change-Id: I0ecc10f8035f421d7dc1132c2b29db0d9cc84cdf Closes-Bug: #1879125 (cherry picked from commit 593b7b4ce4467c7687638bd0e1eced62f638d653) --- tools/ovs-dpdkctl.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/ovs-dpdkctl.sh b/tools/ovs-dpdkctl.sh index 6c6bb5aae5..c24ab802f0 100755 --- a/tools/ovs-dpdkctl.sh +++ b/tools/ovs-dpdkctl.sh @@ -348,6 +348,9 @@ function unconfigure_kernel_modules { } function install { + if [ ! -e "$CONFIG_FILE" ]; then + gen_config + fi configure_kernel_modules if [ ! -e "$SERVICE_FILE" ]; then install_service @@ -356,9 +359,6 @@ function install { cp "$FULL_PATH" /bin/ovs-dpdkctl chmod +x /bin/ovs-dpdkctl fi - if [ ! -e "$CONFIG_FILE" ]; then - gen_config - fi systemctl start ovs-dpdkctl install_network_manager_conf if [[ $(is_redhat_family) == 0 ]]; then