RE: [PATCH] crypto/qat: fix out-of-place header bytes in aead raw api

2025-05-21 Thread Akhil Goyal
> Hey Arek > > > -Original Message- > > From: Kusztal, ArkadiuszX > > Sent: Thursday 20 March 2025 16:57 > > To: dev@dpdk.org > > Cc: gak...@marvell.com; Ji, Kai ; Dooley, Brian > > ; Kusztal, ArkadiuszX > > ; sta...@dpdk.org > > Subj

RE: [PATCH] crypto/qat: fix out-of-place header bytes in aead raw api

2025-03-24 Thread Dooley, Brian
Hey Arek > -Original Message- > From: Kusztal, ArkadiuszX > Sent: Thursday 20 March 2025 16:57 > To: dev@dpdk.org > Cc: gak...@marvell.com; Ji, Kai ; Dooley, Brian > ; Kusztal, ArkadiuszX > ; sta...@dpdk.org > Subject: [PATCH] crypto/qat: fix out-of-place head

[PATCH] crypto/qat: fix out-of-place header bytes in aead raw api

2025-03-20 Thread Arkadiusz Kusztal
This commit fixes a problem with overwriting data in the OOP header in RAW API crypto processing when using AEAD algorithms. Fixes: 85fec6fd9674 ("crypto/qat: unify raw data path functions") Cc: sta...@dpdk.org Signed-off-by: Arkadiusz Kusztal --- drivers/crypto/qat/dev/qat_crypto_pmd_gens.h |