From patchwork Thu Oct 31 12:48:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nipun Gupta X-Patchwork-Id: 178171 Delivered-To: patch@linaro.org Received: by 2002:a92:409a:0:0:0:0:0 with SMTP id d26csp2811391ill; Thu, 31 Oct 2019 06:04:52 -0700 (PDT) X-Google-Smtp-Source: APXvYqwRM2ibL+UKEodmiQxD6A+FGS/78Hyd9WPUnRn9JIyYNedMEtwkqSFBHGj/PBrdGW7ITKSp X-Received: by 2002:a50:f7cc:: with SMTP id i12mr5857458edn.81.1572527092396; Thu, 31 Oct 2019 06:04:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572527092; cv=none; d=google.com; s=arc-20160816; b=HFRLcC/oOxOd5TvOCx3fyk2zKgtY956ltUO1xVrfLleSyaER9IYtUrrZ5Wl2BASSrh JtM9lB30rVtiW7SbnBbTvcAwNLqpJa9X9oKNkboXGKDaGNDZb0L1Ld/sG4BNC+PB9R3k ZHgC1AkYTjoSOwzFhogIA6GJ/QEvrGjKC0RxBxBa8Huj5BfV4vG6d07kvCVQR0d3dowK VZZgAWQjm9gthARJaBfNJw0NOPi6NPc+XqQlkmazm7OfZVV+oSW2YQSWO6Ju3saBsQ2P doQ5hlkwr/g+yqakaoKiQOedIZBjab0GGw0tDWw/5uaT0NDf8HkHPrJP++hEpO6U8j97 ZmBw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:subject:references:in-reply-to :message-id:date:cc:to:from; bh=JWBesjrySB1szFWN1uTrJpcJG0A2GknflVK0RXNevh0=; b=RTPKvdpa+HIk9E3Z/FEmBDW0fPR9/pMQ6oTtQtzhuQal4qgtC/BSlNtEMIjyjUbwjc uhJaPbnP61P0vMvwYYCyfIBM07Gm78NOP3aSN4OUlk4qTwmOy44VKtkQl7yUJtvYsPWR dKP+nDqP7mBjrYy3u3XUanIR1CGy7VTg6rx3rYxd9joevd+Oe4X0sYEC2O8P+P0Lii65 a4SQ+LG1LV4SLDEQYWBNXZaZhpTtbe9VUZ3PhBhZCUVVym94zGmknRGiQTggeEAtTnT9 w+ZPkoAi5GXOT/g8/CF/SAulwS1TZktfigIUDNrJ3Dbz5KIn1CP5Tf71vdKPhrcoZp0i R+Cw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Return-Path: Received: from dpdk.org (dpdk.org. [92.243.14.124]) by mx.google.com with ESMTP id x8si4363817edd.282.2019.10.31.06.04.52; Thu, 31 Oct 2019 06:04:52 -0700 (PDT) Received-SPF: pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) client-ip=92.243.14.124; Authentication-Results: mx.google.com; spf=pass (google.com: domain of dev-bounces@dpdk.org designates 92.243.14.124 as permitted sender) smtp.mailfrom=dev-bounces@dpdk.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 064B01C1F1; Thu, 31 Oct 2019 14:04:50 +0100 (CET) Received: from inva020.nxp.com (inva020.nxp.com [92.121.34.13]) by dpdk.org (Postfix) with ESMTP id A4B321C1F0 for ; Thu, 31 Oct 2019 14:04:48 +0100 (CET) Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id D50AB1A0547; Thu, 31 Oct 2019 14:04:47 +0100 (CET) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id DFDE31A0205; Thu, 31 Oct 2019 14:04:44 +0100 (CET) Received: from GDB1.ap.freescale.net (gdb1.ap.freescale.net [10.232.132.179]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id C35C5402B7; Thu, 31 Oct 2019 21:04:40 +0800 (SGT) From: Nipun Gupta To: dev@dpdk.org Cc: thomas@monjalon.net, david.marchand@redhat.com, hemant.agrawal@nxp.com, sachin.saxena@nxp.com, Nipun Gupta Date: Thu, 31 Oct 2019 18:18:35 +0530 Message-Id: <20191031124835.29927-1-nipun.gupta@nxp.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191004111106.30267-1-nipun.gupta@nxp.com> References: <20191004111106.30267-1-nipun.gupta@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP Subject: [dpdk-dev] [PATCH v2] config: disable 1588 timer support on DPAA2 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 --- 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(-) -- 2.17.1 Reviewed-by: David Marchand Acked-by: Hemant Agrawal 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