RE: [EXTERNAL] [PATCH] crypto/virtio: fix PMD cleanup

2025-06-03 Thread Akhil Goyal
> Improper cleanup resulted in a segfault when more > than 1 device was used > > Fixes: 6f0175ff53e0 ("crypto/virtio: support basic PMD ops") > Cc: jianjay.z...@huawei.com > Cc: sta...@dpdk.org > > Signed-off-by: Radu Nicolau Acked-by: Akhil Goyal Applied to dpdk-next-crypto Thanks.

[PATCH] crypto/virtio: fix PMD cleanup

2025-05-29 Thread Radu Nicolau
Improper cleanup resulted in a segfault when more than 1 device was used Fixes: 6f0175ff53e0 ("crypto/virtio: support basic PMD ops") Cc: jianjay.z...@huawei.com Cc: sta...@dpdk.org Signed-off-by: Radu Nicolau --- drivers/crypto/virtio/virtio_cryptodev.c | 3 +-- 1 file changed, 1 insertion(+),