crypto/octeontx2: fix structure alignment
authorTejasree Kondoj <ktejasree@marvell.com>
Tue, 21 Jul 2020 04:16:18 +0000 (09:46 +0530)
committerAkhil Goyal <akhil.goyal@nxp.com>
Tue, 28 Jul 2020 20:09:22 +0000 (22:09 +0200)
commit84d76227c6fec390b6e681f09b1bb99c95d0fead
treed8d41e9a75ee08f8efa1d681d4a6bd95a7143698
parent012affe1383850e1ebf29fb8287cb2ff06a7f007
crypto/octeontx2: fix structure alignment

The structure cpt_request_info needs only 8 byte alignment.
This patch replaces __rte_cache_aligned of cpt_request_info
with __rte_aligned(8) and removes __rte_aligned(8) in
cpt_meta_info structure.

Fixes: fab634eb87ca ("crypto/octeontx2: support security session data path")

Signed-off-by: Tejasree Kondoj <ktejasree@marvell.com>
Acked-by: Anoob Joseph <anoobj@marvell.com>
drivers/common/cpt/cpt_common.h
drivers/crypto/octeontx2/otx2_cryptodev.h