[PATCH] eal: fix missing type in dtor macro expansion

Thomas Monjalon thomas at monjalon.net
Thu May 16 19:15:02 CEST 2024


16/04/2024 20:16, Morten Brørup:
> > From: Tyler Retzlaff [mailto:roretzla at linux.microsoft.com]
> > Sent: Tuesday, 16 April 2024 18.33
> > 
> > RTE_FINI expansion failed to specify void * type for storage of
> > destructor function pointer resulting it defaulting to type ``int``.
> > 
> > Update the macro to specify ``void *`` as the type so the correct size
> > is allocated in the segment.
> > 
> > Fixes: 64eff943ca82 ("eal: implement constructors for MSVC")
> > Cc: roretzla at linux.microsoft.com
> > Cc: stable at dpdk.org
> > 
> > Signed-off-by: Tyler Retzlaff <roretzla at linux.microsoft.com>
> 
> Acked-by: Morten Brørup <mb at smartsharesystems.com>

Applied, thanks.




More information about the dev mailing list