]> git.droids-corp.org - dpdk.git/commitdiff
doc: update AESNI_MB guide
authorFan Zhang <roy.fan.zhang@intel.com>
Thu, 20 Dec 2018 11:56:45 +0000 (11:56 +0000)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 10 Jan 2019 15:57:22 +0000 (16:57 +0100)
This patch updates the AESNI-MB PMD document with the new intel-ipsec-mb
version number, the release note with new library version support, and
the deprecation notice for removing some library version support in
19.05 release.

Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
doc/guides/cryptodevs/aesni_mb.rst
doc/guides/rel_notes/deprecation.rst
doc/guides/rel_notes/release_19_02.rst

index d9fd41ae512afe2fd994f3063c7ab12bb35e9361..df84c9c54017ce9486dd1dc21047ef56a2ec02bc 100644 (file)
@@ -61,8 +61,8 @@ Installation
 To build DPDK with the AESNI_MB_PMD the user is required to download the multi-buffer
 library from `here <https://github.com/01org/intel-ipsec-mb>`_
 and compile it on their user system before building DPDK.
-The latest version of the library supported by this PMD is v0.51, which
-can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v0.51.zip>`.
+The latest version of the library supported by this PMD is v0.52, which
+can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v0.52.zip>`.
 
 .. code-block:: console
 
index d4aea4b4634e471d985d2cef58e0fa22d1694b88..69cb7eba25d53f7891fe550ee6462ae28ea93e1f 100644 (file)
@@ -83,3 +83,6 @@ Deprecation Notices
   - The size and layout of ``rte_cryptodev_qp_conf`` and syntax of
     ``rte_cryptodev_queue_pair_setup`` will change to to allow to use
     two different mempools for crypto and device private sessions.
+
+* crypto/aesni_mb: the minimum supported intel-ipsec-mb library version will be
+  changed from 0.49.0 to 0.52.0.
index e3b2055d044a34b74ac1b7f58017bf5bca05b1d4..f4e64b8453d7ab20e821668f63aed50a3da5ab66 100644 (file)
@@ -100,6 +100,10 @@ New Features
   devices to track dirty pages caused by DMA. IFC driver has enabled this
   SW-assisted live migration mode.
 
+* **Updated the AESNI-MB PMD.**
+
+  * Add support for intel-ipsec-mb version 0.52.
+
 * **Enabled checksum support in the ISA-L compressdev driver.**
 
   Added support for both adler and crc32 checksums in the ISA-L PMD.