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.zh...@intel.com> --- doc/guides/cryptodevs/aesni_mb.rst | 4 ++-- doc/guides/rel_notes/deprecation.rst | 3 +++ doc/guides/rel_notes/release_19_02.rst | 3 +++ 3 files changed, 8 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 <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.50, which -can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v0.50.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 diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index ac7fb29a7..0578978d8 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -98,3 +98,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. + + * 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 069f429a7..161974c77 100644 --- a/doc/guides/rel_notes/release_19_02.rst +++ b/doc/guides/rel_notes/release_19_02.rst @@ -65,6 +65,9 @@ New Features Added a new performance test tool to test the compressdev PMD. The tool tests compression ratio and compression throughput. +* **updated the AESNI-MB PMD.** + * Added support for intel-ipsec-mb version 0.52. + Removed Items ------------- -- 2.13.6