[PATCH v5 14/20] common/idpf: remove use of VLAs for Windows built code
Bruce Richardson
bruce.richardson at intel.com
Fri Nov 8 09:47:06 CET 2024
On Thu, Nov 07, 2024 at 04:44:45PM -0800, 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>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
More information about the dev
mailing list