From patchwork Tue Dec 19 09:27:55 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "De Lara Guarch, Pablo" X-Patchwork-Id: 32403 X-Patchwork-Delegate: pablo.de.lara.guarch@intel.com 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 463551B018; Tue, 19 Dec 2017 10:28:01 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 0EEEB1B00C for ; Tue, 19 Dec 2017 10:27:59 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Dec 2017 01:27:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,425,1508828400"; d="scan'208";a="185421363" Received: from silpixa00399464.ir.intel.com (HELO silpixa00399464.ger.corp.intel.com) ([10.237.222.157]) by orsmga005.jf.intel.com with ESMTP; 19 Dec 2017 01:27:57 -0800 From: Pablo de Lara To: john.mcnamara@intel.com, declan.doherty@intel.com Cc: dev@dpdk.org, Pablo de Lara Date: Tue, 19 Dec 2017 09:27:55 +0000 Message-Id: <20171219092755.64726-1-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.9.4 Subject: [dpdk-dev] [PATCH] doc: update IPSec Multi-buffer lib versioning 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" IPSec Multi-buffer library v0.48 has been released, which includes, among other features, support for AES-CCM. Signed-off-by: Pablo de Lara Acked-by: Marko Kovacevic --- doc/guides/cryptodevs/aesni_gcm.rst | 4 ++-- doc/guides/cryptodevs/aesni_mb.rst | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/guides/cryptodevs/aesni_gcm.rst b/doc/guides/cryptodevs/aesni_gcm.rst index a1f5848..88af321 100644 --- a/doc/guides/cryptodevs/aesni_gcm.rst +++ b/doc/guides/cryptodevs/aesni_gcm.rst @@ -62,8 +62,8 @@ Installation To build DPDK with the AESNI_GCM_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.47, which -can be downloaded in ``_. +The latest version of the library supported by this PMD is v0.48, which +can be downloaded in ``_. .. code-block:: console diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst index 79e722c..07777f3 100644 --- a/doc/guides/cryptodevs/aesni_mb.rst +++ b/doc/guides/cryptodevs/aesni_mb.rst @@ -78,8 +78,8 @@ Installation To build DPDK with the AESNI_MB_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.47, which -can be downloaded from ``_. +The latest version of the library supported by this PMD is v0.48, which +can be downloaded from ``_. .. code-block:: console @@ -97,8 +97,9 @@ and the Multi-Buffer library version supported by them: ============== ============================ 2.2 - 16.11 0.43 - 0.44 17.02 0.44 - 17.05 - 17.08 0.45 - 0.47 - 17.11+ 0.47 + 17.05 - 17.08 0.45 - 0.48 + 17.11 0.47 - 0.48 + 18.02+ 0.48 ============== ============================