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 BE7E543EA5; Thu, 18 Apr 2024 17:15:51 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7CD7B40EF1; Thu, 18 Apr 2024 17:15:51 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 88D5C40272 for ; Thu, 18 Apr 2024 17:15:49 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id D926620FD8B4; Thu, 18 Apr 2024 08:15:48 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com D926620FD8B4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1713453348; bh=GBBDjPuJ632Ztg8P5UH7qz2HQ2SGYIMksuMwmlUcYzU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qNRgb09XyM+Y7HB6AGEngcIlhbwlaaRmpuQ2cvRnopMH/Skp47wjC1nJ5brUyuyWX 5D+ls/IrNw78Dcr8u4vGw36VVEPTmZiIlZRrdCY2dJ41P9e8pBDKoY6Qkppkp9McmX auj21/CmIHjXRxkBSqqJc8gYfzcpOBrkLprROGtY= Date: Thu, 18 Apr 2024 08:15:48 -0700 From: Tyler Retzlaff To: Konstantin Ananyev Cc: "dev@dpdk.org" , Morten =?iso-8859-1?Q?Br=F8rup?= , Akhil Goyal , Aman Singh , Andrew Rybchenko , Bruce Richardson , Fengchengwen , Dariusz Sosnowski , Dmitry Kozlyuk , Fan Zhang , Ferruh Yigit , Harry van Haaren , Honnappa Nagarahalli , Jiayu Hu , Jingjing Wu , Kevin Laatz , Konstantin Ananyev , Matan Azrad , Ori Kam , Pallavi Kadam , Reshma Pattan , Sameh Gobriel , Suanming Mou , Thomas Monjalon , Viacheslav Ovsiienko , Vladimir Medvedkin , Volodymyr Fialko , Yipeng Wang , Yuying Zhang Subject: Re: [PATCH 00/16] remove use of VLAs for Windows built code Message-ID: <20240418151548.GB31175@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <1713397319-26135-1-git-send-email-roretzla@linux.microsoft.com> <228ca3e7cd7f4b5893343527e1727221@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <228ca3e7cd7f4b5893343527e1727221@huawei.com> 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 Thu, Apr 18, 2024 at 12:11:35PM +0000, Konstantin Ananyev wrote: > Hi Tyler, > > > As per guidance technical board meeting 2024/04/17. This series > > removes the use of VLAs from code built for Windows for all 3 > > toolchains. If there are additional opportunities to convert VLAs > > to regular C arrays please provide the details for incorporation > > into the series. > > I submitted the RFC series: > https://patchwork.dpdk.org/project/dpdk/list/?series=31781 > that provides alternate approach to VLA removal (without alloca()) > for core libs. > Feel free to re-use whatever is appropriate in your series. > If time permits, I'll try to look to other libs from your series > (probably next week or so). > Konstantin if there is no objection i'm happy to drop changes in my series and integrate your changes into my series with your signoff. let me know and i'll roll them together into v2. thank you!