DPDK patches and discussions
 help / color / mirror / Atom feed
From: Akhil Goyal <akhil.goyal@nxp.com>
To: "dev@dpdk.org" <dev@dpdk.org>,
	"thomas@monjalon.net" <thomas@monjalon.net>
Cc: Akhil Goyal <akhil.goyal@nxp.com>
Subject: Re: [dpdk-dev] [pull-request] next-crypto 19.05 rc2
Date: Thu, 18 Apr 2019 14:20:46 +0000	[thread overview]
Message-ID: <VI1PR04MB4893B32B03733C1FADA11BFAE6260@VI1PR04MB4893.eurprd04.prod.outlook.com> (raw)
Message-ID: <20190418142046.oahY4acMOqQXoZJB0Kxwv7qqceSBPPiuLRqAi4D9hwA@z> (raw)

Ipsec-secgw patches are breaking the lookaside cases. So pushing them for RC3.

> 
> The following changes since commit
> 380154406dc8ce6f46a1c3e4e9fced5ba67644a1:
> 
>   build: use default flags for default Arm machine (2019-04-17 22:28:39 +0200)
> 
> are available in the Git repository at:
> 
> 
> http://dpdk.org/git/next/dpdk-next-crypto
 
> for you to fetch changes up to 44bf56300e3f3ed81b6ac2b72fc9a0ac70984446:
> 
>   drivers/crypto: fix session destroy for dpaa and dpaa2 (2019-04-18 19:31:28
> +0530)
> 
> ----------------------------------------------------------------
> Akhil Goyal (1):
>       drivers/crypto: fix session destroy for dpaa and dpaa2
> 
> Bernard Iremonger (2):
>       app/test/ipsec: fix test initialisation
>       app/test/ipsec: fix logic around dequeue burst
> 
> Bruce Richardson (1):
>       app/test-crypto-perf: fix missing bounds check on socket id
> 
> Fiona Trahe (2):
>       compress/qat: fixed data-plane return from QAT PMD
>       doc/crypto: fix missing asymmetric algo table
> 
> Gagandeep Singh (3):
>       crypto/caam_jr: fix the shared desc endianness
>       crypto/caam_jr: fix total length in AUTH only sg case
>       crypto/caam_jr: fix memory leak and illegal memory access
> 
> Marko Kovacevic (3):
>       examples/fips_validation: fix hmac test failure
>       examples/fips_validation: fix cmac test failure
>       cryptodev: fix uninitialized session clear
> 
> Pablo de Lara (2):
>       doc: add missing algorithms for AESNI MB PMD
>       crypto/aesni_gcm: use architecture independent API
> 
> Tomasz Jozwiak (1):
>       test/compress: add max mbuf size test case
> 
>  .gitignore                                       |   1 +
>  app/test-crypto-perf/main.c                      |   5 +
>  app/test/test_compressdev.c                      | 158 +++++++++++++++++++----
>  app/test/test_ipsec.c                            |  80 ++++++------
>  doc/guides/conf.py                               |   5 +
>  doc/guides/cryptodevs/aesni_gcm.rst              |   9 +-
>  doc/guides/cryptodevs/features/aesni_gcm.ini     |   6 +
>  doc/guides/cryptodevs/features/aesni_mb.ini      |  14 ++
>  doc/guides/cryptodevs/features/armv8.ini         |   5 +
>  doc/guides/cryptodevs/features/caam_jr.ini       |   5 +
>  doc/guides/cryptodevs/features/ccp.ini           |   5 +
>  doc/guides/cryptodevs/features/default.ini       |   9 ++
>  doc/guides/cryptodevs/features/dpaa2_sec.ini     |   5 +
>  doc/guides/cryptodevs/features/dpaa_sec.ini      |   5 +
>  doc/guides/cryptodevs/features/kasumi.ini        |   5 +
>  doc/guides/cryptodevs/features/mvsam.ini         |   5 +
>  doc/guides/cryptodevs/features/null.ini          |   5 +
>  doc/guides/cryptodevs/features/octeontx.ini      |   5 +
>  doc/guides/cryptodevs/features/qat.ini           |   5 +
>  doc/guides/cryptodevs/features/snow3g.ini        |   5 +
>  doc/guides/cryptodevs/features/virtio.ini        |   5 +
>  doc/guides/cryptodevs/features/zuc.ini           |   5 +
>  doc/guides/cryptodevs/openssl.rst                |   8 ++
>  doc/guides/cryptodevs/overview.rst               |   7 +
>  drivers/compress/qat/qat_comp.c                  |   6 +-
>  drivers/crypto/aesni_gcm/aesni_gcm_ops.h         |  66 ++--------
>  drivers/crypto/aesni_gcm/aesni_gcm_pmd.c         |  77 +++++++++--
>  drivers/crypto/aesni_gcm/aesni_gcm_pmd_ops.c     |   4 +-
>  drivers/crypto/aesni_gcm/aesni_gcm_pmd_private.h |   6 +-
>  drivers/crypto/caam_jr/caam_jr.c                 |   4 +-
>  drivers/crypto/caam_jr/caam_jr_uio.c             |  10 +-
>  drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c      |   2 +-
>  drivers/crypto/dpaa_sec/dpaa_sec.c               |   2 +-
>  examples/fips_validation/fips_validation.c       |  80 +++++++-----
>  examples/fips_validation/main.c                  |   8 +-
>  lib/librte_cryptodev/rte_cryptodev.c             |   2 +
>  36 files changed, 454 insertions(+), 180 deletions(-)

             reply	other threads:[~2019-04-18 14:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-18 14:20 Akhil Goyal [this message]
2019-04-18 14:20 ` Akhil Goyal
  -- strict thread matches above, loose matches on Subject: below --
2019-04-18 14:03 Akhil Goyal
2019-04-18 14:03 ` Akhil Goyal
2019-04-18 21:41 ` Thomas Monjalon
2019-04-18 21:41   ` Thomas Monjalon

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=VI1PR04MB4893B32B03733C1FADA11BFAE6260@VI1PR04MB4893.eurprd04.prod.outlook.com \
    --to=akhil.goyal@nxp.com \
    --cc=dev@dpdk.org \
    --cc=thomas@monjalon.net \
    /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).