On Mon,  6 May 2024 11:18:41 -0700
Tyler Retzlaff <roret...@linux.microsoft.com> wrote:

> 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>

See the alternate patch, the temporary array is unneeded.

Reply via email to