tailq: introduce dynamic register system
[dpdk.git] / config / common_linuxapp
index 2ea6711..97f1c9e 100644 (file)
@@ -113,6 +113,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
 #
@@ -256,6 +261,11 @@ CONFIG_RTE_LIBRTE_PMD_AF_PACKET=y
 #
 CONFIG_RTE_LIBRTE_PMD_XENVIRT=n
 
+#
+# Compile null PMD
+#
+CONFIG_RTE_LIBRTE_PMD_NULL=y
+
 #
 # Do prefetch of packet data within PMD driver receive function
 #