[dpdk-dev] [PATCH 0/3] Add DES capability to Intel QuickAssist Technology driver
De Lara Guarch, Pablo
pablo.de.lara.guarch at intel.com
Thu Dec 22 00:02:22 CET 2016
> -----Original Message-----
> From: Trahe, Fiona
> Sent: Wednesday, December 21, 2016 11:48 AM
> To: Kusztal, ArkadiuszX; dev at dpdk.org
> Cc: De Lara Guarch, Pablo; Griffin, John; Jain, Deepak K
> Subject: RE: [PATCH 0/3] Add DES capability to Intel QuickAssist Technology
> driver
>
>
>
> > -----Original Message-----
> > From: Kusztal, ArkadiuszX
> > Sent: Friday, December 2, 2016 2:16 PM
> > To: dev at dpdk.org
> > Cc: Trahe, Fiona <fiona.trahe at intel.com>; De Lara Guarch, Pablo
> > <pablo.de.lara.guarch at intel.com>; Griffin, John <john.griffin at intel.com>;
> > Jain, Deepak K <deepak.k.jain at intel.com>; Kusztal, ArkadiuszX
> > <arkadiuszx.kusztal at intel.com>
> > Subject: [PATCH 0/3] Add DES capability to Intel QuickAssist Technology
> driver
> >
> > This patchset adds Data Encryption Standard (DES) capability to Intel
> > QuickAssist
> > Technology driver and corresponding tests to test files.
> >
> > Arek Kusztal (3):
> > lib/librte_cryptodev: add DES CBC cipher algorithm
> > crypto/qat: add DES capability to Intel QAT driver
> > app/test: add DES tests to Intel QAT crypto test suite
> >
> > app/test/test_cryptodev.c | 18 ++++
> > app/test/test_cryptodev_blockcipher.c | 5 ++
> > app/test/test_cryptodev_blockcipher.h | 3 +-
> > app/test/test_cryptodev_des_test_vectors.h | 110
> > +++++++++++++++++++++++
> > doc/guides/cryptodevs/qat.rst | 1 +
> > doc/guides/rel_notes/release_17_02.rst | 6 ++
> > drivers/crypto/qat/qat_adf/qat_algs.h | 1 +
> > drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 16 ++++
> > drivers/crypto/qat/qat_crypto.c | 29 +++++-
> > lib/librte_cryptodev/rte_crypto_sym.h | 4 +
> > 10 files changed, 191 insertions(+), 2 deletions(-)
> >
> > --
> > 2.1.0
> Acked-by: Fiona Trahe <fiona.trahe at intel.com>
Applied to dpdk-next-crypto.
Thanks,
Pablo
More information about the dev
mailing list