From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 4814C1B5A7 for ; Wed, 19 Dec 2018 21:16:16 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Dec 2018 12:16:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,374,1539673200"; d="scan'208";a="127435146" Received: from silpixa00398673.ir.intel.com (HELO silpixa00398673.ger.corp.intel.com) ([10.237.223.54]) by fmsmga002.fm.intel.com with ESMTP; 19 Dec 2018 12:16:14 -0800 From: Fan Zhang To: dev@dpdk.org Cc: akhil.goyal@nxp.com, thomas@monjalon.net Date: Wed, 19 Dec 2018 20:16:08 +0000 Message-Id: <20181219201609.37934-4-roy.fan.zhang@intel.com> X-Mailer: git-send-email 2.13.6 In-Reply-To: <20181219201609.37934-1-roy.fan.zhang@intel.com> References: <20181211122917.18713-1-roy.fan.zhang@intel.com> <20181219201609.37934-1-roy.fan.zhang@intel.com> Subject: [dpdk-dev] [PATCH v3 3/4] doc: update library support version 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: Wed, 19 Dec 2018 20:16:17 -0000 This patch updates the AESNI-MB PMD document with the new intel-ipsec-mb version number. Signed-off-by: Fan Zhang --- doc/guides/cryptodevs/aesni_mb.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst index 63e060d75..12532c63e 100644 --- a/doc/guides/cryptodevs/aesni_mb.rst +++ b/doc/guides/cryptodevs/aesni_mb.rst @@ -59,8 +59,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.50, which -can be downloaded from ``_. +The latest version of the library supported by this PMD is v0.52, which +can be downloaded from ``_. .. code-block:: console -- 2.13.6