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 38BD0A00C5; Thu, 30 Apr 2020 00:11:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 075FC1D735; Thu, 30 Apr 2020 00:11:01 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 982171D6E0 for ; Thu, 30 Apr 2020 00:10:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1588198259; 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=LmOolBLRbV9iQDg/PRpcpmlwji68TqisD7kkAHKcd4Q=; b=Z3bQCQR2izYQuAK0Yt7CTjmrSODz7SD/nlSuFJOkJGBuVvO+Q3RRywMpYTXkAwMLm2MWa/ YYjaIw4fde8mW88ol7d2sG02pTQPZY7wfaZwmKzikAbaRocgqTcUlKBdHEj+ohsqbAnjMy 2LhjNsNQGx0/yZo8exLao1/tv1USzKk= 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-83-aGXmvYeSMpOTL6LEd5mejQ-1; Wed, 29 Apr 2020 18:10:55 -0400 X-MC-Unique: aGXmvYeSMpOTL6LEd5mejQ-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 40FF0107ACF8; Wed, 29 Apr 2020 22:10:54 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-114-167.rdu2.redhat.com [10.10.114.167]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C1F6566063; Wed, 29 Apr 2020 22:10:53 +0000 (UTC) From: Aaron Conole To: Konstantin Ananyev Cc: dev@dpdk.org, honnappa.nagarahalli@arm.com References: <20200429175714.31141-1-konstantin.ananyev@intel.com> Date: Wed, 29 Apr 2020 18:10:52 -0400 In-Reply-To: <20200429175714.31141-1-konstantin.ananyev@intel.com> (Konstantin Ananyev's message of "Wed, 29 Apr 2020 18:57:14 +0100") 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.13 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: code rework to reduce 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" Konstantin Ananyev writes: > Rework test code to reduce code complexity for the compiler > and bring down compilation time and memory consumption. > > Signed-off-by: Konstantin Ananyev > --- I'll wait for Honnappa's review, but this looks good to me. Consider that I will ACK by the end of the week.