DPDK patches and discussions
 help / color / mirror / Atom feed
From: "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com>
To: "Jain, Deepak K" <deepak.k.jain@intel.com>,
	"Trahe, Fiona" <fiona.trahe@intel.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Cc: "Trahe, Fiona" <fiona.trahe@intel.com>
Subject: Re: [dpdk-dev] [PATCH v3 2/2] crypto/qat: adding support for 3DES	cipher algorithm
Date: Wed, 21 Sep 2016 21:10:51 +0000	[thread overview]
Message-ID: <E115CCD9D858EF4F90C690B0DCB4D8973C9FBAAC@IRSMSX108.ger.corp.intel.com> (raw)
In-Reply-To: <A09C9DDE180C7E429EC68E2BFB95C9033945EAE0@IRSMSX107.ger.corp.intel.com>



> -----Original Message-----
> From: Jain, Deepak K
> Sent: Wednesday, September 21, 2016 3:00 AM
> To: Trahe, Fiona; dev@dpdk.org
> Cc: De Lara Guarch, Pablo; Trahe, Fiona
> Subject: RE: [dpdk-dev] [PATCH v3 2/2] crypto/qat: adding support for 3DES
> cipher algorithm
> 
> > -----Original Message-----
> > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Fiona Trahe
> > Sent: Friday, September 16, 2016 3:20 PM
> > To: dev@dpdk.org
> > Cc: De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com>; Trahe, Fiona
> > <fiona.trahe@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@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@intel.com>

Applied to dpdk-next-crypto.
Thanks,

Pablo

  reply	other threads:[~2016-09-21 21:10 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-25 17:46 [dpdk-dev] [PATCH 0/2] Add 3DES support to Quickassist PMD Fiona Trahe
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-08-26 15:48     ` [dpdk-dev] [PATCH v2 1/2] crypto/qat: code cleanup Fiona Trahe
2016-09-15 18:01       ` [dpdk-dev] [PATCH v3 0/2] Add 3DES support to Quickassist PMD Fiona Trahe
2016-09-15 18:01       ` [dpdk-dev] [PATCH v3 1/2] crypto/qat: code cleanup Fiona Trahe
2016-09-15 18:01       ` [dpdk-dev] [PATCH v3 2/2] crypto/qat: adding support for 3DES cipher algorithm Fiona Trahe
2016-09-16 14:19       ` [dpdk-dev] [PATCH v3 0/2] Add 3DES support to Quickassist PMD Fiona Trahe
2016-09-16 14:19       ` [dpdk-dev] [PATCH v3 1/2] crypto/qat: code cleanup Fiona Trahe
2016-09-21  9:54         ` Jain, Deepak K
2016-09-21 21:10           ` De Lara Guarch, Pablo
2016-09-16 14:19       ` [dpdk-dev] [PATCH v3 2/2] crypto/qat: adding support for 3DES cipher algorithm Fiona Trahe
2016-09-21 10:00         ` Jain, Deepak K
2016-09-21 21:10           ` De Lara Guarch, Pablo [this message]
2016-08-26 15:49     ` [dpdk-dev] [PATCH v2 " Fiona Trahe
2016-09-07 18:26     ` [dpdk-dev] [PATCH v2 0/2] Add 3DES support to Quickassist PMD De Lara Guarch, Pablo
2016-08-25 17:47 ` [dpdk-dev] [PATCH 2/2] crypto/qat: adding support for 3DES cipher algorithm Fiona Trahe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E115CCD9D858EF4F90C690B0DCB4D8973C9FBAAC@IRSMSX108.ger.corp.intel.com \
    --to=pablo.de.lara.guarch@intel.com \
    --cc=deepak.k.jain@intel.com \
    --cc=dev@dpdk.org \
    --cc=fiona.trahe@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).