[dpdk-dev] [PATCH v3 2/2] crypto/qat: adding support for 3DES cipher algorithm

Jain, Deepak K deepak.k.jain at intel.com
Wed Sep 21 12:00:25 CEST 2016


> -----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 2/2] crypto/qat: adding support for 3DES
> cipher algorithm
> 
> 3DES support added to QuickAssist PMD
> With CTR and CBC mode.
> Both cipher-only and chained with HMAC_SHAx
> 
> This patch depends on following patch :
>   crypto/qat: enable support of Kasumi F8 in QAT cryptodev
>   http://dpdk.org/dev/patchwork/patch/15813/
> 
> Signed-off-by: Fiona Trahe <fiona.trahe at intel.com>
> ---
>  doc/guides/cryptodevs/qat.rst                    |  4 +-
>  doc/guides/rel_notes/release_16_11.rst           |  1 +
>  drivers/crypto/qat/qat_adf/qat_algs.h            |  5 ++
>  drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 25 +++++++++-
>  drivers/crypto/qat/qat_crypto.c                  | 59 +++++++++++++++++++++++-
>  5 files changed, 89 insertions(+), 5 deletions(-)
> 
> diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst
> index 3528499..16e5937 100644
> --- a/doc/guides/cryptodevs/qat.rst
> +++ b/doc/guides/cryptodevs/qat.rst
> @@ -42,6 +42,8 @@ The QAT PMD has support for:
> --
> 2.5.0
Acked-by: Deepak Kumar Jain <deepak.k.jain at intel.com>


More information about the dev mailing list