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

2023-10-27 Thread Akhil Goyal
> 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): &

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

2023-08-17 Thread 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