On Thu, Nov 07, 2024 at 04:44:45PM -0800, Andre Muezerie wrote: > From: Tyler Retzlaff <[email protected]> > > 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 <[email protected]>
Acked-by: Bruce Richardson <[email protected]>

