[PATCH v3 2/5] lib: add semicolon when export experimental symbol

Stephen Hemminger stephen at networkplumber.org
Sat Sep 6 06:14:52 CEST 2025


On Mon, 1 Sep 2025 09:21:46 +0800
Chengwen Feng <fengchengwen at huawei.com> wrote:

> Currently, the RTE_EXPORT_EXPERIMENTAL_SYMBOL was placed at the
> beginning of APIs, but doesn'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_EXPERIMENTAL_SYMBOL
> in this commit.
> 
> Signed-off-by: Chengwen Feng <fengchengwen at huawei.com>
> ---

This seems like a big change just to workaround some mis-feature of an IDE
which few users use.


More information about the dev mailing list