All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Fixes and improvements to cnxk crypto PMDs
@ 2022-04-25  5:38 Anoob Joseph
  2022-04-25  5:38 ` [PATCH 1/5] crypto/cnxk: support AH mode Anoob Joseph
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Anoob Joseph @ 2022-04-25  5:38 UTC (permalink / raw)
  To: Akhil Goyal, Jerin Jacob
  Cc: Anoob Joseph, Archana Muniganti, Tejasree Kondoj, dev

Add AES-GMAC and AH mode support in CN9K and CN10K crypto PMDs. Also use
a timeout for SA CTX write operations.

Anoob Joseph (3):
  crypto/cnxk: remove redundant return
  common/cnxk: add timeout for ctx write operation
  crypto/cnxk: use set ctx operation for session destroy

Archana Muniganti (2):
  crypto/cnxk: support AH mode
  crypto/cnxk: support AES-GMAC

 doc/guides/cryptodevs/cnxk.rst                    |   4 +
 doc/guides/rel_notes/release_22_07.rst            |   5 +
 drivers/common/cnxk/cnxk_security.c               |  69 +++++++------
 drivers/common/cnxk/roc_cpt.c                     |  31 ++++--
 drivers/common/cnxk/roc_platform.h                |   7 +-
 drivers/crypto/cnxk/cn10k_ipsec.c                 |  49 ++++++++--
 drivers/crypto/cnxk/cn10k_ipsec_la_ops.h          |   3 +-
 drivers/crypto/cnxk/cn9k_ipsec.c                  | 112 ++++++++++++++--------
 drivers/crypto/cnxk/cnxk_cryptodev.h              |   4 +-
 drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c |  69 +++++++++++++
 drivers/crypto/cnxk/cnxk_ipsec.h                  |  76 +++++++++++----
 drivers/crypto/cnxk/cnxk_se.h                     |  13 +--
 12 files changed, 320 insertions(+), 122 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2022-04-28  9:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25  5:38 [PATCH 0/5] Fixes and improvements to cnxk crypto PMDs Anoob Joseph
2022-04-25  5:38 ` [PATCH 1/5] crypto/cnxk: support AH mode Anoob Joseph
2022-04-25  5:38 ` [PATCH 2/5] crypto/cnxk: support AES-GMAC Anoob Joseph
2022-04-28  8:30   ` Akhil Goyal
2022-04-28  8:34     ` Anoob Joseph
2022-04-28  9:50       ` Akhil Goyal
2022-04-25  5:38 ` [PATCH 3/5] crypto/cnxk: remove redundant return Anoob Joseph
2022-04-25  5:38 ` [PATCH 4/5] common/cnxk: add timeout for ctx write operation Anoob Joseph
2022-04-25  5:38 ` [PATCH 5/5] crypto/cnxk: use set ctx operation for session destroy Anoob Joseph

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.