28/03/2025 11:52, David Marchand: > --- /dev/null > +++ b/drivers/bus/dpaa/dpaa_bus_symbols.c
This is a special case for base drivers, so we should mention "base" in the filename. > @@ -0,0 +1,99 @@ > +/* SPDX-License-Identifier: BSD-3-Clause > + * Copyright (c) 2025 Red Hat, Inc. > + */ > + > +#include <eal_symbol_exports.h> > + Please add a comment here to explain this long list of exports: /* Symbols from the base driver are exported separately below. */ > +RTE_EXPORT_INTERNAL_SYMBOL(fman_ip_rev) > +RTE_EXPORT_INTERNAL_SYMBOL(fman_dealloc_bufs_mask_hi) > +RTE_EXPORT_INTERNAL_SYMBOL(fman_dealloc_bufs_mask_lo) > +RTE_EXPORT_INTERNAL_SYMBOL(fman_if_set_mcast_filter_table) > +RTE_EXPORT_INTERNAL_SYMBOL(fman_if_reset_mcast_filter_table) > +RTE_EXPORT_INTERNAL_SYMBOL(fman_if_clear_mac_addr) > +RTE_EXPORT_INTERNAL_SYMBOL(fman_if_add_mac_addr) > +RTE_EXPORT_INTERNAL_SYMBOL(fman_if_stats_get) > +RTE_EXPORT_INTERNAL_SYMBOL(fman_if_stats_get_all) > +RTE_EXPORT_INTERNAL_SYMBOL(fman_if_stats_reset) > +RTE_EXPORT_INTERNAL_SYMBOL(fman_if_bmi_stats_enable) > +RTE_EXPORT_INTERNAL_SYMBOL(fman_if_bmi_stats_disable)