> Move location of __rte_aligned(a) to new conventional location. The new > placement between {struct,union} and the tag allows the desired > alignment to be imparted on the type regardless of the toolchain being > used for both C and C++. Additionally, it avoids confusion by Doxygen > when generating documentation. > > Signed-off-by: Tyler Retzlaff <roret...@linux.microsoft.com> > Reviewed-by: Morten Brørup <m...@smartsharesystems.com> > Acked-by: Morten Brørup <m...@smartsharesystems.com> > ---
> examples/ipsec-secgw/ipsec-secgw.c | 4 +-- > examples/ipsec-secgw/ipsec-secgw.h | 8 +++--- > examples/ipsec-secgw/ipsec.h | 22 +++++++-------- > examples/ipsec-secgw/ipsec_worker.h | 4 +-- Acked-by: Akhil Goyal <gak...@marvell.com>