From: Fan Zhang Date: Thu, 20 Dec 2018 11:56:45 +0000 (+0000) Subject: doc: update AESNI_MB guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=afd7472b8fbf80ac38544c53912c1f1bca924e53;hp=c68d7aa354f6935e6f054fe7ced26c47d27cd420;p=dpdk.git doc: update AESNI_MB guide 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 Acked-by: Pablo de Lara --- diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst index d9fd41ae51..df84c9c540 100644 --- a/doc/guides/cryptodevs/aesni_mb.rst +++ b/doc/guides/cryptodevs/aesni_mb.rst @@ -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 `_ 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 ``. +The latest version of the library supported by this PMD is v0.52, which +can be downloaded from ``. .. code-block:: console diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index d4aea4b463..69cb7eba25 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -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. diff --git a/doc/guides/rel_notes/release_19_02.rst b/doc/guides/rel_notes/release_19_02.rst index e3b2055d04..f4e64b8453 100644 --- a/doc/guides/rel_notes/release_19_02.rst +++ b/doc/guides/rel_notes/release_19_02.rst @@ -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.