[dpdk-dev] [PATCH v2] config: disable 1588 timer support on DPAA2
Nipun Gupta
nipun.gupta at nxp.com
Thu Oct 31 13:48:35 CET 2019
This patch disables the 1588 timer support by default on DPAA2
platform due to the performance impact.
By default it is disabled in the common/base, so remove the entry
from DPAA2.
Signed-off-by: Nipun Gupta <nipun.gupta at nxp.com>
---
Changes in v2:
- Change only the 1588 timestamp option in DPAA2 and do not touch
the CONFIG_RTE_LIBRTE_DPAA2_USE_PHYS_IOVA option.
config/defconfig_arm64-dpaa2-linuxapp-gcc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/defconfig_arm64-dpaa2-linuxapp-gcc b/config/defconfig_arm64-dpaa2-linuxapp-gcc
index 5c7eddd5e..b2ccbec0c 100644
--- a/config/defconfig_arm64-dpaa2-linuxapp-gcc
+++ b/config/defconfig_arm64-dpaa2-linuxapp-gcc
@@ -15,8 +15,8 @@ CONFIG_RTE_CACHE_LINE_SIZE=64
CONFIG_RTE_PKTMBUF_HEADROOM=128
-# Enable IEEE1588, Keep it disable by default
-CONFIG_RTE_LIBRTE_IEEE1588=y
+# Disable IEEE1588 by default
+CONFIG_RTE_LIBRTE_IEEE1588=n
# Doesn't support NUMA
CONFIG_RTE_EAL_NUMA_AWARE_HUGEPAGES=n
--
2.17.1
More information about the dev
mailing list