DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] Adding new features and improvements in cnxk crypto PMD
@ 2022-01-31 12:30 Tejasree Kondoj
  2022-01-31 12:30 ` [PATCH 1/5] common/cnxk: add err ctl Tejasree Kondoj
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tejasree Kondoj @ 2022-01-31 12:30 UTC (permalink / raw)
  To: Akhil Goyal
  Cc: Tejasree Kondoj, Anoob Joseph, Ankur Dwivedi, Archana Muniganti, dev

This series adds ESN, antireplay support and improvements
to cnxk crypto PMDs.

Anoob Joseph (4):
  common/cnxk: add err ctl
  common/cnxk: add ROC cache line size constant
  crypto/cnxk: use unique cache line per inst
  crypto/cnxk: fix updation of number of descriptors

Tejasree Kondoj (1):
  crypto/cnxk: add ESN and antireplay support

 doc/guides/cryptodevs/cnxk.rst                |  2 +
 doc/guides/rel_notes/release_22_03.rst        |  1 +
 drivers/common/cnxk/cnxk_security.c           |  9 +++-
 drivers/common/cnxk/cnxk_security_ar.h        |  2 +-
 drivers/common/cnxk/roc_constants.h           |  5 ++-
 drivers/common/cnxk/roc_cpt.c                 |  3 --
 drivers/common/cnxk/roc_ie_on.h               |  2 +
 drivers/common/cnxk/roc_ie_ot.h               | 17 +++++++-
 drivers/crypto/cnxk/cn10k_ipsec.c             | 36 +++++++++++++++-
 drivers/crypto/cnxk/cn9k_ipsec.c              | 43 ++++++++++++++++++-
 drivers/crypto/cnxk/cn9k_ipsec_la_ops.h       | 16 ++++++-
 .../crypto/cnxk/cnxk_cryptodev_capabilities.c |  4 ++
 drivers/crypto/cnxk/cnxk_cryptodev_ops.c      |  8 +++-
 drivers/crypto/cnxk/cnxk_cryptodev_ops.h      |  4 +-
 14 files changed, 135 insertions(+), 17 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2022-02-08 22:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-31 12:30 [PATCH 0/5] Adding new features and improvements in cnxk crypto PMD Tejasree Kondoj
2022-01-31 12:30 ` [PATCH 1/5] common/cnxk: add err ctl Tejasree Kondoj
2022-01-31 12:30 ` [PATCH 2/5] crypto/cnxk: add ESN and antireplay support Tejasree Kondoj
2022-01-31 12:30 ` [PATCH 3/5] common/cnxk: add ROC cache line size constant Tejasree Kondoj
2022-01-31 12:30 ` [PATCH 4/5] crypto/cnxk: use unique cache line per inst Tejasree Kondoj
2022-01-31 12:30 ` [PATCH 5/5] crypto/cnxk: fix updation of number of descriptors Tejasree Kondoj
2022-02-08 22:26 ` [PATCH 0/5] Adding new features and improvements in 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).