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 188ECA0093; Sat, 21 May 2022 11:40:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EE6E140156; Sat, 21 May 2022 11:40:02 +0200 (CEST) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id 16C1940040 for ; Sat, 21 May 2022 11:40:00 +0200 (CEST) Content-class: urn:content-classes:message Subject: RE: [PATCH 00/12] Fix compilation with gcc 12 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Sat, 21 May 2022 11:39:59 +0200 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35D87092@smartserver.smartshare.dk> In-Reply-To: <20220520131358.1908e98d@hermes.local> X-MimeOLE: Produced By Microsoft Exchange V6.5 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH 00/12] Fix compilation with gcc 12 Thread-Index: AdhshijB1pFIDAXbT36NwYnaENSC9AAcH3og References: <20220518101657.1230416-1-david.marchand@redhat.com> <20220520131358.1908e98d@hermes.local> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Stephen Hemminger" , "David Marchand" Cc: , , 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: Stephen Hemminger [mailto:stephen@networkplumber.org] > Sent: Friday, 20 May 2022 22.14 >=20 > On Wed, 18 May 2022 12:16:45 +0200 > David Marchand wrote: >=20 > > Fedora 36 is out since early may and comes with gcc 12. > > This series fixes compilation or waives some checks. > > > > There might be something fishy with rte_memcpy on x86 but, for now, > > the rte_memcpy related fixes are on the caller side. > > > > Some "base" drivers have issues, I chose the simple solution of > waiving > > the checks for them. > > > > Compilation is the only thing checked. > > Please driver maintainers, check nothing got broken. > > >=20 >=20 > We need to purge all code still using array size of one > instead of proper flex array member. +1 to that!