From d22cd795ec9db722505e48b5e9bc5afddbeb400e Mon Sep 17 00:00:00 2001 From: Nipun Gupta Date: Thu, 31 Oct 2019 18:18:35 +0530 Subject: [PATCH] config: disable IEEE1588 on DPAA2 This patch disables the 1588 timer support by default on DPAA2 platform due to the performance impact. By default it is disabled in config/common_base, so remove the entry from DPAA2. Signed-off-by: Nipun Gupta Reviewed-by: David Marchand --- config/defconfig_arm64-dpaa2-linuxapp-gcc | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/defconfig_arm64-dpaa2-linuxapp-gcc b/config/defconfig_arm64-dpaa2-linuxapp-gcc index 5c7eddd5e5..8b545f5f7f 100644 --- a/config/defconfig_arm64-dpaa2-linuxapp-gcc +++ b/config/defconfig_arm64-dpaa2-linuxapp-gcc @@ -15,9 +15,6 @@ CONFIG_RTE_CACHE_LINE_SIZE=64 CONFIG_RTE_PKTMBUF_HEADROOM=128 -# Enable IEEE1588, Keep it disable by default -CONFIG_RTE_LIBRTE_IEEE1588=y - # Doesn't support NUMA CONFIG_RTE_EAL_NUMA_AWARE_HUGEPAGES=n CONFIG_RTE_LIBRTE_VHOST_NUMA=n -- 2.20.1