[dpdk-dev] [PATCH] crypto/octeontx2: fix structure alignment

Akhil Goyal akhil.goyal at nxp.com
Sun Jul 26 21:09:29 CEST 2020


> >
> > 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 at marvell.com>
> 
> Acked-by: Anoob Joseph <anoobj at marvell.com>
> 
> Thanks Ferruh for pointing this out.

Applied to dpdk-next-crypto

Thanks.


More information about the dev mailing list