RE: [PATCH v1 1/3] cryptodev: add queue pair reset API

2024-10-09 Thread Akhil Goyal
> > Subject: [PATCH v1 1/3] cryptodev: add queue pair reset API > > > > The API will reset the specific queue pair of a cryptodev. > > The current API, cryptodev_queue_pair_setup(), requires the cryptodev > > to be stopped before reconfiguring any queue pair. Sto

RE: [PATCH v1 1/3] cryptodev: add queue pair reset API

2024-09-17 Thread Akhil Goyal
> Subject: [PATCH v1 1/3] cryptodev: add queue pair reset API > > The API will reset the specific queue pair of a cryptodev. > The current API, cryptodev_queue_pair_setup(), requires the cryptodev > to be stopped before reconfiguring any queue pair. Stopping the > cryptodev

[PATCH v1 1/3] cryptodev: add queue pair reset API

2024-08-22 Thread Vidya Sagar Velumuri
The API will reset the specific queue pair of a cryptodev. The current API, cryptodev_queue_pair_setup(), requires the cryptodev to be stopped before reconfiguring any queue pair. Stopping the cryptodev in one thread can result in a segmentation fault when multiple queues are used for enqueue and d