> 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: stable@dpdk.org > > Signed-off-by: Rajesh Mudimadugula Acked-by: Akhil Goyal Applied to dpdk-next-crypto Thanks.