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. Stopping the > > cryptodev in one threa

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 in one thread can res