[PATCH v3 05/11] eal: add internal APIs to query loaded driver paths

Stephen Hemminger stephen at networkplumber.org
Mon Dec 8 20:09:22 CET 2025


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


More information about the dev mailing list