Re: [PATCH v4 0/4] clean up zero-length arrays

2022-06-09 Thread Tyler Retzlaff
does this mean we now *require* a C99 compiler? (which i have no problem with) Series-acked-by: Tyler Retzlaff On Fri, Jun 03, 2022 at 12:16:21PM +0100, Bruce Richardson wrote: > This patchset adds a coccinelle script to clean-up zero-length > arrays in structures. The final patches are the res

Re: [PATCH v4 0/4] clean up zero-length arrays

2022-06-07 Thread David Marchand
On Fri, Jun 3, 2022 at 1:16 PM Bruce Richardson wrote: > > This patchset adds a coccinelle script to clean-up zero-length > arrays in structures. The final patches are the result of running > that script on the DPDK repository. > > > Bruce Richardson (4): > cocci: add script for zero-length arra

[PATCH v4 0/4] clean up zero-length arrays

2022-06-03 Thread Bruce Richardson
This patchset adds a coccinelle script to clean-up zero-length arrays in structures. The final patches are the result of running that script on the DPDK repository. V4: removed change from struct ipsec_encap_pdb in common/dpaax, which caused build errors V3: Fixed issues in mlx5 drivers: *