RE: [EXTERNAL] [v3] crypto/dpaa2_sec: rework debug code

2024-11-06 Thread Akhil Goyal
> Move the duplicate code in a common function and > remove un-necessary newline characters from the logs. > > Signed-off-by: Jun Yang > Signed-off-by: Gagandeep Singh > --- Applied to dpdk-next-crypto Thanks.

Re: [v3] crypto/dpaa2_sec: rework debug code

2024-10-10 Thread David Marchand
On Thu, Oct 10, 2024 at 8:03 AM Gagandeep Singh wrote: > > Move the duplicate code in a common function and > remove un-necessary newline characters from the logs. > > Signed-off-by: Jun Yang > Signed-off-by: Gagandeep Singh There was a network issue when testing this series in GHA. Recheck-req

[v3] crypto/dpaa2_sec: rework debug code

2024-10-09 Thread Gagandeep Singh
Move the duplicate code in a common function and remove un-necessary newline characters from the logs. Signed-off-by: Jun Yang Signed-off-by: Gagandeep Singh --- drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 110 1 file changed, 44 insertions(+), 66 deletions(-) diff --git