From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A3F5AA0562; Thu, 1 Apr 2021 15:32:17 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 60A591412F0; Thu, 1 Apr 2021 15:32:17 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mails.dpdk.org (Postfix) with ESMTP id B5E391412E2 for ; Thu, 1 Apr 2021 15:32:16 +0200 (CEST) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 63BE25C0076; Thu, 1 Apr 2021 09:32:16 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Thu, 01 Apr 2021 09:32:16 -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=fm3; bh= iELPemWaOOkZj2OHU356hiKi5zlIW/eLV5oKSSUVJLE=; b=sCNtj+85ELO0cuGy aWEECRVBfz855CoEXYBVv6wasNDGXk0zj4J6YKVmYqDKiw3yur79ZDLilEoSPkjy jEeQvbZq2TlxvpIJQNcGzgs2waTRxo3p8byPdXIfifEh1XHotmAATSXzCl5Pe8SP Q4Xj44Rtu+krmY+zSKlCZgW+ju0fU8z6H1OoNcSSkzTBwujcgAl+dapp6o4rWhuU 2Ss1kVWQQH6DCvtpbpFr1WvNh9nIPSLd5WaZY7dZ32JN4HferNRMUMMaJ2D4Jf23 oAnfORQwtR3lXr3xiEOsbZQbncn2VnRNby2mb41FTfN/YRfi3VpkraXDYBYi/eEy 67ElKA== 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=iELPemWaOOkZj2OHU356hiKi5zlIW/eLV5oKSSUVJ LE=; b=RB6li612jRU8wXqCAu0nkTrbT8Wat64oSoXeJIRT2CdWOCQOpUj5yyUAr rA1JuoRF/6NXrQ4U8pvy0Pn6Vpl1JhuI13D3p9v9za7Gm7VqFJ/LmeavoWO+MPJb 6CbTcHNBgftYwvbG3Js4gP4KtDeOR3NIADyFdaxDKntLEhSJCQ/SNbSQD5LvtjSZ dmf+nkegGyAoOsdz6OFubXH1C9HRsFuFwPxtXJBzeqQ0TaUm1dtpGlYhkkaszdfK vsb2rF/OAidHOE0ip/fBLPL2HlTsD92ToYlCzNzMSVsZC3sI8iorNe8Nz5u3QUzc lbZK2tgZpp1lbr5H7PtTnZ6p6AbaQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrudeigedgieduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecukfhppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvght 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 21E08240054; Thu, 1 Apr 2021 09:32:15 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, david.marchand@redhat.com, bluca@debian.org Date: Thu, 01 Apr 2021 15:32:14 +0200 Message-ID: <19523480.V5uBPq5WPB@thomas> In-Reply-To: <20210401115009.1063844-7-bruce.richardson@intel.com> References: <20210401115009.1063844-1-bruce.richardson@intel.com> <20210401115009.1063844-7-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [RFC PATCH 06/14] build: reduce indentation in app build spec X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" 01/04/2021 13:50, Bruce Richardson: > As with the lib and drivers directories, we can use "continue" keyword to > reduce the indentation level of the majority of the foreach block. At the > same time, we can also replace tab indentation with spaces. > > Signed-off-by: Bruce Richardson > --- > + 'pdump', > + 'proc-info', > + 'test-acl', > + 'test-bbdev', > + 'test-cmdline', > + 'test-compress-perf', > + 'test-crypto-perf', > + 'test-eventdev', > + 'test-fib', > + 'test-flow-perf', > + 'test-pipeline', > + 'test-pmd', > + 'test-regex', > + 'test-sad'] Can we have an extra comma like this? 'test-sad', ]