All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Chengwen Feng <fengchengwen@huawei.com>
Cc: <thomas@monjalon.net>, <david.marchand@redhat.com>, <dev@dpdk.org>
Subject: Re: [PATCH] dpdk: support quick jump to API definition
Date: Thu, 28 Aug 2025 07:47:06 -0700	[thread overview]
Message-ID: <20250828074706.3f1087f8@hermes.local> (raw)
In-Reply-To: <20250828024631.30759-1-fengchengwen@huawei.com>

On Thu, 28 Aug 2025 10:46:31 +0800
Chengwen Feng <fengchengwen@huawei.com> wrote:

> Currently, the RTE_EXPORT_INTERNAL_SYMBOL, RTE_EXPORT_SYMBOL and
> RTE_EXPORT_EXPERIMENTAL_SYMBOL are placed at the beginning of APIs,
> but don't end with a semicolon. As a result, some IDEs cannot identify
> the APIs and cannot quickly jump to the definition.
> 
> A semicolon is added to the end of above RTE_EXPORT_XXX_SYMBOL in this
> commit.
> 
> And also change the gen-version-map.py to ensure it only identifies
> RTE_EXPORT_XXX_SYMBOL that end with a semicolon.
> 
> Signed

Semicolon after macro will cause scripts like checkpatch to complain?

  reply	other threads:[~2025-08-28 14:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-28  2:46 [PATCH] dpdk: support quick jump to API definition Chengwen Feng
2025-08-28 14:47 ` Stephen Hemminger [this message]
2025-08-29  1:31   ` fengchengwen
2025-08-29  1:37     ` fengchengwen
  -- strict thread matches above, loose matches on Subject: below --
2025-08-28  2:59 Chengwen Feng

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=20250828074706.3f1087f8@hermes.local \
    --to=stephen@networkplumber.org \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=fengchengwen@huawei.com \
    --cc=thomas@monjalon.net \
    /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.