DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v2 0/2] support block cipher DIGEST_ENCRYPTED mode
@ 2021-03-24 16:45 Tejasree Kondoj
  2021-03-24 16:45 ` [dpdk-dev] [PATCH v2 1/2] common/cpt: support " Tejasree Kondoj
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Tejasree Kondoj @ 2021-03-24 16:45 UTC (permalink / raw)
  To: Akhil Goyal, Radu Nicolau, Fiona Trahe, Fan Zhang, Arek Kusztal
  Cc: Tejasree Kondoj, Anoob Joseph, Ankur Dwivedi, Jerin Jacob, dev

This series adds support for block cipher DIGEST_ENCRYPTED mode in
OCTEON TX, OCTEON TX2 PMDs and sample unit test application.

v2:
* Removed duplicate test vectors in test application
* Updated comment with more information

Tejasree Kondoj (2):
  common/cpt: support DIGEST_ENCRYPTED mode
  test/crypto: support block cipher DIGEST_ENCRYPTED mode

 app/test/test_cryptodev_aes_test_vectors.h    | 573 ++++++++++++++++++
 app/test/test_cryptodev_blockcipher.c         |  99 ++-
 app/test/test_cryptodev_blockcipher.h         |  10 +
 doc/guides/cryptodevs/features/octeontx.ini   |   1 +
 doc/guides/cryptodevs/features/octeontx2.ini  |   1 +
 doc/guides/rel_notes/release_21_05.rst        |   8 +
 drivers/common/cpt/cpt_mcode_defines.h        |   7 +-
 drivers/common/cpt/cpt_ucode.h                |  42 +-
 drivers/crypto/octeontx/otx_cryptodev_ops.c   |  11 +-
 drivers/crypto/octeontx2/otx2_cryptodev.c     |   3 +-
 drivers/crypto/octeontx2/otx2_cryptodev_ops.c |   8 +-
 11 files changed, 737 insertions(+), 26 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2021-04-05 18:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-24 16:45 [dpdk-dev] [PATCH v2 0/2] support block cipher DIGEST_ENCRYPTED mode Tejasree Kondoj
2021-03-24 16:45 ` [dpdk-dev] [PATCH v2 1/2] common/cpt: support " Tejasree Kondoj
2021-03-31 19:44   ` Akhil Goyal
2021-03-24 16:45 ` [dpdk-dev] [PATCH v2 2/2] test/crypto: support block cipher " Tejasree Kondoj
2021-03-31 19:46   ` Akhil Goyal
2021-04-05 18:26 ` [dpdk-dev] [PATCH v2 0/2] " Akhil Goyal

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