X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fcryptodevs%2Faesni_gcm.rst;h=bbe9d9984073b93b1f1ddd67a3afd22e32242aa8;hb=f16662885472d33570b564e62427199d733be363;hp=1f6aa6c106f21dcbb38271ed53750dcab73f721a;hpb=39831d49d3e81146b1afa2d15de548d21a32d305;p=dpdk.git diff --git a/doc/guides/cryptodevs/aesni_gcm.rst b/doc/guides/cryptodevs/aesni_gcm.rst index 1f6aa6c106..bbe9d99840 100644 --- a/doc/guides/cryptodevs/aesni_gcm.rst +++ b/doc/guides/cryptodevs/aesni_gcm.rst @@ -40,8 +40,8 @@ Installation To build DPDK with the AESNI_GCM_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.55, which -can be downloaded in ``_. +The latest version of the library supported by this PMD is v1.0, which +can be downloaded in ``_. .. code-block:: console @@ -83,9 +83,12 @@ and the external crypto libraries supported by them: 17.02 - 17.05 ISA-L Crypto v2.18 17.08 - 18.02 Multi-buffer library 0.46 - 0.48 18.05 - 19.02 Multi-buffer library 0.49 - 0.52 - 19.05+ Multi-buffer library 0.52 - 0.55 + 19.05 - 20.08 Multi-buffer library 0.52 - 0.55 + 20.11 - 21.08 Multi-buffer library 0.53 - 1.0* + 21.11+ Multi-buffer library 1.0* ============= ================================ +\* Multi-buffer library 1.0 or newer only works for Meson but not Make build system. Initialization --------------