[v5 8/9] bus/dpaa: improve DPAA cleanup

Stephen Hemminger stephen at networkplumber.org
Tue Jul 1 15:49:37 CEST 2025


On Tue,  1 Jul 2025 17:07:06 +0530
vanshika.shukla at nxp.com wrote:

> +/* Adding destructor for double check in case non-gracefully
> + * exit.
> + */
> +static void __attribute__((destructor(103)))
> +dpaa_finish(void)
>  {

This code should be using RTE_FINI_PRIO in rte_common.h rather
than using attribute directly.


More information about the dev mailing list