config: minor cleanup
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 12 Jun 2014 12:57:24 +0000 (14:57 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 12 Jun 2014 13:58:16 +0000 (15:58 +0200)
Move things at their right location and add missing comment.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
config/common_bsdapp
config/common_linuxapp

index 05026c9..ec7b159 100644 (file)
@@ -76,13 +76,13 @@ CONFIG_RTE_FORCE_INTRINSICS=n
 #
 # Compile to share library
 #
-CONFIG_RTE_LIBNAME=intel_dpdk
 CONFIG_RTE_BUILD_SHARED_LIB=n
 
 #
 # Combine to one single library
 #
 CONFIG_RTE_BUILD_COMBINE_LIBS=n
+CONFIG_RTE_LIBNAME=intel_dpdk
 
 #
 # Compile Environment Abstraction Layer
index 532b1bd..7c143eb 100644 (file)
@@ -153,6 +153,11 @@ CONFIG_RTE_MAX_ETHPORTS=32
 CONFIG_RTE_LIBRTE_IEEE1588=n
 CONFIG_RTE_ETHDEV_QUEUE_STAT_CNTRS=16
 
+#
+# Support NIC bypass logic
+#
+CONFIG_RTE_NIC_BYPASS=n
+
 #
 # Compile burst-oriented IGB & EM PMD drivers
 #
@@ -210,7 +215,9 @@ CONFIG_RTE_PMD_RING_MAX_TX_RINGS=16
 #
 CONFIG_RTE_LIBRTE_PMD_PCAP=n
 
-
+#
+# Compile Xen PMD
+#
 CONFIG_RTE_LIBRTE_PMD_XENVIRT=n
 
 #
@@ -335,8 +342,3 @@ CONFIG_RTE_APP_TEST=y
 CONFIG_RTE_TEST_PMD=y
 CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES=n
 CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS=n
-
-#
-# Support NIC bypass logic
-#
-CONFIG_RTE_NIC_BYPASS=n