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 7BA1443AF1; Tue, 13 Feb 2024 09:32:01 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0BAE8402AD; Tue, 13 Feb 2024 09:32:01 +0100 (CET) Received: from dkmailrelay1.smartsharesystems.com (smartserver.smartsharesystems.com [77.243.40.215]) by mails.dpdk.org (Postfix) with ESMTP id AAD974027B for ; Tue, 13 Feb 2024 09:31:59 +0100 (CET) Received: from smartserver.smartsharesystems.com (smartserver.smartsharesys.local [192.168.4.10]) by dkmailrelay1.smartsharesystems.com (Postfix) with ESMTP id 801542088F; Tue, 13 Feb 2024 09:31:59 +0100 (CET) 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 v2 0/4] more replacement of zero length array X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Tue, 13 Feb 2024 09:31:57 +0100 Message-ID: <98CBD80474FA8B44BF855DF32C47DC35E9F209@smartserver.smartshare.dk> In-Reply-To: <20240212145724.56e9f83b@hermes.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH v2 0/4] more replacement of zero length array Thread-Index: AdpeBtuA0HPUePhLQVGcsLv10fOVJwAUC0Kw References: <1706134657-17446-1-git-send-email-roretzla@linux.microsoft.com><1707777366-26000-1-git-send-email-roretzla@linux.microsoft.com> <20240212145724.56e9f83b@hermes.local> From: =?iso-8859-1?Q?Morten_Br=F8rup?= To: "Stephen Hemminger" , "Tyler Retzlaff" Cc: , "Bruce Richardson" , "Cristian Dumitrescu" , "Honnappa Nagarahalli" , "Sameh Gobriel" , "Vladimir Medvedkin" , "Yipeng Wang" , 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: Monday, 12 February 2024 23.57 >=20 > On Mon, 12 Feb 2024 14:36:02 -0800 > Tyler Retzlaff wrote: >=20 > > Replace some missed zero length arrays not captured in the > > original series. > > = https://patchwork.dpdk.org/project/dpdk/list/?series=3D30410&state=3D* > > > > Zero length arrays are a GNU extension that has been > > superseded by flex arrays. > > > > https://gcc.gnu.org/onlinedocs/gcc/Zero-Length.html > > > > v2: > > * added additional patches for fib & pipeline libs. > > series-acks have been placed only against original > > hash and rcu patches. > > > > Tyler Retzlaff (4): > > hash: replace zero length array with flex array > > rcu: replace zero length array with flex array > > fib: replace zero length array with flex array > > pipeline: replace zero length array with flex array > > > > lib/fib/dir24_8.h | 2 +- > > lib/fib/trie.h | 2 +- > > lib/hash/rte_thash.c | 4 ++-- > > lib/pipeline/rte_pipeline.h | 2 +- > > lib/rcu/rcu_qsbr_pvt.h | 2 +- > > 5 files changed, 6 insertions(+), 6 deletions(-) > > >=20 > Series-acked-by: Stephen Hemminger Series-reviewed-by: Morten Br=F8rup