[PATCH v13 01/13] eal: Enable port Hotplug framework in Linux
From: Tetsuya Mukawa <hidden>
Date: 2015-02-24 04:49:35
Subsystem:
the rest · Maintainer:
Linus Torvalds
The patch adds CONFIG_RTE_LIBRTE_EAL_HOTPLUG in Linux and BSD configuration. So far, Hotplug functions only support linux. v9: - Move this patch at the top of this patch series. (Thanks to Thomas Monjalon) Signed-off-by: Tetsuya Mukawa <mukawa-AlSX/UN32fvPDbFq/vQRIQ@public.gmane.org> --- config/common_bsdapp | 6 ++++++ config/common_linuxapp | 5 +++++ 2 files changed, 11 insertions(+)
diff --git a/config/common_bsdapp b/config/common_bsdapp
index 56c5372..053caef 100644
--- a/config/common_bsdapp
+++ b/config/common_bsdapp@@ -116,6 +116,12 @@ CONFIG_RTE_LIBRTE_EAL_BSDAPP=y CONFIG_RTE_LIBRTE_EAL_LINUXAPP=n # +# Compile Environment Abstraction Layer to support hotplug +# So far, Hotplug functions only support linux +# +CONFIG_RTE_LIBRTE_EAL_HOTPLUG=n + +# # Compile Environment Abstraction Layer to support Vmware TSC map # CONFIG_RTE_LIBRTE_EAL_VMWARE_TSC_MAP_SUPPORT=y
diff --git a/config/common_linuxapp b/config/common_linuxapp
index fc29425..7e84e5f 100644
--- a/config/common_linuxapp
+++ b/config/common_linuxapp@@ -114,6 +114,11 @@ CONFIG_RTE_PCI_MAX_READ_REQUEST_SIZE=0 CONFIG_RTE_LIBRTE_EAL_LINUXAPP=y # +# Compile Environment Abstraction Layer to support hotplug +# +CONFIG_RTE_LIBRTE_EAL_HOTPLUG=y + +# # Compile Environment Abstraction Layer to support Vmware TSC map # CONFIG_RTE_LIBRTE_EAL_VMWARE_TSC_MAP_SUPPORT=y
--
1.9.1