From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3B240A00C5; Thu, 30 Apr 2020 12:23:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ADCCB1DB1D; Thu, 30 Apr 2020 12:23:22 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 196B71DB1C for ; Thu, 30 Apr 2020 12:23:21 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 654885C002F; Thu, 30 Apr 2020 06:23:19 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Thu, 30 Apr 2020 06:23:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= 29IKQMK/ZoYrD7S66L/Y40/TNusPF362zS4szsWg1iQ=; b=mkTBEgLvATOBU6ve uC47ah8gw7/ITlrqQ6M9/Y+TyiybMrGidTrnJEBQ84duXtsjMC1UGKFiFXHsWXG4 NqoPUT1/zMlGj500TgzNKVSxYZYy20mmsIn2woHXLf8bzc03TS6EqEDHRVdStoRf 1FPXiCEDwwJRBU/d2rgKGVoSYuAg3TzXwAQkzdvXpZ2Xqn1RU/d7t6uz/WSSrsco CqRoXzx736656vdGO9Zva9UA9J4WBqDKVpvmKr83Ekb4kJcc6Cil44eoQpzM9KPI t+w2LktPMiR6/8Qk6BSFIAAFmmiS1S4edEzQPkgs4JXGfuMJhwJTnxHTfTMYpqMi AhF2pg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=29IKQMK/ZoYrD7S66L/Y40/TNusPF362zS4szsWg1 iQ=; b=Hu4iBQa/O5CsAmHEcaT5fCzNwhjbT490XEMwcnRS6ShmIYk2UCuYQdb8B wJZYtbfVB6kpf21dODXA6imxh+sxKFI5N0ar5SSFv6L3Wo2fC9uTA9jTIeujVEHD H4XWCEBFSC33BT2LYBKF3Mvt76kLyHOxRY2g0h1CYduMULQRth8gOp0l92Ui5Uqp Wyuj3nD+gQP8DOyve6JgCUt7b99SRQ56SAtcbn3R+6dXc1+G4byeV4MYfGoqj2V6 SsyKPefErfvuLbe02PB3jNTunln7R8IGZ1ZlMVqStqeDdCahVkeeou585nJqv3mX r/IaK5I4Fh7yd9X+H7t+722t7EocQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrieehgddvjecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucfkphepjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuih iivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 6ECBC3280059; Thu, 30 Apr 2020 06:23:17 -0400 (EDT) From: Thomas Monjalon To: Honnappa Nagarahalli Cc: dev@dpdk.org, konstantin.ananyev@intel.com, aconole@redhat.com, ruifeng.wang@arm.com, nd@arm.com Date: Thu, 30 Apr 2020 12:23:15 +0200 Message-ID: <10247835.0mgMEAqHVh@thomas> In-Reply-To: <20200430015650.18243-1-honnappa.nagarahalli@arm.com> References: <20200430015650.18243-1-honnappa.nagarahalli@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] test/ring: fix long compilation time 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" 30/04/2020 03:56, Honnappa Nagarahalli: > test_ring.c takes lot of time to compile with clang. It is > reproducable with compiler version 8.0 on Ubuntu 18.04. > Amount of testing is reduced, but attempt is made to keep > the same coverage. > > Reported-by: Aaron Conole > Reported-by: Thomas Monjalon > Signed-off-by: Honnappa Nagarahalli > Reviewed-by: Ruifeng Wang > --- > app/test/test_ring.c | 588 +++++++++++++++++++++---------------------- > 1 file changed, 283 insertions(+), 305 deletions(-) That's a lot better! Please could you explain (in the commit log) what was taking so long to compile in the previous code? nit: reproducable -> reproducible