mbox series

[v2,0/3] crypto/mvsam: yet another round of features

Message ID 1537536294-16703-1-git-send-email-amo@semihalf.com (mailing list archive)
Headers
Series crypto/mvsam: yet another round of features |

Message

Andrzej Ostruszka Sept. 21, 2018, 1:24 p.m. UTC
  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(-)
  

Comments

Akhil Goyal Oct. 1, 2018, 1:26 p.m. UTC | #1
On 9/21/2018 6:54 PM, Andrzej Ostruszka wrote:
> 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(-)
>
Series applied to dpdk-next-crypto

Thanks