On Mon,  6 May 2024 11:18:41 -0700
Tyler Retzlaff <[email protected]> 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 <[email protected]>

See the alternate patch, the temporary array is unneeded.

Reply via email to