* [dpdk-dev] [pull-request] next-crypto 19.05 rc3
@ 2019-05-01 14:26 Akhil Goyal
2019-05-01 14:26 ` Akhil Goyal
2019-05-01 21:07 ` Thomas Monjalon
0 siblings, 2 replies; 4+ messages in thread
From: Akhil Goyal @ 2019-05-01 14:26 UTC (permalink / raw)
To: thomas; +Cc: dev
The following changes since commit 7f251bcf22c5729792f9243480af1b3c072876a5:
version: 19.05-rc2 (2019-04-23 00:43:52 +0200)
are available in the Git repository at:
http://dpdk.org/git/next/dpdk-next-crypto
for you to fetch changes up to 035c9fb61cb3d1053bdb291d45a0ca13a69230f6:
doc/crypto: add release notes and updates for qat PMD (2019-05-01 19:42:47 +0530)
----------------------------------------------------------------
Akhil Goyal (1):
examples/ipsec-secgw: fix pool usage for security session
Anoob Joseph (1):
crypto/octeontx: use distinct metabuf pool for each queue
Arek Kusztal (1):
doc/crypto: add release notes and updates for qat PMD
Ayuj Verma (1):
crypto: include dependency in asym header
Bruce Richardson (3):
crypto/aesni_gcm: add dependency version check
crypto/aesni_mb: cleanup of version check code
crypto/aesni_gcm: add check for build dependency
Fiona Trahe (1):
crypto/qat: fix NULL cipher algo for non 8-byte multiple
Konstantin Ananyev (1):
examples/ipsec-secgw: fix SPD no-match is misinterpreted
doc/guides/cryptodevs/features/qat.ini | 2 +
doc/guides/cryptodevs/qat.rst | 81 ++++++++++++-----
doc/guides/rel_notes/release_19_05.rst | 6 ++
drivers/common/cpt/cpt_common.h | 10 ++-
drivers/common/cpt/cpt_ucode.h | 24 +++--
drivers/crypto/aesni_gcm/Makefile | 19 +++-
drivers/crypto/aesni_gcm/meson.build | 11 +++
drivers/crypto/aesni_mb/meson.build | 18 ++--
drivers/crypto/octeontx/otx_cryptodev.c | 3 -
drivers/crypto/octeontx/otx_cryptodev_hw_access.c | 105 ++++++++++++++++++++--
drivers/crypto/octeontx/otx_cryptodev_hw_access.h | 7 +-
drivers/crypto/octeontx/otx_cryptodev_ops.c | 98 ++------------------
drivers/crypto/octeontx/otx_cryptodev_ops.h | 3 -
drivers/crypto/qat/qat_sym_session.c | 3 +-
examples/ipsec-secgw/ipsec-secgw.c | 25 +++---
examples/ipsec-secgw/ipsec.c | 4 +-
examples/ipsec-secgw/ipsec.h | 14 ++-
examples/ipsec-secgw/sa.c | 35 ++++++--
examples/ipsec-secgw/sp4.c | 49 +++++++++-
examples/ipsec-secgw/sp6.c | 49 +++++++++-
lib/librte_cryptodev/rte_crypto_asym.h | 2 +
21 files changed, 380 insertions(+), 188 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [dpdk-dev] [pull-request] next-crypto 19.05 rc3
2019-05-01 14:26 [dpdk-dev] [pull-request] next-crypto 19.05 rc3 Akhil Goyal
@ 2019-05-01 14:26 ` Akhil Goyal
2019-05-01 21:07 ` Thomas Monjalon
1 sibling, 0 replies; 4+ messages in thread
From: Akhil Goyal @ 2019-05-01 14:26 UTC (permalink / raw)
To: thomas; +Cc: dev
The following changes since commit 7f251bcf22c5729792f9243480af1b3c072876a5:
version: 19.05-rc2 (2019-04-23 00:43:52 +0200)
are available in the Git repository at:
http://dpdk.org/git/next/dpdk-next-crypto
for you to fetch changes up to 035c9fb61cb3d1053bdb291d45a0ca13a69230f6:
doc/crypto: add release notes and updates for qat PMD (2019-05-01 19:42:47 +0530)
----------------------------------------------------------------
Akhil Goyal (1):
examples/ipsec-secgw: fix pool usage for security session
Anoob Joseph (1):
crypto/octeontx: use distinct metabuf pool for each queue
Arek Kusztal (1):
doc/crypto: add release notes and updates for qat PMD
Ayuj Verma (1):
crypto: include dependency in asym header
Bruce Richardson (3):
crypto/aesni_gcm: add dependency version check
crypto/aesni_mb: cleanup of version check code
crypto/aesni_gcm: add check for build dependency
Fiona Trahe (1):
crypto/qat: fix NULL cipher algo for non 8-byte multiple
Konstantin Ananyev (1):
examples/ipsec-secgw: fix SPD no-match is misinterpreted
doc/guides/cryptodevs/features/qat.ini | 2 +
doc/guides/cryptodevs/qat.rst | 81 ++++++++++++-----
doc/guides/rel_notes/release_19_05.rst | 6 ++
drivers/common/cpt/cpt_common.h | 10 ++-
drivers/common/cpt/cpt_ucode.h | 24 +++--
drivers/crypto/aesni_gcm/Makefile | 19 +++-
drivers/crypto/aesni_gcm/meson.build | 11 +++
drivers/crypto/aesni_mb/meson.build | 18 ++--
drivers/crypto/octeontx/otx_cryptodev.c | 3 -
drivers/crypto/octeontx/otx_cryptodev_hw_access.c | 105 ++++++++++++++++++++--
drivers/crypto/octeontx/otx_cryptodev_hw_access.h | 7 +-
drivers/crypto/octeontx/otx_cryptodev_ops.c | 98 ++------------------
drivers/crypto/octeontx/otx_cryptodev_ops.h | 3 -
drivers/crypto/qat/qat_sym_session.c | 3 +-
examples/ipsec-secgw/ipsec-secgw.c | 25 +++---
examples/ipsec-secgw/ipsec.c | 4 +-
examples/ipsec-secgw/ipsec.h | 14 ++-
examples/ipsec-secgw/sa.c | 35 ++++++--
examples/ipsec-secgw/sp4.c | 49 +++++++++-
examples/ipsec-secgw/sp6.c | 49 +++++++++-
lib/librte_cryptodev/rte_crypto_asym.h | 2 +
21 files changed, 380 insertions(+), 188 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [pull-request] next-crypto 19.05 rc3
2019-05-01 14:26 [dpdk-dev] [pull-request] next-crypto 19.05 rc3 Akhil Goyal
2019-05-01 14:26 ` Akhil Goyal
@ 2019-05-01 21:07 ` Thomas Monjalon
2019-05-01 21:07 ` Thomas Monjalon
1 sibling, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2019-05-01 21:07 UTC (permalink / raw)
To: Akhil Goyal; +Cc: dev
01/05/2019 16:26, Akhil Goyal:
> http://dpdk.org/git/next/dpdk-next-crypto
Pulled, thanks
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-05-01 21:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-01 14:26 [dpdk-dev] [pull-request] next-crypto 19.05 rc3 Akhil Goyal
2019-05-01 14:26 ` Akhil Goyal
2019-05-01 21:07 ` Thomas Monjalon
2019-05-01 21:07 ` 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).