On Mon, Dec 08, 2025 at 11:09:22AM -0800, Stephen Hemminger wrote: > On Mon, 8 Dec 2025 11:52:39 +0000 > Bruce Richardson <[email protected]> wrote: > > > > > +RTE_EXPORT_SYMBOL(rte_eal_driver_path_next) > > +const char * > > +rte_eal_driver_path_next(const char *start, bool cmdline_only) > > +{ > > + > > Shouldn't this be RTE_EXPORT_INTERNAL_SYMBOL
Yes, will fix.

