> Subject: [PATCH v2] crypto/virtio: remove redundant crypto queue free > > Remove multiple invocations of virtio_crypto_queue_release, > and set virtio crypto queue as null upon free to avoid > segfaults.
Added fixes Fixes: 6f0175ff53e0 ("crypto/virtio: support basic PMD ops") Cc: sta...@dpdk.org > > Signed-off-by: Rajesh Mudimadugula <rmudimadu...@marvell.com> Acked-by: Akhil Goyal <gak...@marvell.com> Applied to dpdk-next-crypto Thanks.