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.