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 E0F22A04AC; Fri, 1 May 2020 14:57:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7205B1DA1B; Fri, 1 May 2020 14:57:11 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by dpdk.org (Postfix) with ESMTP id D6DCD1C0D8 for ; Fri, 1 May 2020 14:57:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1588337829; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XbAeYWv0UhiCSP7FC8cx4dqAADVPI0c8gWit8jqy0mE=; b=ExNHDNPKL4SDO2bOdYvigYUMSnsZzEE9ojwe8yX+bi2IjGQ0dp7eYz1jUWwomseGLofpHR hGE9ZLMVcgJFJ984gMRMv7YkhXp0+GWOMRzthVI0oh7qPv9eYYQHGD199pp54BB94iP+fx i9HFZNw6Z/nGd7uOd8YwzAh13mLJPeM= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-134-7yPUaOZzNPqh_31uc8a89Q-1; Fri, 01 May 2020 08:57:02 -0400 X-MC-Unique: 7yPUaOZzNPqh_31uc8a89Q-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 3740A107ACF3; Fri, 1 May 2020 12:57:01 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-116-3.rdu2.redhat.com [10.10.116.3]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0F9005C1B0; Fri, 1 May 2020 12:56:59 +0000 (UTC) From: Aaron Conole To: Honnappa Nagarahalli Cc: dev@dpdk.org, konstantin.ananyev@intel.com, thomas@monjalon.net, ruifeng.wang@arm.com, nd@arm.com References: <20200430015650.18243-1-honnappa.nagarahalli@arm.com> Date: Fri, 01 May 2020 08:56:58 -0400 In-Reply-To: (Aaron Conole's message of "Thu, 30 Apr 2020 08:55:06 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain Content-Transfer-Encoding: quoted-printable 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" Aaron Conole writes: > Honnappa Nagarahalli writes: > >> 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 >> --- > > Thanks, Honnappa! > > One thing to note, I don't see this with just clang - it occurs with gcc > as well. I'm going to test this patch today. Sorry I forgot to send the reply. This got me further in my work, so I'm happy with it from that perspective. BUT, it still did take a bit longer with this version than with Konstantin's patch. I have no opinion which is the more "technically correct" version.