RE: [EXTERNAL] [PATCH] crypto/qat: fix incorrect sm3 state size

2025-03-02 Thread Akhil Goyal
> This commit fixes incorrectly set state size within > the QAT PMD. > > Fixes: 75fd4bbc94ab ("crypto/qat: support SM3 hash algorithm") > Cc: sta...@dpdk.org > > Signed-off-by: Arkadiusz Kusztal Applied to dpdk-next-crypto

[PATCH] crypto/qat: fix incorrect sm3 state size

2025-02-26 Thread Arkadiusz Kusztal
This commit fixes incorrectly set state size within the QAT PMD. Fixes: 75fd4bbc94ab ("crypto/qat: support SM3 hash algorithm") Cc: sta...@dpdk.org Signed-off-by: Arkadiusz Kusztal --- drivers/crypto/qat/qat_sym_session.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dri