> From: Tyler Retzlaff [mailto:[email protected]] > Sent: Wednesday, 14 February 2024 08.06 > > * Move __rte_aligned from the end of {struct,union} definitions to > be between {struct,union} and tag. > > The placement between {struct,union} and the tag allows the desired > alignment to be imparted on the type regardless of the toolchain > being > used for all of GCC, LLVM, MSVC compilers building both C and C++. > > * Replace use of __rte_aligned(a) on variables/fields with alignas(a). > > Signed-off-by: Tyler Retzlaff <[email protected]> > ---
Series-acked-by: Morten Brørup <[email protected]>

