[dpdk-dev] [pull-request] next-crypto 20.05 rc3

Akhil Goyal akhil.goyal at nxp.com
Sun May 17 16:12:57 CEST 2020


The following changes since commit 2e9088556613ed03a15fc08e866bc96475269c0f:

  test/graph: fix memory leaks in performance tests (2020-05-15 11:00:55 +0200)

are available in the Git repository at:

  http://dpdk.org/git/next/dpdk-next-crypto 

for you to fetch changes up to 05b4c45694c5b2056aa09fd53522d910d73c58b8:

  crypto/virtio: enable OOP feature flag (2020-05-17 19:40:44 +0530)

----------------------------------------------------------------
Akhil Goyal (1):
      drivers/crypto: fix gcc 10 no-common errors

Ankur Dwivedi (2):
      crypto/octeontx2: enable non-byte aligned data feature
      crypto/octeontx: enable non-byte aligned data feature

Anoob Joseph (4):
      test/crypto: remove tests for unsupported descriptors
      common/octeontx2: fix out of bounds access
      crypto/octeontx2: improve error handling
      crypto/octeontx: improve sym sessionless code path

Apeksha Gupta (1):
      test/crypto: fix statistics case

Jay Zhou (1):
      crypto/virtio: enable OOP feature flag

Mairtin o Loingsigh (1):
      doc: fix missing release notes for QAT

Tejasree Kondoj (1):
      net/octeontx2: update max pkt length for Inline IPsec

Yunjian Wang (2):
      crypto/caam_jr: fix wrong check of fd
      crypto/caam_jr: fix the functions to use the correct type

 app/test/test_cryptodev.c                         |  58 +-----
 doc/guides/cryptodevs/features/octeontx.ini       |   1 +
 doc/guides/cryptodevs/features/octeontx2.ini      |   1 +
 doc/guides/cryptodevs/features/virtio.ini         |   1 +
 doc/guides/rel_notes/release_20_05.rst            |   4 +
 drivers/common/cpt/cpt_ucode.h                    |  75 --------
 drivers/common/dpaax/Makefile                     |   3 +-
 drivers/common/dpaax/caamflib.c                   |  16 ++
 drivers/common/dpaax/meson.build                  |   4 +-
 drivers/common/dpaax/rte_common_dpaax_version.map |   4 +
 drivers/common/octeontx2/otx2_sec_idev.c          |   4 +-
 drivers/crypto/caam_jr/Makefile                   |   7 -
 drivers/crypto/caam_jr/caam_jr.c                  |  25 ++-
 drivers/crypto/caam_jr/caam_jr_hw_specific.h      |   2 +-
 drivers/crypto/caam_jr/caam_jr_pvt.h              |   9 +-
 drivers/crypto/caam_jr/caam_jr_uio.c              |  34 ++--
 drivers/crypto/caam_jr/meson.build                |   5 -
 drivers/crypto/dpaa2_sec/Makefile                 |   7 -
 drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c       |   4 +-
 drivers/crypto/dpaa2_sec/meson.build              |   5 -
 drivers/crypto/dpaa_sec/Makefile                  |   7 -
 drivers/crypto/dpaa_sec/dpaa_sec.c                |   2 -
 drivers/crypto/dpaa_sec/meson.build               |   5 -
 drivers/crypto/octeontx/otx_cryptodev_ops.c       | 210 ++++++++++++----------
 drivers/crypto/octeontx2/otx2_cryptodev.c         |   1 +
 drivers/crypto/octeontx2/otx2_cryptodev_ops.c     |  43 ++++-
 drivers/crypto/virtio/virtio_cryptodev.c          |   3 +-
 drivers/net/octeontx2/otx2_ethdev_sec.c           |   4 +-
 28 files changed, 245 insertions(+), 299 deletions(-)
 create mode 100644 drivers/common/dpaax/caamflib.c


More information about the dev mailing list