From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 874A0A0350; Mon, 11 May 2020 11:14:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AAA9E1C2A5; Mon, 11 May 2020 11:14:33 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 997EF1C1FB for ; Mon, 11 May 2020 11:14:32 +0200 (CEST) IronPort-SDR: 4HciJmL+eRYkGUymORNbFmid2+qS6VC5i7FdFMfxzJwbQgIHMd+tKvbrduaRjJUaegm0R6DoPg H1gQFJhNCgRw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2020 02:14:32 -0700 IronPort-SDR: XNrc9LUhBAYPiFwQ2Sf+cHQxO40+hjsh87Fk4zCAgimtdWG7wPWmPi9Jxn4JuHWlSGv6t+Jmy2 osGHCpKVFNYQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,379,1583222400"; d="scan'208";a="286210718" Received: from silpixa00399593.ir.intel.com (HELO silpixa00399593.ger.corp.intel.com) ([10.237.223.21]) by fmsmga004.fm.intel.com with ESMTP; 11 May 2020 02:14:31 -0700 From: Pablo de Lara To: akhil.goyal@nxp.com Cc: dev@dpdk.org, Pablo de Lara Date: Mon, 11 May 2020 10:14:21 +0100 Message-Id: <1589188461-199156-2-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.7.5 In-Reply-To: <1589188461-199156-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1589139650-195685-1-git-send-email-pablo.de.lara.guarch@intel.com> <1589188461-199156-1-git-send-email-pablo.de.lara.guarch@intel.com> Subject: [dpdk-dev] [PATCH v3 2/2] doc: support IPsec Multi-buffer lib v0.54 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" Updated SNOW3G and KASUMI PMD documentation guides with information about the latest Intel IPSec Multi-buffer library supported. Signed-off-by: Pablo de Lara --- doc/guides/cryptodevs/kasumi.rst | 6 +++--- doc/guides/cryptodevs/snow3g.rst | 6 +++--- doc/guides/rel_notes/release_20_05.rst | 8 ++++++++ 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/doc/guides/cryptodevs/kasumi.rst b/doc/guides/cryptodevs/kasumi.rst index 0d48d10f1..edbc1c699 100644 --- a/doc/guides/cryptodevs/kasumi.rst +++ b/doc/guides/cryptodevs/kasumi.rst @@ -36,8 +36,8 @@ Installation To build DPDK with the KASUMI_PMD the user is required to download the multi-buffer library from `here `_ and compile it on their user system before building DPDK. -The latest version of the library supported by this PMD is v0.53, which -can be downloaded from ``_. +The latest version of the library supported by this PMD is v0.54, which +can be downloaded from ``_. After downloading the library, the user needs to unpack and compile it on their system before building DPDK: @@ -64,7 +64,7 @@ and the external crypto libraries supported by them: DPDK version Crypto library version ============= ================================ 16.11 - 19.11 LibSSO KASUMI - 20.02+ Multi-buffer library 0.53 + 20.02+ Multi-buffer library 0.53 - 0.54 ============= ================================ diff --git a/doc/guides/cryptodevs/snow3g.rst b/doc/guides/cryptodevs/snow3g.rst index 5045c0628..b715b4602 100644 --- a/doc/guides/cryptodevs/snow3g.rst +++ b/doc/guides/cryptodevs/snow3g.rst @@ -35,8 +35,8 @@ Installation To build DPDK with the SNOW3G_PMD the user is required to download the multi-buffer library from `here `_ and compile it on their user system before building DPDK. -The latest version of the library supported by this PMD is v0.53, which -can be downloaded from ``_. +The latest version of the library supported by this PMD is v0.54, which +can be downloaded from ``_. After downloading the library, the user needs to unpack and compile it on their system before building DPDK: @@ -63,7 +63,7 @@ and the external crypto libraries supported by them: DPDK version Crypto library version ============= ================================ 16.04 - 19.11 LibSSO SNOW3G - 20.02+ Multi-buffer library 0.53 + 20.02+ Multi-buffer library 0.53 - 0.54 ============= ================================ diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst index 7d3a4bf8a..b5b3525f0 100644 --- a/doc/guides/rel_notes/release_20_05.rst +++ b/doc/guides/rel_notes/release_20_05.rst @@ -162,6 +162,14 @@ New Features improving performance significantly, when using intel-ipsec-mb version 0.54 +* **Updated the SNOW3G crypto PMD.** + + * Added support for intel-ipsec-mb version 0.54. + +* **Updated the KASUMI crypto PMD.** + + * Added support for intel-ipsec-mb version 0.54. + * **Added a new driver for Intel Foxville I225 devices.** Added the new ``igc`` net driver for Intel Foxville I225 devices. See the -- 2.25.1