From 5d3cd28b4d7dcc456535544daf2de13fe3a80cc2 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Mon, 2 Apr 2018 23:49:55 +0200 Subject: [PATCH] config: remove useless lines for DPAA2 Some comments are not relevant in a config which only overrides the default config. The option CONFIG_RTE_LIBRTE_DPAA2_DEBUG_DRIVER is already disabled by default so it can be removed from this file. Signed-off-by: Thomas Monjalon Acked-by: Shreyansh Jain --- config/defconfig_arm64-dpaa2-linuxapp-gcc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/defconfig_arm64-dpaa2-linuxapp-gcc b/config/defconfig_arm64-dpaa2-linuxapp-gcc index ecac994bf0..96f478a069 100644 --- a/config/defconfig_arm64-dpaa2-linuxapp-gcc +++ b/config/defconfig_arm64-dpaa2-linuxapp-gcc @@ -9,9 +9,6 @@ CONFIG_RTE_MACHINE="dpaa2" CONFIG_RTE_ARCH_ARM_TUNE="cortex-a72" -# -# Compile Environment Abstraction Layer -# CONFIG_RTE_MAX_LCORE=16 CONFIG_RTE_MAX_NUMA_NODES=1 CONFIG_RTE_CACHE_LINE_SIZE=64 @@ -22,8 +19,4 @@ CONFIG_RTE_PKTMBUF_HEADROOM=128 CONFIG_RTE_EAL_NUMA_AWARE_HUGEPAGES=n CONFIG_RTE_LIBRTE_VHOST_NUMA=n -# -# Compile Support Libraries for DPAA2 -# CONFIG_RTE_LIBRTE_DPAA2_USE_PHYS_IOVA=n -CONFIG_RTE_LIBRTE_DPAA2_DEBUG_DRIVER=n -- 2.20.1