From 869141d344f5ac5c49f26a11466163ed5046b87f Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+WeebDataHoarder@users.noreply.github.com> Date: Wed, 14 Oct 2020 18:24:48 +0200 Subject: [PATCH] Move CONFIG_RTE_FM10K_SWITCH_MANAGEMENT to common_base --- config/common_base | 4 ++++ config/common_linux | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/config/common_base b/config/common_base index fbf0ee70c..9a8a7e18c 100644 --- a/config/common_base +++ b/config/common_base @@ -330,6 +330,10 @@ CONFIG_RTE_LIBRTE_FM10K_DEBUG_TX=n CONFIG_RTE_LIBRTE_FM10K_DEBUG_TX_FREE=n CONFIG_RTE_LIBRTE_FM10K_RX_OLFLAGS_ENABLE=y CONFIG_RTE_LIBRTE_FM10K_INC_VECTOR=y +# +# FM10K switch management +# +CONFIG_RTE_FM10K_SWITCH_MANAGEMENT=y # # Compile burst-oriented ICE PMD driver diff --git a/config/common_linux b/config/common_linux index 159ea9b7a..816810671 100644 --- a/config/common_linux +++ b/config/common_linux @@ -66,8 +66,3 @@ CONFIG_RTE_LIBRTE_HINIC_PMD=y # Hisilicon HNS3 PMD driver # CONFIG_RTE_LIBRTE_HNS3_PMD=y - -# -## FM10K switch management -## -CONFIG_RTE_FM10K_SWITCH_MANAGEMENT=n