Re: [dpdk-dev] [PATCH] crypto/dpaa_sec: detach queues in session destroy
> crypto queues need to be detached while session destroy > so that they can be reused. > > Signed-off-by: Akhil Goyal > --- Applied to dpdk-next-crypto Thanks.
[dpdk-dev] [PATCH] crypto/dpaa_sec: detach queues in session destroy
crypto queues need to be detached while session destroy so that they can be reused. Signed-off-by: Akhil Goyal --- drivers/crypto/dpaa_sec/dpaa_sec.c | 48 ++ 1 file changed, 23 insertions(+), 25 deletions(-) diff --git a/drivers/crypto/dpaa_sec/dpaa_sec.c b/drivers