[PATCH v3 09/19] latencystats: remove use of VLAs for Windows built code

Stephen Hemminger stephen at networkplumber.org
Tue May 7 02:47:38 CEST 2024


On Mon,  6 May 2024 11:18:41 -0700
Tyler Retzlaff <roretzla at 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 <roretzla at linux.microsoft.com>

See the alternate patch, the temporary array is unneeded.


More information about the dev mailing list