> 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> > Acked-by: Morten Brørup <m...@smartsharesystems.com> > --- > app/test/test_cryptodev_aead_test_vectors.h | 6 +++--- > app/test/test_cryptodev_blockcipher.h | 2 +- > app/test/test_cryptodev_kasumi_test_vectors.h | 2 +- > app/test/test_cryptodev_mixed_test_vectors.h | 2 +- > app/test/test_cryptodev_security_docsis_test_vectors.h | 2 +- > app/test/test_cryptodev_snow3g_test_vectors.h | 2 +- > app/test/test_cryptodev_zuc_test_vectors.h | 2 +-
Acked-by: Akhil Goyal <gak...@marvell.com>