[dpdk-dev] [PATCH v2 0/3] crypto/mvsam: yet another round of features

Andrzej Ostruszka amo at semihalf.com
Fri Sep 21 15:24:51 CEST 2018


Following changes are introduced in this patch series:

* Add S/G support.
* Start using common/mvep for DMA memory initialization.
* Add dynamic logging support.

Note that 'crypto/mvsam: common use initialization' relies on
'net/mvpp2: use common code to initialize DMA' which is now on
dpdk-next-net/master.

v2:
  * rebased on top of next-net (some patches could not apply correctly)
  * in Makefiles for conditional testing 'findstring' used instead of
    'filter' (it is slightly better for that purpose and agrees with
    pending NETA patches so it should make applying/rebasing easier).

Dmitri Epshtein (1):
  crypto/mvsam: use common initialization

Tomasz Duszynski (1):
  crypto/mvsam: add dynamic logging support

Zyta Szpak (1):
  crypto/mvsam: add S/G support to crypto dirver

 config/common_base                          |   1 -
 drivers/common/Makefile                     |   4 +-
 drivers/crypto/mvsam/Makefile               |   3 +-
 drivers/crypto/mvsam/meson.build            |   2 +-
 drivers/crypto/mvsam/rte_mrvl_pmd.c         | 193 +++++++++++++++++-----------
 drivers/crypto/mvsam/rte_mrvl_pmd_ops.c     |  10 +-
 drivers/crypto/mvsam/rte_mrvl_pmd_private.h |  34 ++---
 mk/rte.app.mk                               |   4 +-
 8 files changed, 144 insertions(+), 107 deletions(-)

-- 
2.7.4



More information about the dev mailing list