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

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

Fixes: aa6ec1fd8443 ("crypto/dpaa2_sec: support authenc with raw buffer API")
Cc: stable@dpdk.org
Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
drivers/crypto/dpaa2_sec/dpaa2_sec_raw_dp.c