-----Original Message-----
From: Kusztal, ArkadiuszX
Sent: Friday, February 8, 2019 11:14 AM
To: dev@dpdk.org
Cc: akhil.goyal@nxp.com; Trahe, Fiona <redacted>; shally.verma@caviumnetworks.com;
Kusztal, ArkadiuszX [off-list ref]
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 [off-list ref]