RE: [PATCH v4 6/6] table: replace zero length array with flex array

2024-03-01 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Thursday, 29 February 2024 23.59 > > Zero length arrays are GNU extension. Replace with > standard flex array. > > Signed-off-by: Tyler Retzlaff > --- Reviewed-by: Morten Brørup

[PATCH v4 6/6] table: replace zero length array with flex array

2024-02-29 Thread Tyler Retzlaff
Zero length arrays are GNU extension. Replace with standard flex array. Signed-off-by: Tyler Retzlaff --- lib/table/rte_table_acl.c | 2 +- lib/table/rte_table_array.c | 2 +- lib/table/rte_table_hash_cuckoo.c | 2 +- lib/table/rte_table_hash_ext.c| 2 +- lib/table/rte_table_ha