> -----Original Message----- > From: Trahe, Fiona > Sent: Monday, January 29, 2018 6:34 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>; Trahe, Fiona > <fiona.tr...@intel.com>; sta...@dpdk.org > Subject: [PATCH] crypto/qat: fix truncated response ring value > > 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 <fiona.tr...@intel.com>
Added "Coverity issue: 194998". Applied to dpdk-next-crypto. Thanks, Pablo