> This commit generates AES-GCM capability based on the NIC > attributes and enables AES-GCM algo. > > An new devarg "algo" is added to identify if the crypto PMD will > be initialized as AES-GCM(algo=1) or AES-XTS(algo=0, default). > > Signed-off-by: Suanming Mou <suanmi...@nvidia.com>
You should mention changelog for the changes done in the current patchset over previous one. It helps in review. Also update to "doc/guides/cryptodevs/features/mlx5.ini" is missing in this patch. Also get an ack from mlx5 crypto maintainer. > --- > doc/guides/cryptodevs/mlx5.rst | 48 +++++++++++++++++++- > doc/guides/rel_notes/release_23_07.rst | 1 + > drivers/crypto/mlx5/mlx5_crypto.c | 26 +++++++++-- > drivers/crypto/mlx5/mlx5_crypto.h | 1 + > drivers/crypto/mlx5/mlx5_crypto_gcm.c | 63 ++++++++++++++++++++++++++ > 5 files changed, 134 insertions(+), 5 deletions(-)