numam-dpdk/lib/ip_frag
Bruce Richardson 013b4c52c7 replace zero-length arrays with flexible ones
This patch replaces instances of zero-sized arrays i.e. those at the end
of structures with "[0]" with the more standard syntax of "[]".
Replacement was done using coccinelle script, with some revert and
cleanup of whitespace afterwards.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Morten Brørup <mb@smartsharesystems.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
2022-06-07 16:44:21 +02:00
..
ip_frag_common.h ip_frag: hide internal structures 2021-11-08 22:37:47 +01:00
ip_frag_internal.c lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
ip_reassembly.h replace zero-length arrays with flexible ones 2022-06-07 16:44:21 +02:00
meson.build build/windows: remove separate list of libs 2021-10-22 22:40:59 +02:00
rte_ip_frag_common.c lib: remove unneeded header includes 2022-02-22 13:10:39 +01:00
rte_ip_frag.h ip_frag: add namespace 2021-11-17 10:29:14 +01:00
rte_ipv4_fragmentation.c ip_frag: add IPv4 options fragment 2022-06-01 08:58:27 +02:00
rte_ipv4_reassembly.c fix spelling in comments and doxygen 2021-11-16 17:57:09 +01:00
rte_ipv6_fragmentation.c remove repeated 'the' in the code 2021-11-26 11:28:34 +01:00
rte_ipv6_reassembly.c ip_frag: add namespace 2021-11-17 10:29:14 +01:00
version.map ip_frag: add namespace 2021-11-17 10:29:14 +01:00