]> git.droids-corp.org - dpdk.git/commit
crypto/dpaa_sec: fix chained FD length in raw datapath
authorGagandeep Singh <g.singh@nxp.com>
Thu, 28 Apr 2022 11:47:22 +0000 (17:17 +0530)
committerAkhil Goyal <gakhil@marvell.com>
Fri, 29 Apr 2022 09:27:19 +0000 (11:27 +0200)
commitb5e761fc6be268f3894ca0bba1030fc53c2b3183
tree5a22b14a6ba09f37dfc7fc3192a6007974075793
parente2b70a309f901b6aa947087a318ba0be3ea8782b
crypto/dpaa_sec: fix chained FD length in raw datapath

DPAA sec raw driver is calculating the wrong lengths while
creating the FD for chain.
This patch fixes lengths for chain FD.

Fixes: 78156d38e112 ("crypto/dpaa_sec: support authonly and chain with raw API")
Cc: stable@dpdk.org
Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
drivers/crypto/dpaa_sec/dpaa_sec_raw_dp.c