DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/7] fixes and new features to cnxk crypto PMD
@ 2025-06-09 10:40 Tejasree Kondoj
  2025-06-09 10:40 ` [PATCH v2 1/7] crypto/cnxk: fix compilation error Tejasree Kondoj
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Tejasree Kondoj @ 2025-06-09 10:40 UTC (permalink / raw)
  To: Akhil Goyal
  Cc: Anoob Joseph, Nithinsen Kaithakadan, Rupesh Chiluka,
	Vidya Sagar Velumuri, dev

This series adds fixes and new features to cnxk crypto PMD.

v2:
* Combined few patches into one.
* Updated patch titles and description.
* Updated doc and release notes.

Nithinsen Kaithakadan (3):
  common/cnxk: fix salt handling with aes-ctr
  common/cnxk: update qsize in CPT iq enable
  crypto/cnxk: copy 8B iv into sess in aes ctr

Rupesh Chiluka (2):
  crypto/cnxk: extend check for max supported gather entries
  crypto/cnxk: support asymmetric sessionless mode

Tejasree Kondoj (2):
  crypto/cnxk: fix compilation error
  crypto/cnxk: add meta variable in CPT structure

 doc/guides/cryptodevs/features/cn10k.ini  |  1 +
 doc/guides/cryptodevs/features/cn9k.ini   |  1 +
 doc/guides/rel_notes/release_25_07.rst    |  1 +
 drivers/common/cnxk/cnxk_security.c       |  8 ++
 drivers/common/cnxk/roc_cpt.c             |  5 ++
 drivers/common/cnxk/roc_cpt_sg.h          |  1 +
 drivers/crypto/cnxk/cn10k_cryptodev_ops.c | 91 +++++++++++++++++++++--
 drivers/crypto/cnxk/cn10k_ipsec_la_ops.h  | 17 ++++-
 drivers/crypto/cnxk/cn10k_tls_ops.h       | 10 +++
 drivers/crypto/cnxk/cn20k_ipsec_la_ops.h  | 17 ++++-
 drivers/crypto/cnxk/cn20k_tls_ops.h       | 10 +++
 drivers/crypto/cnxk/cn9k_cryptodev_ops.c  | 77 ++++++++++++++++++-
 drivers/crypto/cnxk/cn9k_ipsec_la_ops.h   | 10 +++
 drivers/crypto/cnxk/cnxk_cryptodev.c      |  3 +-
 drivers/crypto/cnxk/cnxk_cryptodev_ops.c  |  5 +-
 drivers/crypto/cnxk/cnxk_cryptodev_ops.h  |  4 +
 drivers/crypto/cnxk/rte_pmd_cnxk_crypto.h |  3 +
 17 files changed, 247 insertions(+), 17 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2025-06-09 10:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-09 10:40 [PATCH v2 0/7] fixes and new features to cnxk crypto PMD Tejasree Kondoj
2025-06-09 10:40 ` [PATCH v2 1/7] crypto/cnxk: fix compilation error Tejasree Kondoj
2025-06-09 10:40 ` [PATCH v2 2/7] common/cnxk: fix salt handling with aes-ctr Tejasree Kondoj
2025-06-09 10:40 ` [PATCH v2 3/7] crypto/cnxk: extend check for max supported gather entries Tejasree Kondoj
2025-06-09 10:40 ` [PATCH v2 4/7] crypto/cnxk: add meta variable in CPT structure Tejasree Kondoj
2025-06-09 10:40 ` [PATCH v2 5/7] crypto/cnxk: support asymmetric sessionless mode Tejasree Kondoj
2025-06-09 10:40 ` [PATCH v2 6/7] common/cnxk: update qsize in CPT iq enable Tejasree Kondoj
2025-06-09 10:40 ` [PATCH v2 7/7] crypto/cnxk: copy 8B iv into sess in aes ctr 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).