From patchwork Fri Sep 21 13:24:51 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrzej Ostruszka X-Patchwork-Id: 45103 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9A1921DA4; Fri, 21 Sep 2018 15:24:57 +0200 (CEST) Received: from mail-lf1-f68.google.com (mail-lf1-f68.google.com [209.85.167.68]) by dpdk.org (Postfix) with ESMTP id 272481B53 for ; Fri, 21 Sep 2018 15:24:57 +0200 (CEST) Received: by mail-lf1-f68.google.com with SMTP id t22-v6so1698460lfb.7 for ; Fri, 21 Sep 2018 06:24:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=H+E0CnUiKSMnYfRYHc9Qelp5zSOKXixaVmWzGQ/lhHI=; b=SZe+3ZDny5KHxfqVpQAaE2jeO8xpfB3bLXmAJcShKTDo2v5ovweE8cKeh0eDWCc0O4 nN/XoJkwQ00BUF2BzqVOt9oc+ELLs73IBigvp+uSI7UoRRTrj0cr5SOenvRB+V7lRgi4 kohRPBiNpuiTUc4uFPLSfJme9v4kzxS7u+GbBCGpmFOaMPeadfalvmXKypuPvxLC7HbQ qhGGFedV2hqXTaoS0PefjBxAeC8/IlCDtpHLyD1qxSFWCezFZ5+A0qzd3kbBuQi0FcOF X4iHBTt3moG702ApPA0wD3m60MVptBBvIcCm7CbcA8fx/4ky5BAiKhJOX5DMQXqXGIBw N51g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=H+E0CnUiKSMnYfRYHc9Qelp5zSOKXixaVmWzGQ/lhHI=; b=EKh8npOwEgSTO99pmdvWsMcAHSrIFd8VjGN6CZn6y+/uSOMGl8j5vMzgbPCKEkVa+E IbQnrHh5vCIAASaeeJEYl3TgEkT9tz8XNkzYwmSzTN12MvR4/OHzBOjlCZSwNw4PXcav QC3LbQ6OxhI6d85St0TosY4/OuWJojOFXFGCeoMpspiB7Cm8Tgdy3gTm/pL9ebMDXpJ3 g+QUXqfT5iIxwWfuTmaPXiMtqrf82EWLXnVeDKPIW0AWVO06a3On3XGOHBznACmtWleW VhgGLl17HXVC5OvkoGOceI3ebQA1EAjbHESBuftbCIjzFkBKgzch4vQnVejzusupZGPk HPiw== X-Gm-Message-State: APzg51CjHXNz0dMZEOHfznUYxFdwyCN7PQpX2fRyGaGRYE0j66IGC4fw QHzMp/8q1xzdcONiQ/iGmZNQBVT0uwk= X-Google-Smtp-Source: ANB0VdYxcYhX8xzrCytArhdL8C8PNZa/9qtqQfWxhoCurLWiKfMr88Q7oxG6OHyyjeGA/pquN5RoGg== X-Received: by 2002:a19:1346:: with SMTP id j67-v6mr20119829lfi.93.1537536296484; Fri, 21 Sep 2018 06:24:56 -0700 (PDT) Received: from amok.semihalf.local (31-172-191-173.noc.fibertech.net.pl. [31.172.191.173]) by smtp.googlemail.com with ESMTPSA id v14-v6sm4868767lji.80.2018.09.21.06.24.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 21 Sep 2018 06:24:55 -0700 (PDT) From: Andrzej Ostruszka To: dev@dpdk.org Cc: mw@semihalf.com, nadavh@marvell.com Date: Fri, 21 Sep 2018 15:24:51 +0200 Message-Id: <1537536294-16703-1-git-send-email-amo@semihalf.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1535372574-18950-1-git-send-email-tdu@semihalf.com> References: <1535372574-18950-1-git-send-email-tdu@semihalf.com> Subject: [dpdk-dev] [PATCH v2 0/3] crypto/mvsam: yet another round of features X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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(-)