[PATCH] eventdev: replace zero-length-array

Stephen Hemminger stephen at networkplumber.org
Thu Oct 3 18:41:00 CEST 2024


On Thu, 3 Oct 2024 21:29:55 +0530
Jerin Jacob <jerinjacobk at gmail.com> wrote:

> On Wed, Oct 2, 2024 at 3:39 AM Stephen Hemminger
> <stephen at networkplumber.org> wrote:
> >
> > Zero Length Array's (ZLA) are a Gcc extension, and standard
> > Variable Length Array (VLA) should be used instead.
> >
> > Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>  
> 
> 
> Isn't this patch same
> https://patches.dpdk.org/project/dpdk/patch/20240725171609.142344-1-stephen@networkplumber.org/
> ? It is already merged.
> Making this as  "Not Applicable"

I ran the devtools/cocci/zero_length_array.cocci script against main branch.


More information about the dev mailing list