On Mon, 1 Sep 2025 09:21:46 +0800 Chengwen Feng <fengcheng...@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 <fengcheng...@huawei.com> > --- This seems like a big change just to workaround some mis-feature of an IDE which few users use.