Re: [dpdk-dev] [PATCH v2 3/4] examples/fips_validation: remove illegal usage of APIs

2021-08-31 Thread Zhang, Roy Fan
Hi Akhil > -Original Message- > From: Akhil Goyal > Sent: Tuesday, August 31, 2021 8:04 AM > To: Zhang, Roy Fan ; Matan Azrad > ; dev@dpdk.org > Cc: Anoob Joseph ; Nicolau, Radu > ; Doherty, Declan ; > hemant.agra...@nxp.com; Ananyev, Konstantin > ; NBU-Contact-Thomas Monjalon > ; asoma..

Re: [dpdk-dev] [PATCH v2 3/4] examples/fips_validation: remove illegal usage of APIs

2021-08-31 Thread Akhil Goyal
Hi Fan, > > > > Some of the cryptodev APIs are not allowed to be used by application > > > > directly. Hence removing the usage of 1. queue_pair_release: it is not > > > > required, as configure > > > >of queue pair release the previous queue pairs and the > > > >dev is not directly exposed

Re: [dpdk-dev] [PATCH v2 3/4] examples/fips_validation: remove illegal usage of APIs

2021-08-30 Thread Zhang, Roy Fan
> -Original Message- > From: Akhil Goyal > Sent: Wednesday, August 11, 2021 9:20 AM > To: Matan Azrad ; dev@dpdk.org > Cc: Anoob Joseph ; Nicolau, Radu > ; Doherty, Declan ; > hemant.agra...@nxp.com; Ananyev, Konstantin > ; NBU-Contact-Thomas Monjalon > ; Zhang, Roy Fan ; > asoma...@amd.co

Re: [dpdk-dev] [PATCH v2 3/4] examples/fips_validation: remove illegal usage of APIs

2021-08-11 Thread Matan Azrad
From: Akhil Goyal > Some of the cryptodev APIs are not allowed to be used by application > directly. Hence removing the usage of 1. queue_pair_release: it is not > required, as configure >of queue pair release the previous queue pairs and the >dev is not directly exposed to application,

Re: [dpdk-dev] [PATCH v2 3/4] examples/fips_validation: remove illegal usage of APIs

2021-08-11 Thread Akhil Goyal
> > From: Akhil Goyal > > Some of the cryptodev APIs are not allowed to be used by application > > directly. Hence removing the usage of 1. queue_pair_release: it is not > > required, as configure > >of queue pair release the previous queue pairs and the > >dev is not directly exposed to a

[dpdk-dev] [PATCH v2 3/4] examples/fips_validation: remove illegal usage of APIs

2021-08-10 Thread Akhil Goyal
Some of the cryptodev APIs are not allowed to be used by application directly. Hence removing the usage of 1. queue_pair_release: it is not required, as configure of queue pair release the previous queue pairs and the dev is not directly exposed to application, hence cannot use its ops fro