[PATCH v3 05/11] eal: add internal APIs to query loaded driver paths
Bruce Richardson
bruce.richardson at intel.com
Tue Dec 9 09:41:36 CET 2025
On Mon, Dec 08, 2025 at 11:09:22AM -0800, Stephen Hemminger wrote:
> On Mon, 8 Dec 2025 11:52:39 +0000
> Bruce Richardson <bruce.richardson at intel.com> 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.
More information about the dev
mailing list