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 1C8E642A53; Wed, 3 May 2023 23:34:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9F09841144; Wed, 3 May 2023 23:34:55 +0200 (CEST) Received: from dkmailrelay1.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id 4EB8940A87; Wed, 3 May 2023 23:34:55 +0200 (CEST) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesys.local [192.168.4.10]) by dkmailrelay1.smartsharesystems.com (Postfix) with ESMTP id 23DD821B3F; Wed, 3 May 2023 23:34:55 +0200 (CEST) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: [PATCH] build: announce requirement for C11 X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Wed, 3 May 2023 23:34:52 +0200 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35D878E2@smartserver.smartshare.dk> In-Reply-To: <20230503151413.14915-1-bruce.richardson@intel.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH] build: announce requirement for C11 Thread-Index: Adl90fOU7ctYNJX7SaCKF75cJYHAkwANQXcQ References: <20230503151413.14915-1-bruce.richardson@intel.com> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Bruce Richardson" , , 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 > From: Bruce Richardson [mailto:bruce.richardson@intel.com] > Sent: Wednesday, 3 May 2023 17.14 >=20 > Add a deprecation notice informing users that we will require a C11 > compiler from 23.11 release onwards. This requirement was agreed by > technical board to enable use of newer C language features, e.g. > standard atomics. [1] >=20 > [1] > = http://inbox.dpdk.org/dev/DBAPR08MB58148CEC3E1454E8848A938998AB9@DBAPR08 > MB5814.eurprd08.prod.outlook.com/ >=20 > Signed-off-by: Bruce Richardson Acked-by: Morten Br=F8rup