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 9C3DB42FA8; Mon, 31 Jul 2023 18:24:09 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8BB9440A89; Mon, 31 Jul 2023 18:24:09 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 04AD14067B for ; Mon, 31 Jul 2023 18:24:08 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 620572385543; Mon, 31 Jul 2023 09:24:07 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 620572385543 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1690820647; bh=Fi5KzaUitdpxDVatxTKzATh+YzbyX4vsTaqIDCnA9Vo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=c1jnzo1M8IWoBHfcH3d+l4aVf7FNfWsEOSNIn46lQk9S0VrdXt3ieTg7mDWJ5NQjB VvRPvIzFQyjLFB2xmIvkW4REvwmp86GdBDVNcA5h+kskh7HOwUewwnUWb3K3hsZtoj 3iBgPo1WwQYWOOojEaVKkj0xIA5zkFv35jkpd0AQ= Date: Mon, 31 Jul 2023 09:24:07 -0700 From: Tyler Retzlaff To: Bruce Richardson Cc: dev@dpdk.org, Morten =?iso-8859-1?Q?Br=F8rup?= Subject: Re: [PATCH v2] build: update DPDK to use C11 standard Message-ID: <20230731162407.GA18032@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20230731103858.1491751-1-bruce.richardson@intel.com> <20230731155802.2732981-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230731155802.2732981-1-bruce.richardson@intel.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 Mon, Jul 31, 2023 at 04:58:02PM +0100, Bruce Richardson wrote: > As previously announced, DPDK 23.11 will require a C11 supporting > compiler and will use the C11 standard in all builds. > > Signed-off-by: Bruce Richardson > Acked-by: Morten Brørup > > --- Acked-by: Tyler Retzlaff