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 54D0643035; Fri, 11 Aug 2023 17:59:17 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 43A9942D3F; Fri, 11 Aug 2023 17:59:17 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id CF83440E03 for ; Fri, 11 Aug 2023 17:59:15 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 34D2420FD0C5; Fri, 11 Aug 2023 08:59:15 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 34D2420FD0C5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1691769555; bh=FNwJX6r46FfTTkQs1bkMmkyc8bm9Hia9EgpCKcc1tSQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tHZPYguaOx8TwwQ30qQa8b2BrqIrVFwuf+QEOMawV9ASnrqavS+7cCCwU86OscFWo bNhSZJbIyWKh55UFSmfgP2vbue8+BzANE3WN5G3C1KQGKP9wZQ4vxxOnN5ApDFnJIs U8U0IesUxg38BLuMtnIe4o9Zbxla6oHEIZ6T0968= Date: Fri, 11 Aug 2023 08:59:15 -0700 From: Tyler Retzlaff To: David Marchand Cc: dev@dpdk.org, Bruce Richardson Subject: Re: [PATCH] build: move enabled applications list declaration Message-ID: <20230811155915.GE20040@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20230811132805.2434448-1-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230811132805.2434448-1-david.marchand@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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 On Fri, Aug 11, 2023 at 03:28:05PM +0200, David Marchand wrote: > No functional impact foreseen. Simply move this variable and rename it > for consistency with other similar variables. > > Signed-off-by: David Marchand > --- Acked-by: Tyler Retzlaff