DPDK patches and discussions
 help / color / mirror / Atom feed
* Re: [dpdk-dev] [PATCH v2 0/2]  Add 3DES support to Quickassist PMD
       [not found] <1472226027-12781-1-git-send-email-y>
@ 2016-08-26 15:45 ` Trahe, Fiona
  0 siblings, 0 replies; 3+ messages in thread
From: Trahe, Fiona @ 2016-08-26 15:45 UTC (permalink / raw)
  To: dev
  Cc: De Lara Guarch, Pablo, Griffin, John, Jain, Deepak K, Kusztal,
	ArkadiuszX

Oops, sorry, typo in email address ! - will resend

-----Original Message-----
From: y@ecsmtp.ir.intel.com [mailto:y@ecsmtp.ir.intel.com] 
Sent: Friday, August 26, 2016 4:40 PM
To: dev@dpdk.org
Cc: De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>; Griffin, John <john.griffin@intel.com>; Jain, Deepak K <deepak.k.jain@intel.com>; Kusztal, ArkadiuszX <arkadiuszx.kusztal@intel.com>; Trahe, Fiona <fiona.trahe@intel.com>
Subject: [PATCH v2 0/2] Add 3DES support to Quickassist PMD

From: Fiona Trahe <fiona.trahe@intel.com>


Some preparatory cleanup done in QAT PMD for adding 3DES 3DES support added to QuickAssist PMD With CTR and CBC mode.
Both cipher-only and chained with HMAC_SHAx

3DES test code is dependent on the libcrypto patch, so will be sent separately after that patch 

Changes since v1:
* rebased qat.rst against Kasumi patch changes
  http://dpdk.org/dev/patchwork/patch/15320/
  http://dpdk.org/dev/patchwork/patch/15322/

Fiona Trahe (2):
  crypto/qat: code cleanup
  crypto/qat: adding support for 3DES cipher algorithm

 doc/guides/cryptodevs/qat.rst                    |  4 +-
 drivers/crypto/qat/qat_adf/icp_qat_hw.h          | 10 ++-
 drivers/crypto/qat/qat_adf/qat_algs.h            |  6 +-
 drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 88 ++++++++----------------
 drivers/crypto/qat/qat_crypto.c                  | 23 ++++++-
 5 files changed, 63 insertions(+), 68 deletions(-)

-- 
2.5.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH v2 0/2]  Add 3DES support to Quickassist PMD
  2016-08-26 15:48 ` [dpdk-dev] [PATCH v2 0/2] Add 3DES support to Quickassist PMD Fiona Trahe
@ 2016-09-07 18:26   ` De Lara Guarch, Pablo
  0 siblings, 0 replies; 3+ messages in thread
From: De Lara Guarch, Pablo @ 2016-09-07 18:26 UTC (permalink / raw)
  To: Trahe, Fiona, dev; +Cc: Griffin, John, Jain, Deepak K, Kusztal, ArkadiuszX

Hi Fiona,

> -----Original Message-----
> From: Trahe, Fiona
> Sent: Friday, August 26, 2016 8:49 AM
> To: dev@dpdk.org
> Cc: De Lara Guarch, Pablo; Griffin, John; Jain, Deepak K; Kusztal, ArkadiuszX;
> Trahe, Fiona
> Subject: [PATCH v2 0/2] Add 3DES support to Quickassist PMD
> 
> From: Fiona Trahe <fiona.trahe@intel.com>
> 
> 
> Some preparatory cleanup done in QAT PMD for adding 3DES 3DES support
> added to QuickAssist PMD With CTR and CBC mode.
> Both cipher-only and chained with HMAC_SHAx
> 
> 3DES test code is dependent on the libcrypto patch, so will be sent separately
> after that patch
> 
> Changes since v1:
> * rebased qat.rst against Kasumi patch changes
>   http://dpdk.org/dev/patchwork/patch/15320/
>   http://dpdk.org/dev/patchwork/patch/15322/
> 
> Fiona Trahe (2):
>   crypto/qat: code cleanup
>   crypto/qat: adding support for 3DES cipher algorithm
> 
>  doc/guides/cryptodevs/qat.rst                    |  4 +-
>  drivers/crypto/qat/qat_adf/icp_qat_hw.h          | 10 ++-
>  drivers/crypto/qat/qat_adf/qat_algs.h            |  6 +-
>  drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 88 ++++++++----------------
>  drivers/crypto/qat/qat_crypto.c                  | 23 ++++++-
>  5 files changed, 63 insertions(+), 68 deletions(-)
> 
> --
> 2.5.0

Could you send a v2 with a release notes update?

Thanks,
Pablo

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [dpdk-dev] [PATCH v2 0/2]  Add 3DES support to Quickassist PMD
  2016-08-25 17:46 [dpdk-dev] [PATCH 1/2] crypto/qat: code cleanup Fiona Trahe
@ 2016-08-26 15:48 ` Fiona Trahe
  2016-09-07 18:26   ` De Lara Guarch, Pablo
  0 siblings, 1 reply; 3+ messages in thread
From: Fiona Trahe @ 2016-08-26 15:48 UTC (permalink / raw)
  To: dev
  Cc: pablo.de.lara.guarch, john.griffin, deepak.k.jain,
	arkadiuszx.kusztal, fiona.trahe

From: Fiona Trahe <fiona.trahe@intel.com>


Some preparatory cleanup done in QAT PMD for adding 3DES 3DES support added to QuickAssist PMD With CTR and CBC mode.
Both cipher-only and chained with HMAC_SHAx

3DES test code is dependent on the libcrypto patch, so will be sent separately after that patch 

Changes since v1:
* rebased qat.rst against Kasumi patch changes
  http://dpdk.org/dev/patchwork/patch/15320/
  http://dpdk.org/dev/patchwork/patch/15322/

Fiona Trahe (2):
  crypto/qat: code cleanup
  crypto/qat: adding support for 3DES cipher algorithm

 doc/guides/cryptodevs/qat.rst                    |  4 +-
 drivers/crypto/qat/qat_adf/icp_qat_hw.h          | 10 ++-
 drivers/crypto/qat/qat_adf/qat_algs.h            |  6 +-
 drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 88 ++++++++----------------
 drivers/crypto/qat/qat_crypto.c                  | 23 ++++++-
 5 files changed, 63 insertions(+), 68 deletions(-)

-- 
2.5.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-07 18:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1472226027-12781-1-git-send-email-y>
2016-08-26 15:45 ` [dpdk-dev] [PATCH v2 0/2] Add 3DES support to Quickassist PMD Trahe, Fiona
2016-08-25 17:46 [dpdk-dev] [PATCH 1/2] crypto/qat: code cleanup Fiona Trahe
2016-08-26 15:48 ` [dpdk-dev] [PATCH v2 0/2] Add 3DES support to Quickassist PMD Fiona Trahe
2016-09-07 18:26   ` De Lara Guarch, Pablo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).