DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/5] crypto/dpaa2_sec optimization and feature update
@ 2017-06-29 20:48 akhil.goyal
  2017-06-29 20:49 ` [dpdk-dev] [PATCH 1/5] crypto/dpaa2_sec: add per device mempool to store frame list entries akhil.goyal
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: akhil.goyal @ 2017-06-29 20:48 UTC (permalink / raw)
  To: dev; +Cc: hemant.agrawal, pablo.de.lara.guarch, declan.doherty, Akhil Goyal

From: Akhil Goyal <akhil.goyal@nxp.com>

This patchset updates dpaa2_sec crypto driver with following:
- optimization in data path for memory allocation
- add support for additional AES algorithms like AES-GCM and AES-CTR
- Update test cases in test_cryptodev for all the supported test cases.
- Update documentation for supported algorithms

The patches are based on dpdk-crypto-next and are rebased over the
latest crypto restructuring changes by Pablo.
http://dpdk.org/ml/archives/dev/2017-June/069372.html


Akhil Goyal (5):
  crypto/dpaa2_sec: add per device mempool to store frame list entries
  crypto/dpaa2_sec: add descriptor support for gcm and ctr
  crypto/dpaa2_sec: add support for AES-GCM and CTR
  test/test: add test cases for gcm and ctr in dpaa2_sec test suite
  doc: update documentation for dpaa2_sec supported algos

 doc/guides/cryptodevs/dpaa2_sec.rst          |   9 +-
 doc/guides/cryptodevs/features/dpaa2_sec.ini |   6 +
 drivers/bus/fslmc/portal/dpaa2_hw_pvt.h      |   7 +
 drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c  | 384 ++++++++++++++++++++++++---
 drivers/crypto/dpaa2_sec/dpaa2_sec_priv.h    | 100 ++++---
 drivers/crypto/dpaa2_sec/hw/desc/algo.h      | 226 +++++++++++++++-
 drivers/crypto/dpaa2_sec/hw/desc/ipsec.h     |  19 +-
 test/test/test_cryptodev.c                   |  94 ++++++-
 test/test/test_cryptodev_aes_test_vectors.h  |  78 ++++--
 test/test/test_cryptodev_blockcipher.c       |   1 +
 test/test/test_cryptodev_des_test_vectors.h  |  24 +-
 test/test/test_cryptodev_hash_test_vectors.h |  36 ++-
 12 files changed, 846 insertions(+), 138 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2017-07-03 18:55 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-29 20:48 [dpdk-dev] [PATCH 0/5] crypto/dpaa2_sec optimization and feature update akhil.goyal
2017-06-29 20:49 ` [dpdk-dev] [PATCH 1/5] crypto/dpaa2_sec: add per device mempool to store frame list entries akhil.goyal
2017-06-29 20:49 ` [dpdk-dev] [PATCH 3/5] crypto/dpaa2_sec: add support for AES-GCM and CTR akhil.goyal
2017-06-29 20:49 ` [dpdk-dev] [PATCH 4/5] test/test: add test cases for gcm and ctr in dpaa2_sec test suite akhil.goyal
2017-06-29 20:49 ` [dpdk-dev] [PATCH 5/5] doc: update documentation for dpaa2_sec supported algos akhil.goyal
2017-06-29 21:07   ` De Lara Guarch, Pablo
2017-06-29 21:54     ` Akhil Goyal
2017-06-30  7:43 ` [dpdk-dev] [PATCH v2 0/5] crypto/dpaa2_sec optimization and feature update akhil.goyal
2017-06-30  7:43   ` [dpdk-dev] [PATCH v2 1/5] crypto/dpaa2_sec: add per device mempool to store frame list entries akhil.goyal
2017-06-30  7:43   ` [dpdk-dev] [PATCH v2 2/5] crypto/dpaa2_sec: add hw desc support for CTR akhil.goyal
2017-06-30  7:43   ` [dpdk-dev] [PATCH v2 3/5] crypto/dpaa2_sec: add hw desc support for AES-GCM akhil.goyal
2017-06-30  7:43   ` [dpdk-dev] [PATCH v2 4/5] crypto/dpaa2_sec: add support for AES-GCM and CTR akhil.goyal
2017-06-30  7:43   ` [dpdk-dev] [PATCH v2 5/5] test/test: add test cases for gcm and ctr in dpaa2_sec test suite akhil.goyal
2017-07-03 12:31   ` [dpdk-dev] [PATCH v3 0/5] crypto/dpaa2_sec optimization and feature update Akhil Goyal
2017-07-03 12:31     ` [dpdk-dev] [PATCH v3 1/5] bus/fslmc: add macros to get/set fle context Akhil Goyal
2017-07-03 12:31     ` [dpdk-dev] [PATCH v3 2/5] crypto/dpaa2_sec: add per dev mempool to store fle Akhil Goyal
2017-07-03 12:31     ` [dpdk-dev] [PATCH v3 3/5] crypto/dpaa2_sec: add HW desc support for ctr Akhil Goyal
2017-07-03 12:31     ` [dpdk-dev] [PATCH v3 4/5] crypto/dpaa2_sec: add HW desc support for aes-gcm Akhil Goyal
2017-07-03 12:31     ` [dpdk-dev] [PATCH v3 5/5] crypto/dpaa2_sec: add support for aes-gcm and ctr Akhil Goyal
2017-07-03 18:55     ` [dpdk-dev] [PATCH v3 0/5] crypto/dpaa2_sec optimization and feature update De Lara Guarch, Pablo
2017-07-02 23:43 ` [dpdk-dev] [PATCH " De Lara Guarch, Pablo

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).