RE: [PATCH v3 3/3] drivers/crypto: use RTE_BIT64 in initializations of hash_algos

2025-01-27 Thread Anoob Joseph
> > From: Andre Muezerie [mailto:andre...@linux.microsoft.com] > > Sent: Monday, 27 January 2025 20.33 > > > > This was found during code review of similar issues. > > > > Signed-off-by: Andre Muezerie > > --- > > Reviewed-by: Morten Brørup

RE: [PATCH v3 3/3] drivers/crypto: use RTE_BIT64 in initializations of hash_algos

2025-01-27 Thread Morten Brørup
> From: Andre Muezerie [mailto:andre...@linux.microsoft.com] > Sent: Monday, 27 January 2025 20.33 > > This was found during code review of similar issues. > > Signed-off-by: Andre Muezerie > --- Reviewed-by: Morten Brørup CNXK crypto & OpenSSL crypto driver maintainers, please review/ack.

[PATCH v3 3/3] drivers/crypto: use RTE_BIT64 in initializations of hash_algos

2025-01-27 Thread Andre Muezerie
This was found during code review of similar issues. Signed-off-by: Andre Muezerie --- drivers/crypto/cnxk/cnxk_cryptodev_capabilities.c | 4 ++-- drivers/crypto/openssl/rte_openssl_pmd_ops.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/crypto/cnxk/cnxk_c