Re: [PATCH v4 0/6] more replacement of zero length array

2024-03-06 Thread Tyler Retzlaff
ping Is this one worth closing out as a part of rc2 so it is done? not sure if it's a priority to have lib ~complete. On Thu, Feb 29, 2024 at 02:58:47PM -0800, Tyler Retzlaff wrote: > Replace some missed zero length arrays not captured in the > original series. > https://patchwork.dpdk.org/proje

[PATCH v4 0/6] more replacement of zero length array

2024-02-29 Thread Tyler Retzlaff
Replace some missed zero length arrays not captured in the original series. https://patchwork.dpdk.org/project/dpdk/list/?series=30410&state=* Zero length arrays are a GNU extension that has been superseded by flex arrays. https://gcc.gnu.org/onlinedocs/gcc/Zero-Length.html v4: * add another t