Re: [dpdk-dev] [PATCH v3] cryptodev: rework mod exp and mod inv comments

2019-03-06 Thread Akhil Goyal
On 2/6/2019 4:04 PM, Arek Kusztal wrote: > This patch changes modular exponentiation and modular multiplicative > inverse API comments to make it more precise. > > Signed-off-by: Arek Kusztal > --- > v2: > - grammar fixes > > v3: > - remove information about positive integer > > lib/librte_cry

Re: [dpdk-dev] [PATCH v3] cryptodev: rework mod exp and mod inv comments

2019-02-06 Thread Shally Verma
>-Original Message- >From: Arek Kusztal >Sent: 06 February 2019 16:04 >To: dev@dpdk.org >Cc: akhil.go...@nxp.com; fiona.tr...@intel.com; >shally.ve...@caviumnetworks.com; sunila.s...@caviumnetworks.com; >ashish.gu...@caviumnetworks.com; umesh.kar...@caviumnetworks.com; Arek Kusztal >

Re: [dpdk-dev] [PATCH v3] cryptodev: rework mod exp and mod inv comments

2019-02-06 Thread Trahe, Fiona
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Wednesday, February 6, 2019 10:34 AM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; Trahe, Fiona ; > shally.ve...@caviumnetworks.com; > sunila.s...@caviumnetworks.com; ashish.gu...@caviumnetworks.com; > umesh.kar...@caviumnetworks.

[dpdk-dev] [PATCH v3] cryptodev: rework mod exp and mod inv comments

2019-02-06 Thread Arek Kusztal
This patch changes modular exponentiation and modular multiplicative inverse API comments to make it more precise. Signed-off-by: Arek Kusztal --- v2: - grammar fixes v3: - remove information about positive integer lib/librte_cryptodev/rte_crypto_asym.h | 43 ++