Re: [dpdk-dev] [PATCH] crypto/qat: fix truncated response ring value

2018-01-29 Thread De Lara Guarch, Pablo
> -Original Message- > From: Trahe, Fiona > Sent: Monday, January 29, 2018 6:34 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Trahe, Fiona > ; sta...@dpdk.org > Subject: [PATCH] crypto/qat: fix truncated response ring value > > Issue detected by coverity. Could never actually cause

[dpdk-dev] [PATCH] crypto/qat: fix truncated response ring value

2018-01-29 Thread Fiona Trahe
Issue detected by coverity. Could never actually cause a problem as truncated value (0x7f7f7f7f->0x7f) is what's needed. But fix in code for correctness. Fixes: 571365dd4c5e ("crypto/qat: enable Rx head writes coalescing") Cc: sta...@dpdk.org Signed-off-by: Fiona Trahe --- drivers/crypto/qat/qa