* Re: [dpdk-dev] [pull-request] next-crypto 19.05 rc2
@ 2019-04-18 14:20 Akhil Goyal
2019-04-18 14:20 ` Akhil Goyal
0 siblings, 1 reply; 6+ messages in thread
From: Akhil Goyal @ 2019-04-18 14:20 UTC (permalink / raw)
To: dev, thomas; +Cc: Akhil Goyal
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(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [pull-request] next-crypto 19.05 rc2
2019-04-18 14:20 [dpdk-dev] [pull-request] next-crypto 19.05 rc2 Akhil Goyal
@ 2019-04-18 14:20 ` Akhil Goyal
0 siblings, 0 replies; 6+ messages in thread
From: Akhil Goyal @ 2019-04-18 14:20 UTC (permalink / raw)
To: dev, thomas; +Cc: Akhil Goyal
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(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [pull-request] next-crypto 19.05 rc2
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
1 sibling, 1 reply; 6+ messages in thread
From: Thomas Monjalon @ 2019-04-18 21:41 UTC (permalink / raw)
To: Akhil Goyal; +Cc: dev
18/04/2019 16:03, Akhil Goyal:
> http://dpdk.org/git/next/dpdk-next-crypto
Pulled, thanks
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [dpdk-dev] [pull-request] next-crypto 19.05 rc2
2019-04-18 21:41 ` Thomas Monjalon
@ 2019-04-18 21:41 ` Thomas Monjalon
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Monjalon @ 2019-04-18 21:41 UTC (permalink / raw)
To: Akhil Goyal; +Cc: dev
18/04/2019 16:03, Akhil Goyal:
> http://dpdk.org/git/next/dpdk-next-crypto
Pulled, thanks
^ permalink raw reply [flat|nested] 6+ messages in thread
* [dpdk-dev] [pull-request] next-crypto 19.05 rc2
@ 2019-04-18 14:03 Akhil Goyal
2019-04-18 14:03 ` Akhil Goyal
2019-04-18 21:41 ` Thomas Monjalon
0 siblings, 2 replies; 6+ messages in thread
From: Akhil Goyal @ 2019-04-18 14:03 UTC (permalink / raw)
To: thomas; +Cc: dev
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(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [dpdk-dev] [pull-request] next-crypto 19.05 rc2
2019-04-18 14:03 Akhil Goyal
@ 2019-04-18 14:03 ` Akhil Goyal
2019-04-18 21:41 ` Thomas Monjalon
1 sibling, 0 replies; 6+ messages in thread
From: Akhil Goyal @ 2019-04-18 14:03 UTC (permalink / raw)
To: thomas; +Cc: dev
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(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-04-18 21:41 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-18 14:20 [dpdk-dev] [pull-request] next-crypto 19.05 rc2 Akhil Goyal
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
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).