To build DPDK with the KASUMI_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.53, which
-can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v0.53.zip>`_.
+The latest version of the library supported by this PMD is v0.54, which
+can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v0.54.zip>`_.
After downloading the library, the user needs to unpack and compile it
on their system before building DPDK:
DPDK version Crypto library version
============= ================================
16.11 - 19.11 LibSSO KASUMI
- 20.02+ Multi-buffer library 0.53
+ 20.02+ Multi-buffer library 0.53 - 0.54
============= ================================
To build DPDK with the SNOW3G_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.53, which
-can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v0.53.zip>`_.
+The latest version of the library supported by this PMD is v0.54, which
+can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v0.54.zip>`_.
After downloading the library, the user needs to unpack and compile it
on their system before building DPDK:
DPDK version Crypto library version
============= ================================
16.04 - 19.11 LibSSO SNOW3G
- 20.02+ Multi-buffer library 0.53
+ 20.02+ Multi-buffer library 0.53 - 0.54
============= ================================
improving performance significantly, when using
intel-ipsec-mb version 0.54
+* **Updated the SNOW3G crypto PMD.**
+
+ * Added support for intel-ipsec-mb version 0.54.
+
+* **Updated the KASUMI crypto PMD.**
+
+ * Added support for intel-ipsec-mb version 0.54.
+
* **Added a new driver for Intel Foxville I225 devices.**
Added the new ``igc`` net driver for Intel Foxville I225 devices. See the