[dpdk-dev] [PATCH v3 0/2] crypto/aesni_mb: enable out of place processing

Fan Zhang roy.fan.zhang at intel.com
Mon Mar 25 14:51:19 CET 2019


Add out-of-place processing, i.e. different source and
destination m_bufs, plus related capability update, tests
and documentation.

Signed-off-by: Fiona Trahe <fiona.trahe at intel.com>
Signed-off-by: Paul Luse <paul.e.luse at intel.com>
Signed-off-by: Fan Zhang <roy.fan.zhang at intel.com>

v3:
- Updated unit test, enable src-dst swap test for all oop tests.
- Merged patches.
- Updated documentation.
- Several code changes based on Pablo's comments.

v2:
- Removed limitation of not support cipher-auth.
- Updated tests for more comprehensive test-cases.
- Splitted the patch.

Fan Zhang (2):
  crypto/aesni_mb: enable out of place processing
  test: add out of place test for AESNI-MB

 app/test/test_cryptodev_aes_test_vectors.h  | 110 +++++++++++++++++++++++++---
 app/test/test_cryptodev_blockcipher.c       |  83 ++++++++++++++++++---
 app/test/test_cryptodev_blockcipher.h       |   3 +
 app/test/test_cryptodev_des_test_vectors.h  |  24 ++++--
 doc/guides/cryptodevs/aesni_mb.rst          |   1 -
 doc/guides/cryptodevs/features/aesni_mb.ini |   1 +
 doc/guides/rel_notes/release_19_05.rst      |   4 +
 drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c  | 102 +++++++++++++++++++-------
 8 files changed, 270 insertions(+), 58 deletions(-)

-- 
2.14.5



More information about the dev mailing list