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 9C1AD42B49; Fri, 19 May 2023 14:19:24 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6E2ED4161A; Fri, 19 May 2023 14:19:24 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 07BFE41148 for ; Fri, 19 May 2023 14:19:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1684498762; 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: in-reply-to:in-reply-to:references:references; bh=REVMIqsRvvMgBzxvTpeBitefufLrhudcaavkcOlJ2LY=; b=T4GG371K2B4YGcEHAUJU8OEfrMPtMIc0u8VIk54BYOdxfvIsX/jDeJ7O4Utfu6SHveSgxF JNCGxd+wP90CqCTta5l+/fxaueuUf9CEAAx0xOadfGD7nef8lI4Jw63taurHcK3c3fNajw SR4qBfMBekiJrmSQXyvteF0Wn9OJ8ko= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-282-KZvvkxr-PpO-zxwoZmWENw-1; Fri, 19 May 2023 08:19:02 -0400 X-MC-Unique: KZvvkxr-PpO-zxwoZmWENw-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id DD09C28237C3; Fri, 19 May 2023 12:19:01 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.11.12]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8B2392166B25; Fri, 19 May 2023 12:19:01 +0000 (UTC) From: Aaron Conole To: Bruce Richardson Cc: techboard@dpdk.org, Bruce Richardson , Tyler Retzlaff , dev@dpdk.org Subject: Re: [PATCH v3] build: announce requirement for C11 In-Reply-To: <20230517173400.22858-1-bruce.richardson@intel.com> References: <20230517173400.22858-1-bruce.richardson@intel.com> Date: Fri, 19 May 2023 08:19:01 -0400 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain 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 Resending - this time to the correct list. Bruce Richardson writes: > 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] > > [1] > http://inbox.dpdk.org/dev/DBAPR08MB58148CEC3E1454E8848A938998AB9@DBAPR08MB5814.eurprd08.prod.outlook.com/ > > Signed-off-by: Bruce Richardson > Acked-by: Tyler Retzlaff > > --- > > V3: > - add additional detail following discussion on-list > > V2: > - add requirement for stdatomics > - fix sphinx formatting > --- > doc/guides/rel_notes/deprecation.rst | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) Acked-by: Aaron Conole Per the meeting, I guess we're still waiting on the patches that introduce the stdatomic calls, right? At least, I probably missed it when looking on the patchwork instance.