DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/7] fixes and improvements to CNXK crypto PMD
@ 2023-04-28 14:46 Tejasree Kondoj
  2023-04-28 14:46 ` [PATCH 1/7] crypto/cnxk: return error for unsupported paths Tejasree Kondoj
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Tejasree Kondoj @ 2023-04-28 14:46 UTC (permalink / raw)
  To: Akhil Goyal
  Cc: Anoob Joseph, Jerin Jacob, Aakash Sasidharan,
	Gowrishankar Muthukrishnan, Vidya Sagar Velumuri, dev

This series adds SM3, CN10K PDCP CHAIN support and
improvements to CNXK crypto PMD.

Aakash Sasidharan (1):
  crypto/cnxk: add cryptodev reconfiguration support

Anoob Joseph (2):
  crypto/cnxk: increase max segments
  crypto/cnxk: remove redundant assignment

Tejasree Kondoj (3):
  crypto/cnxk: return error for unsupported paths
  crypto/cnxk: add CN10K pdcp chain support
  crypto/cnxk: set local variables to template value

Vidya Sagar Velumuri (1):
  crypto/cnxk: support SM3 hash

 doc/guides/cryptodevs/cnxk.rst                |   1 +
 doc/guides/cryptodevs/features/cn10k.ini      |   1 +
 drivers/common/cnxk/roc_cpt_sg.h              |   4 +-
 drivers/common/cnxk/roc_se.c                  |  61 ++-
 drivers/common/cnxk/roc_se.h                  |   8 +-
 drivers/crypto/cnxk/cnxk_cryptodev.h          |   2 +-
 .../crypto/cnxk/cnxk_cryptodev_capabilities.c |  32 ++
 drivers/crypto/cnxk/cnxk_cryptodev_ops.c      |  55 ++-
 drivers/crypto/cnxk/cnxk_se.h                 | 444 ++++++++++++------
 9 files changed, 424 insertions(+), 184 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-05-24 20:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-28 14:46 [PATCH 0/7] fixes and improvements to CNXK crypto PMD Tejasree Kondoj
2023-04-28 14:46 ` [PATCH 1/7] crypto/cnxk: return error for unsupported paths Tejasree Kondoj
2023-04-28 14:46 ` [PATCH 2/7] crypto/cnxk: add cryptodev reconfiguration support Tejasree Kondoj
2023-04-28 14:46 ` [PATCH 3/7] crypto/cnxk: add CN10K pdcp chain support Tejasree Kondoj
2023-04-28 14:46 ` [PATCH 4/7] crypto/cnxk: support SM3 hash Tejasree Kondoj
2023-04-28 14:46 ` [PATCH 5/7] crypto/cnxk: set local variables to template value Tejasree Kondoj
2023-04-28 14:46 ` [PATCH 6/7] crypto/cnxk: increase max segments Tejasree Kondoj
2023-04-28 14:46 ` [PATCH 7/7] crypto/cnxk: remove redundant assignment Tejasree Kondoj
2023-05-24 20:55 ` [PATCH 0/7] fixes and improvements to CNXK crypto PMD 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).