]> git.droids-corp.org - dpdk.git/commit
crypto/dpaa_sec: move cdb preparation to session create
authorGagandeep Singh <g.singh@nxp.com>
Thu, 28 Apr 2022 11:47:32 +0000 (17:17 +0530)
committerAkhil Goyal <gakhil@marvell.com>
Fri, 29 Apr 2022 09:27:35 +0000 (11:27 +0200)
commit76da1b510c3c1986895a33e300f702bbdf23015d
tree8656c58b4a7818c8d82791eb230f8eb79e4df88f
parentba2f161cba685fd8ef3a4623dea63db4eed8358d
crypto/dpaa_sec: move cdb preparation to session create

Driver is preparing the shared descriptor of session while
attaching the session to a queue pair.
It should be prepared on session create.

Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
Acked-by: Akhil Goyal <gakhil@marvell.com>
drivers/crypto/dpaa_sec/dpaa_sec.c