[PATCH] eventdev: do not use zero length arrays
Jerin Jacob
jerinjacobk at gmail.com
Tue Sep 17 17:28:07 CEST 2024
On Thu, Jul 25, 2024 at 11:24 PM Stephen Hemminger
<stephen at networkplumber.org> wrote:
>
> Zero length array's are a GNU C extension and should be replaced
> by use of flexible arrayrs. This has been fixed almost everywhere
> in DPDK 24.07 but looks like some event code got missed.
>
> Generated by devtools/cocci/zero_length_array.cocci
>
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
Applied to dpdk-next-eventdev/for-main. Thanks
More information about the dev
mailing list