All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Jerin Jacob <jerinjacobk@gmail.com>
Cc: dev@dpdk.org, Liang Ma <liangma@liangbit.com>,
	Peter Mccarthy <peter.mccarthy@intel.com>,
	Harry van Haaren <harry.van.haaren@intel.com>,
	Amit Prakash Shukla <amitprakashs@marvell.com>,
	Jerin Jacob <jerinj@marvell.com>
Subject: Re: [PATCH] eventdev: replace zero-length-array
Date: Thu, 3 Oct 2024 09:41:00 -0700	[thread overview]
Message-ID: <20241003094100.7b440a2e@hermes.local> (raw)
In-Reply-To: <CALBAE1O+opyhDqcuzWGKkc5u1MchkSMhBSU5VW2Bco3nRoPJyg@mail.gmail.com>

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

> On Wed, Oct 2, 2024 at 3:39 AM Stephen Hemminger
> <stephen@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@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.

      reply	other threads:[~2024-10-03 16:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-01 22:01 [PATCH] eventdev: replace zero-length-array Stephen Hemminger
2024-10-03 15:59 ` Jerin Jacob
2024-10-03 16:41   ` Stephen Hemminger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241003094100.7b440a2e@hermes.local \
    --to=stephen@networkplumber.org \
    --cc=amitprakashs@marvell.com \
    --cc=dev@dpdk.org \
    --cc=harry.van.haaren@intel.com \
    --cc=jerinj@marvell.com \
    --cc=jerinjacobk@gmail.com \
    --cc=liangma@liangbit.com \
    --cc=peter.mccarthy@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.