DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] Add AES-CCM support and fix application panic
@ 2023-08-17 11:45 Nagadheeraj Rottela
  2023-08-17 11:45 ` [PATCH 1/2] crypto/nitrox: fix panic with higher mbuf segments Nagadheeraj Rottela
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Nagadheeraj Rottela @ 2023-08-17 11:45 UTC (permalink / raw)
  To: gakhil; +Cc: dev, Nagadheeraj Rottela

This patch set adds support for AES-CCM algorithm and fixes application
panic when source or destination mbuf segments are higher than max
supported by the driver.

Nagadheeraj Rottela (2):
  crypto/nitrox: fix panic with higher mbuf segments
  crypto/nitrox: support AES-CCM

 doc/guides/cryptodevs/features/nitrox.ini       |  3 +
 doc/guides/cryptodevs/nitrox.rst                |  1 +
 doc/guides/rel_notes/release_23_11.rst          |  4 ++
 drivers/crypto/nitrox/nitrox_sym.c              | 27 +++++++-
 drivers/crypto/nitrox/nitrox_sym_capabilities.c | 30 +++++++++
 drivers/crypto/nitrox/nitrox_sym_ctx.h          |  1 +
 drivers/crypto/nitrox/nitrox_sym_reqmgr.c       | 82 +++++++++++++++++++++----
 7 files changed, 135 insertions(+), 13 deletions(-)

-- 
2.13.6


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

end of thread, other threads:[~2023-10-27 18:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-17 11:45 [PATCH 0/2] Add AES-CCM support and fix application panic Nagadheeraj Rottela
2023-08-17 11:45 ` [PATCH 1/2] crypto/nitrox: fix panic with higher mbuf segments Nagadheeraj Rottela
2023-08-17 11:45 ` [PATCH 2/2] crypto/nitrox: support AES-CCM Nagadheeraj Rottela
2023-10-27 18:39 ` [PATCH 0/2] Add AES-CCM support and fix application panic 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).