On Tue, Nov 05, 2024 at 09:32:36AM +0100, David Marchand wrote: > On Tue, Nov 5, 2024 at 4:19 AM Andre Muezerie > <andre...@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. > > This commitlog does not reflect what is being changed in the patch. > > > Signed-off-by: Andre Muezerie <andre...@linux.microsoft.com> > > gcc 13 (at least) complains about this patch. > https://github.com/ovsrobot/dpdk/actions/runs/11677008675/job/32514228727#step:12:3658 > > I suspect you may have to change some "static" bitset into a > dynamically allocated one. > > > -- > David Marchand Thanks David, I'll address this.
- [PATCH v4 02/19] eal/linux: remove use of VLAs Andre Muezerie
- Re: [PATCH v4 02/19] eal/linux: remove use of VLAs David Marchand
- Re: [PATCH v4 02/19] eal/linux: remove use of ... Andre Muezerie
- [PATCH v4 06/19] hash/thash: remove use of VLAs for Win... Andre Muezerie
- [PATCH v4 10/19] test: remove use of VLAs for Windows b... Andre Muezerie
- [PATCH v4 09/19] app/testpmd: remove use of VLAs for Wi... Andre Muezerie
- [PATCH v4 15/19] common/mlx5: remove use of VLAs for Wi... Andre Muezerie
- [PATCH v4 12/19] net/i40e: remove use of VLAs for Windo... Andre Muezerie
- [PATCH v4 18/19] test: remove use of VLAs for Windows b... Andre Muezerie
- Re: [PATCH v4 18/19] test: remove use of VLAs for ... David Marchand
- Re: [PATCH v4 18/19] test: remove use of VLAs ... Andre Muezerie
- [PATCH v4 17/19] build: enable vla warnings on Windows ... Andre Muezerie
- [PATCH v4 14/19] net/ixgbe: remove use of VLAs for Wind... Andre Muezerie
- [PATCH v4 16/19] net/mlx5: remove use of VLAs for Windo... Andre Muezerie
- [PATCH v4 19/19] app/testpmd: remove use of VLAs for Wi... Andre Muezerie
- [PATCH v4 13/19] net/ice: remove use of VLAs for Window... Andre Muezerie
- RE: [PATCH v4 00/19] remove use of VLAs for Windows Konstantin Ananyev