[PATCH v12 13/21] test: remove use of VLAs for Windows built code

fengchengwen fengchengwen at huawei.com
Fri Nov 22 02:08:44 CET 2024


Acked-by: Chengwen Feng <fengchengwen at huawei.com>

On 2024/11/22 5:41, Andre Muezerie wrote:
> From: Tyler Retzlaff <roretzla at linux.microsoft.com>
> 
> 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.
> 
> Signed-off-by: Tyler Retzlaff <roretzla at linux.microsoft.com>



More information about the dev mailing list