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

This patch series add support for asymmetric crypto API specification
in DPDK librte_cryptodev library.

It is based on review discussion on RFC v1 patch
http://dpdk.org/patch/34308

Key changes from RFCv1 include:
- removal of dedicated sym and asym qp setup,
- remove asym qp count and attach/detach_session apis
- re-org xforms params for deffie-hellman to allow 
  public key and optional private key generations
- move elliptic curve changes into another separate patch/patch series

Todo:
- add elliptic curve support
- rename of existing session_configure/clear APIs to
  sym_session_configure/clear/init APIs

This patch series is divided in to 3 patches:
1.  lib/cryptodev: add support for asymmetric crypto op in cryptodev
        Extend librte_cryptodev for asymmetric op pool and sessions
        create/destroy and other associated PMD ops
2.  lib/cryptodev: add asymmetric crypto capability in cryptodev
        Extend capability in librte_cryptodev for asymmetric capability
        and associated APIs
3.   lib/cryptodev: add asymmetric algos in cryptodev
        Add new rte_crypto_asym.h defining supported asymmetric
        algos(xforms)  and associated ops structures

RFC v1 patch http://dpdk.org/patch/34308 is further a derivative of
earlier reviewed  RFC v2 patch series:
 http://dpdk.org/dev/patchwork/patch/24245/
 http://dpdk.org/dev/patchwork/patch/24246/
 http://dpdk.org/dev/patchwork/patch/24247/
 

Shally Verma (3):
  lib/cryptodev: add support for asymmetric crypto op
  lib/cryptodev: add asymmetric crypto capability in cryptodev
  lib/cryptodev: add asymmetric algos in cryptodev

 lib/librte_cryptodev/Makefile                  |   3 +-
 lib/librte_cryptodev/rte_crypto.h              |  37 +-
 lib/librte_cryptodev/rte_crypto_asym.h         | 519 +++++++++++++++++++++++++
 lib/librte_cryptodev/rte_cryptodev.c           | 218 ++++++++++-
 lib/librte_cryptodev/rte_cryptodev.h           | 186 ++++++++-
 lib/librte_cryptodev/rte_cryptodev_pmd.h       |  58 ++-
 lib/librte_cryptodev/rte_cryptodev_version.map |  17 +
 7 files changed, 1031 insertions(+), 7 deletions(-)
 create mode 100644 lib/librte_cryptodev/rte_crypto_asym.h

-- 
2.14.3

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

end of thread, other threads:[~2018-03-27 12:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-27 12:54 [dpdk-dev] [PATCH v1 0/3] lib/cryptodev: add support of asymmetric crypto Shally Verma
2018-03-27 12:54 ` [dpdk-dev] [PATCH v1 1/3] lib/cryptodev: add support for asymmetric crypto op Shally Verma
2018-03-27 12:54 ` [dpdk-dev] [PATCH v1 2/3] lib/cryptodev: add asymmetric crypto capability in cryptodev Shally Verma
2018-03-27 12:54 ` [dpdk-dev] [PATCH v1 3/3] lib/cryptodev: add asymmetric algos " 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).