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 <roy.fan.zhang@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
This commit is contained in:
Fan Zhang 2018-12-20 11:56:45 +00:00 committed by Pablo de Lara
parent c68d7aa354
commit afd7472b8f
3 changed files with 9 additions and 2 deletions

View 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

View 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.

View 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.