]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/cryptodevs/aesni_gcm.rst
doc: update release notes and mlx5 guide for eCPRI
[dpdk.git] / doc / guides / cryptodevs / aesni_gcm.rst
index 7dfd0ca99bbe3db6e45598c3a3b59bdba6b7a828..74e0de63ad7f57b05099e81833f817ec5ebc2c13 100644 (file)
@@ -50,6 +50,20 @@ can be downloaded in `<https://github.com/01org/intel-ipsec-mb/archive/v0.54.zip
     make
     make install
 
+The library requires NASM to be built. Depending on the library version, it might
+require a minimum NASM version (e.g. v0.54 requires at least NASM 2.14).
+
+NASM is packaged for different OS. However, on some OS the version is too old,
+so a manual installation is required. In that case, NASM can be downloaded from
+`NASM website <https://www.nasm.us/pub/nasm/releasebuilds/?C=M;O=D>`_.
+Once it is downloaded, extract it and follow these steps:
+
+.. code-block:: console
+
+    ./configure
+    make
+    make install
+
 .. note::
 
    Compilation of the Multi-Buffer library is broken when GCC < 5.0, if library <= v0.53.