]> git.droids-corp.org - dpdk.git/commit
crypto/cnxk: use struct sizes for CTX writes
authorAnoob Joseph <anoobj@marvell.com>
Fri, 17 Dec 2021 09:19:56 +0000 (14:49 +0530)
committerAkhil Goyal <gakhil@marvell.com>
Fri, 21 Jan 2022 08:40:01 +0000 (09:40 +0100)
commit1fd04e2639a58a717d34287c6a0f3d5753532728
treee01bdc129368c57feec8f4eb08d0a9531b546658
parent568e6db2203ee4675f795b3f59a0f809e5e81c57
crypto/cnxk: use struct sizes for CTX writes

CTX writes only require the lengths are 8B aligned. Use the struct size
directly.

Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
drivers/crypto/cnxk/cn10k_ipsec.c