> -----Original Message----- > From: Jain, Deepak K > Sent: Wednesday, September 21, 2016 2:54 AM > To: Trahe, Fiona; dev at dpdk.org > Cc: De Lara Guarch, Pablo; Trahe, Fiona > Subject: RE: [dpdk-dev] [PATCH v3 1/2] crypto/qat: code cleanup > > > > > -----Original Message----- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Fiona Trahe > > Sent: Friday, September 16, 2016 3:20 PM > > To: dev at dpdk.org > > Cc: De Lara Guarch, Pablo <pablo.de.lara.guarch at intel.com>; Trahe, Fiona > > <fiona.trahe at intel.com> > > Subject: [dpdk-dev] [PATCH v3 1/2] crypto/qat: code cleanup > > > > Cleanup of unused code. > > Rename and simplify a badly named struct element, was aes, but used for > all > > types of ciphers Print correct error msg (Unsupported rather than > > Undefined) for all ciphers not supported by qat PMD. > > > > Signed-off-by: Fiona Trahe <fiona.trahe at intel.com> > > --- > > drivers/crypto/qat/qat_adf/icp_qat_hw.h | 10 ++-- > > drivers/crypto/qat/qat_adf/qat_algs.h | 1 - > > drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 63 > > +++--------------------- > > drivers/crypto/qat/qat_crypto.c | 6 ++- > > 4 files changed, 16 insertions(+), 64 deletions(-) > > > > -- > > 2.5.0 > Acked-by: Deepak Kumar Jain <deepak.k.jain at intel.com>
Applied to dpdk-next-crypto. Thanks, Pablo