[PATCH 00/16] remove use of VLAs for Windows built code

Morten Brørup mb at smartsharesystems.com
Thu Apr 18 08:49:15 CEST 2024


> From: Tyler Retzlaff [mailto:roretzla at linux.microsoft.com]
> Sent: Thursday, 18 April 2024 01.42
> 
> 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.
> 
> MSVC does not support VLAs, replace VLAs with standard C arrays
> or alloca(). alloca() is available for all toolchain/platform
> combinations officially supported by DPDK.

Series-acked-by: Morten Brørup <mb at smartsharesystems.com>

Two comments sent in individual mails, don't affect this Ack.



More information about the dev mailing list