From: Nipun Gupta Date: Thu, 31 Oct 2019 12:48:35 +0000 (+0530) Subject: config: disable IEEE1588 on DPAA2 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=d22cd795ec9db722505e48b5e9bc5afddbeb400e;p=dpdk.git 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 --- 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