From: Akhil Goyal <akhil.goyal@nxp.com>
To: Hemant Agrawal <hemant.agrawal@nxp.com>, "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v2 00/10] NXP DPAAx crypto fixes
Date: Tue, 15 Oct 2019 13:30:34 +0000 [thread overview]
Message-ID: <VE1PR04MB6639472834F7CE4944F91820E6930@VE1PR04MB6639.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <VE1PR04MB6639DF2AF10BD27EEA17124AE6930@VE1PR04MB6639.eurprd04.prod.outlook.com>
>
>
> >
> > >
> > > This patch series largely content
> > > 1. fixes in crypto drivers
> > > 2. supprot ESN like cases
> > > 3. enabling snow/ZUC for dpaa_sec
> > >
> > > v2: fix the clang compilation errors in 10/10
> > >
> > > Hemant Agrawal (7):
> > > test/crypto: fix PDCP test support
> > > crypto/dpaa2_sec: fix ipv6 support
> > > test/crypto: increase test cases support for dpaax
> > > test/crypto: add test to test ESN like case
> > > crypto/dpaa_sec: add support for snow3G and ZUC
> > > test/crypto: enable snow3G and zuc cases for dpaa
> > > crypto/dpaa_sec: code reorg for better session mgmt
> > >
> > > Vakul Garg (3):
> > > crypto/dpaa_sec: fix to check for aead as well
> > > crypto/dpaa2_sec: enhance gcm descs to not skip aadt
> > > crypto/dpaa2_sec: add support of auth trailer in cipher-auth
> > >
> > > app/test/test_cryptodev.c | 483 ++++++++++-
> > > app/test/test_cryptodev_aes_test_vectors.h | 67 ++
> > > doc/guides/cryptodevs/dpaa_sec.rst | 4 +
> > > doc/guides/cryptodevs/features/dpaa_sec.ini | 4 +
> > > drivers/crypto/caam_jr/caam_jr.c | 24 +-
> > > drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 47 +-
> > > drivers/crypto/dpaa2_sec/hw/desc/algo.h | 10 -
> > > drivers/crypto/dpaa2_sec/hw/desc/ipsec.h | 167 ++--
> > > drivers/crypto/dpaa_sec/dpaa_sec.c | 885 +++++++++++++-------
> > > drivers/crypto/dpaa_sec/dpaa_sec.h | 109 ++-
> > > 10 files changed, 1320 insertions(+), 480 deletions(-)
> > >
> > > --
> > > 2.17.1
> >
> > Series
> > Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
>
> Patch titles and description need to be updates.
> Will do so while applying the series.
Applied to dpdk-next-crypto
Thanks.
prev parent reply other threads:[~2019-10-15 13:30 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-11 16:32 [dpdk-dev] [PATCH " Hemant Agrawal
2019-10-11 16:32 ` [dpdk-dev] [PATCH 01/10] test/crypto: fix PDCP test support Hemant Agrawal
2019-10-11 16:32 ` [dpdk-dev] [PATCH 02/10] crypto/dpaa2_sec: fix ipv6 support Hemant Agrawal
2019-10-11 16:32 ` [dpdk-dev] [PATCH 03/10] crypto/dpaa_sec: fix to check for aead as well Hemant Agrawal
2019-10-11 16:32 ` [dpdk-dev] [PATCH 04/10] crypto/dpaa2_sec: enhance gcm descs to not skip aadt Hemant Agrawal
2019-10-11 16:32 ` [dpdk-dev] [PATCH 05/10] crypto/dpaa2_sec: add support of auth trailer in cipher-auth Hemant Agrawal
2019-10-11 16:32 ` [dpdk-dev] [PATCH 06/10] test/crypto: increase test cases support for dpaax Hemant Agrawal
2019-10-11 16:32 ` [dpdk-dev] [PATCH 07/10] test/crypto: add test to test ESN like case Hemant Agrawal
2019-10-11 16:32 ` [dpdk-dev] [PATCH 08/10] crypto/dpaa_sec: add support for snow3G and ZUC Hemant Agrawal
2019-10-11 16:32 ` [dpdk-dev] [PATCH 09/10] test/crypto: enable snow3G and zuc cases for dpaa Hemant Agrawal
2019-10-11 16:32 ` [dpdk-dev] [PATCH 10/10] crypto/dpaa_sec: code reorg for better session mgmt Hemant Agrawal
2019-10-11 19:03 ` Aaron Conole
2019-10-14 4:57 ` Hemant Agrawal
2019-10-14 6:53 ` [dpdk-dev] [PATCH v2 00/10] NXP DPAAx crypto fixes Hemant Agrawal
2019-10-14 6:53 ` [dpdk-dev] [PATCH v2 01/10] test/crypto: fix PDCP test support Hemant Agrawal
2019-10-14 6:53 ` [dpdk-dev] [PATCH v2 02/10] crypto/dpaa2_sec: fix ipv6 support Hemant Agrawal
2019-10-14 6:53 ` [dpdk-dev] [PATCH v2 03/10] crypto/dpaa_sec: fix to check for aead as well Hemant Agrawal
2019-10-14 6:53 ` [dpdk-dev] [PATCH v2 04/10] crypto/dpaa2_sec: enhance gcm descs to not skip aadt Hemant Agrawal
2019-10-14 6:53 ` [dpdk-dev] [PATCH v2 05/10] crypto/dpaa2_sec: add support of auth trailer in cipher-auth Hemant Agrawal
2019-10-14 6:53 ` [dpdk-dev] [PATCH v2 06/10] test/crypto: increase test cases support for dpaax Hemant Agrawal
2019-10-14 6:53 ` [dpdk-dev] [PATCH v2 07/10] test/crypto: add test to test ESN like case Hemant Agrawal
2019-10-14 6:53 ` [dpdk-dev] [PATCH v2 08/10] crypto/dpaa_sec: add support for snow3G and ZUC Hemant Agrawal
2019-10-14 6:53 ` [dpdk-dev] [PATCH v2 09/10] test/crypto: enable snow3G and zuc cases for dpaa Hemant Agrawal
2019-10-14 6:53 ` [dpdk-dev] [PATCH v2 10/10] crypto/dpaa_sec: code reorg for better session mgmt Hemant Agrawal
2019-10-15 12:50 ` [dpdk-dev] [PATCH v2 00/10] NXP DPAAx crypto fixes Akhil Goyal
2019-10-15 12:51 ` Akhil Goyal
2019-10-15 13:30 ` Akhil Goyal [this message]
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=VE1PR04MB6639472834F7CE4944F91820E6930@VE1PR04MB6639.eurprd04.prod.outlook.com \
--to=akhil.goyal@nxp.com \
--cc=dev@dpdk.org \
--cc=hemant.agrawal@nxp.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).