RE: [PATCH] crypto/virtio: fix dataqueues iteration

2025-01-08 Thread Akhil Goyal
> > Subject: [PATCH] crypto/virtio: fix dataqueues iteration > > > > Fix dataqueues iteration using nb_queue_pairs info available in > > device data instead of max dataqueues as dataqueue count might > > have been changed in device configuration. > > >

RE: [PATCH] crypto/virtio: fix dataqueues iteration

2025-01-07 Thread Akhil Goyal
> Subject: [PATCH] crypto/virtio: fix dataqueues iteration > > Fix dataqueues iteration using nb_queue_pairs info available in > device data instead of max dataqueues as dataqueue count might > have been changed in device configuration. > > Fixes: 6f0175ff53e0 ("crypto

[PATCH] crypto/virtio: fix dataqueues iteration

2025-01-07 Thread Gowrishankar Muthukrishnan
Fix dataqueues iteration using nb_queue_pairs info available in device data instead of max dataqueues as dataqueue count might have been changed in device configuration. Fixes: 6f0175ff53e0 ("crypto/virtio: support basic PMD ops") Cc: sta...@dpdk.org Signed-off-by: Gowrishankar Muthukrishnan ---