[PATCH v19 00/27] remove use of VLAs for Windows
David Marchand
david.marchand at redhat.com
Mon Feb 3 16:30:30 CET 2025
On Mon, Feb 3, 2025 at 5:06 AM Andre Muezerie
<andremue at linux.microsoft.com> wrote:
>
> 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.
Recheck-request: iol-testing
--
David Marchand
More information about the dev
mailing list