[0/2] Add AES-CCM support and fix application panic

Message ID 20230817114557.25574-1-rnagadheeraj@marvell.com (mailing list archive)
Headers
Series Add AES-CCM support and fix application panic |

Message

Nagadheeraj Rottela Aug. 17, 2023, 11:45 a.m. UTC
  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(-)
  

Comments

Akhil Goyal Oct. 27, 2023, 6:39 p.m. UTC | #1
> Subject: [PATCH 0/2] Add AES-CCM support and fix application panic
> 
> 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
> 
Series applied to dpdk-next-crypto