From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f66.google.com (mail-lf0-f66.google.com [209.85.215.66]) by dpdk.org (Postfix) with ESMTP id 9D93F28EE for ; Thu, 30 Nov 2017 14:32:59 +0100 (CET) Received: by mail-lf0-f66.google.com with SMTP id f13so7870835lff.12 for ; Thu, 30 Nov 2017 05:32:59 -0800 (PST) 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; bh=xolLvtF+QHGHTZ6hB0pB75fgiLJwSzitJ2OogvU+rP0=; b=MMas43KA+/7/uCjA2vOfsEaswekIMeC3AbVoW2a8jcNdh7U2uzbbpuQZxLdJ8WrZbZ GK+s0naNL2JMO1/H1o346sm8ReS4jxhB7M7qO4vadXlO4SWfH7F6B4ddq9cEtqkbRvS0 pe2+74qQaRyJMeqn/5/wf8qV5z6N4SeugCos2T6Fh0+5oZrg1aIu9himXWWLRO6oJq3G n4N6KcuePs3j2d08HveN48tQ3KdnLysvIa5RNZdRMahsiwZ6Jy51KNv1/iFYGXpVEhLj n9PHnnbOq4LIOOymb8ezqNvS/mQ3Cl5GtREoVFOJURaEQb2zTPPJafPfnPm7fwmb5Mun WFFg== 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; bh=xolLvtF+QHGHTZ6hB0pB75fgiLJwSzitJ2OogvU+rP0=; b=nVJR0l6+sM47GqSI9L60OZi8tvcNP0bz1WyIhWPlb4tEjiH+raeyVZX091ADvoC4GM AKocTAFG7v2lmVQIYJk6WpsZ9JPUbrTKokw61ZbMvo68k3M3IJ7DstcvsXeHMvknurjP bLvjxG+xRx5UsSF7WPI6XlAqdfWxBGL3eedflE9xmFgo+PGcPZkqggHW9x5N0hE5JYIe Dz0PdBo+2jdNl97M6yfcqRnuV/9nya+kHfiIw48UHe10+CwmVhnG0ErrfxnkNsWS3aeQ O/KlXFqo04DOfNY7slEY+ZW5wCHNWD/4PwDXvKypJU4xYYxJ4lKLfaj1ykxYL9Ahe2k9 PHZg== X-Gm-Message-State: AJaThX6Yi3WP1AW6h/Y7xXGI54CJ0XhkjomV5fHxqS5iwUiyBL/c2eSV RPs1cakeqmYPoS80+AYkUoxYRJmNDco= X-Google-Smtp-Source: AGs4zMYMdblx7qCCvkdmB+qYtTye+Xyy/K8GBGqOngaQRGlJD7EoBnJ2+Vzj1sG2VBrvwE45TURMCg== X-Received: by 10.46.0.166 with SMTP id e38mr3074355lji.13.1512048779005; Thu, 30 Nov 2017 05:32:59 -0800 (PST) Received: from tdu.semihalf.local (31-172-191-173.noc.fibertech.net.pl. [31.172.191.173]) by smtp.gmail.com with ESMTPSA id 19sm852050ljx.58.2017.11.30.05.32.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 30 Nov 2017 05:32:58 -0800 (PST) From: Tomasz Duszynski To: dev@dpdk.org Cc: mw@semihalf.com, jck@semihalf.com, dima@marvell.com, nsamsono@marvell.com, jianbo.liu@arm.com, Tomasz Duszynski Date: Thu, 30 Nov 2017 14:32:52 +0100 Message-Id: <1512048774-23838-1-git-send-email-tdu@semihalf.com> X-Mailer: git-send-email 2.7.4 Subject: [dpdk-dev] [PATCH 0/2] Sync compilation with MUSDK-17.10 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: , X-List-Received-Date: Thu, 30 Nov 2017 13:32:59 -0000 This patchset comes with the following changes: o MUSDK-17.10 is the latest version of the library. Since it brings improvements and fixes switch is necessary. o Some minor updates to the documentation. Tomasz Duszynski (2): crypto/mrvl: sync compilation with musdk-17.10 crypto/mrvl: update MRVL CRYPTO PMD documentation doc/guides/cryptodevs/mrvl.rst | 28 ++++------------------------ doc/guides/nics/mrvl.rst | 2 ++ drivers/crypto/mrvl/Makefile | 3 ++- drivers/crypto/mrvl/rte_mrvl_compat.h | 1 + 4 files changed, 9 insertions(+), 25 deletions(-) -- 2.7.4