mbox series

[v2,0/3] crypotodev: add result field to modular operations

Message ID 20190208111338.4544-1-arkadiuszx.kusztal@intel.com (mailing list archive)
Headers
Series crypotodev: add result field to modular operations |

Message

Arkadiusz Kusztal Feb. 8, 2019, 11:13 a.m. UTC
  This patchset adds result field to modular exponentiation and modular
inverse operations

This patchset depends on following patches:

[1] - "[v3] cryptodev: rework mod exp and mod inv comments"
(http://patchwork.dpdk.org/patch/50139/)
[2] - "openssl: fix bad reference of modinv"
(http://patchwork.dpdk.org/patch/50131/)

v2:
- fix checkpatch issue

Arek Kusztal (3):
  cryptodev: add result field to mod exp and inverse operations
  openssl: add result field to mod exp and mod inv operations
  test: add result field to mod exp and mod inv

 drivers/crypto/openssl/rte_openssl_pmd.c |  4 ++--
 lib/librte_cryptodev/rte_crypto_asym.h   | 10 ++++++++++
 test/test/test_cryptodev_asym.c          |  6 ++++++
 test/test/test_cryptodev_asym_util.h     |  8 ++++----
 4 files changed, 22 insertions(+), 6 deletions(-)
  

Comments

Fiona Trahe Feb. 8, 2019, 12:31 p.m. UTC | #1
> -----Original Message-----
> From: Kusztal, ArkadiuszX
> Sent: Friday, February 8, 2019 11:14 AM
> To: dev@dpdk.org
> Cc: akhil.goyal@nxp.com; Trahe, Fiona <fiona.trahe@intel.com>; shally.verma@caviumnetworks.com;
> Kusztal, ArkadiuszX <arkadiuszx.kusztal@intel.com>
> Subject: [PATCH v2 0/3] crypotodev: add result field to modular operations
> 
> This patchset adds result field to modular exponentiation and modular
> inverse operations
> 
> This patchset depends on following patches:
> 
> [1] - "[v3] cryptodev: rework mod exp and mod inv comments"
> (http://patchwork.dpdk.org/patch/50139/)
> [2] - "openssl: fix bad reference of modinv"
> (http://patchwork.dpdk.org/patch/50131/)
> 
> v2:
> - fix checkpatch issue
> 
> Arek Kusztal (3):
>   cryptodev: add result field to mod exp and inverse operations
>   openssl: add result field to mod exp and mod inv operations
>   test: add result field to mod exp and mod inv
Series-acked-by: Fiona Trahe <fiona.trahe@intel.com>
  
Akhil Goyal March 19, 2019, 2:02 p.m. UTC | #2
On 2/8/2019 4:43 PM, Arek Kusztal wrote:
> This patchset adds result field to modular exponentiation and modular
> inverse operations
>
> This patchset depends on following patches:
>
> [1] - "[v3] cryptodev: rework mod exp and mod inv comments"
> (http://patchwork.dpdk.org/patch/50139/)
> [2] - "openssl: fix bad reference of modinv"
> (http://patchwork.dpdk.org/patch/50131/)
>
> v2:
> - fix checkpatch issue
>
> Arek Kusztal (3):
>    cryptodev: add result field to mod exp and inverse operations
>    openssl: add result field to mod exp and mod inv operations
>    test: add result field to mod exp and mod inv
>
>   drivers/crypto/openssl/rte_openssl_pmd.c |  4 ++--
>   lib/librte_cryptodev/rte_crypto_asym.h   | 10 ++++++++++
>   test/test/test_cryptodev_asym.c          |  6 ++++++
>   test/test/test_cryptodev_asym_util.h     |  8 ++++----
>   4 files changed, 22 insertions(+), 6 deletions(-)
series applied to dpdk-next-crypto

Thanks.