From: Thomas Monjalon Date: Thu, 12 Jun 2014 12:57:24 +0000 (+0200) Subject: config: minor cleanup X-Git-Tag: spdx-start~10749 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=761e8034ac748ef246de980fc36c6d5ff55a7a28;p=dpdk.git config: minor cleanup Move things at their right location and add missing comment. Signed-off-by: Thomas Monjalon --- diff --git a/config/common_bsdapp b/config/common_bsdapp index 05026c9d67..ec7b15948b 100644 --- a/config/common_bsdapp +++ b/config/common_bsdapp @@ -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 diff --git a/config/common_linuxapp b/config/common_linuxapp index 532b1bd6fa..7c143eb29d 100644 --- a/config/common_linuxapp +++ b/config/common_linuxapp @@ -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