On Thu, Nov 07, 2024 at 04:44:45PM -0800, Andre Muezerie wrote: > From: Tyler Retzlaff <roret...@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 <roret...@linux.microsoft.com>
Acked-by: Bruce Richardson <bruce.richard...@intel.com>