DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/8] fixes and improvements to CNXK crypto PMD
@ 2023-06-19 12:45 Tejasree Kondoj
  2023-06-19 12:45 ` [PATCH 1/8] crypto/cnxk: check for null pointer Tejasree Kondoj
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tejasree Kondoj @ 2023-06-19 12:45 UTC (permalink / raw)
  To: Akhil Goyal
  Cc: Anoob Joseph, Aakash Sasidharan, Gowrishankar Muthukrishnan,
	Vidya Sagar Velumuri, dev

This series adds SM4, raw cryptodev API support and
fixes to CNXK crypto PMD.

Aakash Sasidharan (1):
  crypto/cnxk: use pt inst for null cipher with null auth

Anoob Joseph (3):
  crypto/cnxk: remove packet length checks in crypto offload
  crypto/cnxk: add support for raw APIs
  test/crypto: enable raw crypto tests for crypto_cn10k

Gowrishankar Muthukrishnan (1):
  crypto/cnxk: fix order of ECFPM parameters

Tejasree Kondoj (2):
  crypto/cnxk: check for null pointer
  crypto/cnxk: enable context cache for 103XX

Vidya Sagar Velumuri (1):
  crypto/cnxk: add support for sm4

 app/test/test_cryptodev.c                     |   8 +
 doc/guides/cryptodevs/cnxk.rst                |   1 +
 doc/guides/cryptodevs/features/cn10k.ini      |   1 +
 drivers/common/cnxk/hw/cpt.h                  |   5 +-
 drivers/common/cnxk/roc_se.c                  |   3 +
 drivers/common/cnxk/roc_se.h                  |  20 +
 drivers/crypto/cnxk/cn10k_cryptodev_ops.c     | 459 ++++++++++++
 drivers/crypto/cnxk/cnxk_ae.h                 |   3 +-
 drivers/crypto/cnxk/cnxk_cryptodev.c          |  20 +-
 drivers/crypto/cnxk/cnxk_cryptodev.h          |   2 +-
 .../crypto/cnxk/cnxk_cryptodev_capabilities.c | 113 ++-
 drivers/crypto/cnxk/cnxk_cryptodev_ops.c      |  29 +-
 drivers/crypto/cnxk/cnxk_cryptodev_ops.h      |   9 +
 drivers/crypto/cnxk/cnxk_se.h                 | 696 ++++++++++++++++--
 14 files changed, 1262 insertions(+), 107 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-06-19 12:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-19 12:45 [PATCH 0/8] fixes and improvements to CNXK crypto PMD Tejasree Kondoj
2023-06-19 12:45 ` [PATCH 1/8] crypto/cnxk: check for null pointer Tejasree Kondoj
2023-06-19 12:45 ` [PATCH 2/8] crypto/cnxk: remove packet length checks in crypto offload Tejasree Kondoj
2023-06-19 12:45 ` [PATCH 3/8] crypto/cnxk: use pt inst for null cipher with null auth Tejasree Kondoj
2023-06-19 12:45 ` [PATCH 4/8] crypto/cnxk: enable context cache for 103XX Tejasree Kondoj
2023-06-19 12:45 ` [PATCH 5/8] crypto/cnxk: add support for raw APIs Tejasree Kondoj

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