RE: cryptodev API question with out of order support

2023-03-20 Thread Suanming Mou
Hi Declan, I see, thank you very much for the clear clarification. BR, Suanming > -Original Message- > From: Doherty, Declan > Sent: Monday, March 20, 2023 7:58 PM > To: Suanming Mou > Cc: dev@dpdk.org > Subject: Re: cryptodev API question with out of order support

Re: cryptodev API question with out of order support

2023-03-20 Thread Doherty, Declan
Hey Suanming, I haven't been actively involved in the development of DPDK in a number of years but as far as I'm aware (and I don't believe this has changed recently), out of order processing from the cryptodev API user perspective is not supported, and for most scenarios I'm aware of (for sy

cryptodev API question with out of order support

2023-03-20 Thread Suanming Mou
Hi Declan, While reading the cryptodev API and define docs, I don't see some places mention the out of order support. Does current crypto enqueue and dequeue function support out of order mode? Or should we add a hint capability flag for that? Not sure if such topics have been discussed before,