DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1 0/3]cryptodev: add unit tests and PMD for asym crypto
@ 2018-04-03 10:31 Shally Verma
  2018-04-03 10:31 ` [dpdk-dev] [PATCH v1 1/3] lib/cryptodev: add unit testcase " Shally Verma
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Shally Verma @ 2018-04-03 10:31 UTC (permalink / raw)
  To: pablo.de.lara.guarch
  Cc: declan.doherty, fiona.trahe, pathreya, ssahu, agupta, dev

This patch series includes unit test, openssl pmd and documentation patches
for asymmetric crypto support in lib cryptodev framework.

These are based on asym patch V1 series
https://dpdk.org/dev/patchwork/patch/36575/
https://dpdk.org/dev/patchwork/patch/36576/
https://dpdk.org/dev/patchwork/patch/36577/

For API patch V1 summary
https://www.mail-archive.com/dev@dpdk.org/msg93657.html

Ashish Gupta (2):
  lib/cryptodev: add unit testcase for asym crypto
  doc: add asym crypto in cryptodev programmer guide

Shally Verma (1):
  crypto/openssl: add asym crypto support

 doc/guides/cryptodevs/features/openssl.ini       |   11 +
 doc/guides/cryptodevs/openssl.rst                |    2 +
 doc/guides/prog_guide/cryptodev_lib.rst          |  338 +++-
 drivers/crypto/openssl/rte_openssl_pmd.c         |  377 ++++-
 drivers/crypto/openssl/rte_openssl_pmd_ops.c     |  400 ++++-
 drivers/crypto/openssl/rte_openssl_pmd_private.h |   29 +
 test/test/Makefile                               |    3 +-
 test/test/test_cryptodev_asym.c                  | 1785 ++++++++++++++++++++++
 8 files changed, 2923 insertions(+), 22 deletions(-)
 create mode 100644 test/test/test_cryptodev_asym.c

-- 
2.14.3

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-04-03 10:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-03 10:31 [dpdk-dev] [PATCH v1 0/3]cryptodev: add unit tests and PMD for asym crypto Shally Verma
2018-04-03 10:31 ` [dpdk-dev] [PATCH v1 1/3] lib/cryptodev: add unit testcase " Shally Verma
2018-04-03 10:31 ` [dpdk-dev] [PATCH v1 2/3] crypto/openssl: add asym crypto support Shally Verma
2018-04-03 10:31 ` [dpdk-dev] [PATCH v1 3/3] doc: add asym crypto in cryptodev programmer guide Shally Verma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).