From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrzej Ostruszka Subject: [PATCH v2 0/6] crypto/mvsam: add new features and fixes Date: Fri, 21 Sep 2018 16:53:53 +0200 Message-ID: <1537541639-22764-1-git-send-email-amo@semihalf.com> References: <1535118895-6505-1-git-send-email-tdu@semihalf.com> Cc: mw@semihalf.com, nadavh@marvell.com To: dev@dpdk.org Return-path: Received: from mail-lf1-f67.google.com (mail-lf1-f67.google.com [209.85.167.67]) by dpdk.org (Postfix) with ESMTP id 908D51DA4 for ; Fri, 21 Sep 2018 16:54:01 +0200 (CEST) Received: by mail-lf1-f67.google.com with SMTP id m26-v6so11726591lfb.0 for ; Fri, 21 Sep 2018 07:54:01 -0700 (PDT) In-Reply-To: <1535118895-6505-1-git-send-email-tdu@semihalf.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch series introduces following changes: * Add support for HMAC SHA224, AES ECB and NULL algorithms. * Update hash digest sizes to match hardware capabilities. * Fix a shared build. v2: * added Cc: stable@dpdk.org to couple of patches * rephrased the subject/commit msgs Szymon Sliwa (1): crypto/mvsam: update hash digest sizes Tomasz Duszynski (5): crypto/mvsam: fix shared library build crypto/mvsam: support for HMAC SHA224 crypto/mvsam: support for AES ECB crypto/mvsam: support for crypto/auth NULL algorithms crypto/mvsam: add 3DES ECB to the capabilities list drivers/crypto/mvsam/Makefile | 2 +- drivers/crypto/mvsam/rte_mrvl_pmd.c | 15 ++++ drivers/crypto/mvsam/rte_mrvl_pmd_ops.c | 150 +++++++++++++++++++++++++++----- 3 files changed, 144 insertions(+), 23 deletions(-) -- 2.7.4