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 0008B43B3A; Fri, 16 Feb 2024 21:30:39 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8F9B54026A; Fri, 16 Feb 2024 21:30:39 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id CAED440261 for ; Fri, 16 Feb 2024 21:30:37 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1086) id C5D2A207FD32; Fri, 16 Feb 2024 12:30:36 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com C5D2A207FD32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1708115436; bh=uC7IpUv+OBVkvssu3+3QTUVUVRBbpERJ7C24IUr4Fhc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cbvkaiuAV93/CpMu24AyAYN5YujZyZyV5uaCTmXTcwYahJKO80K7CXcON4+JJ+AEK V9x1DhGxQLXUso+dzCDK/txkFWDqqajmRZ71T8AJGe2o34D6tULC2yA0amtwqKixMP oEJWmr92O/+4z2TgkXhCT/n149vcU5YSFsQ8cG2E= Date: Fri, 16 Feb 2024 12:30:36 -0800 From: Tyler Retzlaff To: David Marchand Cc: Stephen Hemminger , dev@dpdk.org, Morten =?iso-8859-1?Q?Br=F8rup?= Subject: Re: [PATCH v2 3/3] eal: replace out of bounds VLA with static_assert Message-ID: <20240216203036.GA4713@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20231111172153.57461-1-stephen@networkplumber.org> <20231113170605.408281-1-stephen@networkplumber.org> <20231113170605.408281-4-stephen@networkplumber.org> <20240216003345.GA24519@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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 Fri, Feb 16, 2024 at 09:02:29AM +0100, David Marchand wrote: > On Fri, Feb 16, 2024 at 1:33 AM Tyler Retzlaff > wrote: > > > > ping > > > > i'd like to see this change go in asap since it is pre-requisite to > > turning on -Wvla which explicitly caught use of non-constant expressions > > in the RTE_BUILD_BUG_ON() hiding bugs. > > That was the last thing I applied yesterday. > It ran through compile checks during the night. > > I am reviewing a few details this morning before pushing. thank you! > > > -- > David Marchand