]> git.droids-corp.org - dpdk.git/commitdiff
doc: update dependencies for SW crypto PMDs
authorFan Zhang <roy.fan.zhang@intel.com>
Wed, 23 Jun 2021 16:20:15 +0000 (17:20 +0100)
committerAkhil Goyal <gakhil@marvell.com>
Wed, 7 Jul 2021 19:28:39 +0000 (21:28 +0200)
This patch updates the dependency requirement information
for aesni-gcm, aesni-mb, snow3g, zuc, and kasumi PMDs. Previously
building these PMDs with Make will fail when the system is
installed intel-ipsec-mb library version 1.0 or newer.

Since Make build system is deprecated already, instead of fixing
the issue the documentation is updated to state it.

Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
doc/guides/cryptodevs/aesni_gcm.rst
doc/guides/cryptodevs/aesni_mb.rst
doc/guides/cryptodevs/kasumi.rst
doc/guides/cryptodevs/snow3g.rst
doc/guides/cryptodevs/zuc.rst

index 19f95bde8ef92d31630d0c8a8bceb9591cfb85d5..11b23958d57182d6927fbce2d0588830374246e8 100644 (file)
@@ -83,9 +83,10 @@ 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 - 1.0
+   19.05+         Multi-buffer library 0.52 - 1.0*
    =============  ================================
 
+\* Multi-buffer library 1.0 or newer only works for Meson but not Make build system.
 
 Initialization
 --------------
index 20076b829cd39309d1281cef21fbdd219ef412bc..a466d0ab484b9c55d829e5fc87f1f7c65206a031 100644 (file)
@@ -130,9 +130,10 @@ and the Multi-Buffer library version supported by them:
    18.02           0.48
    18.05 - 19.02   0.49 - 0.52
    19.05 - 19.08   0.52
-   19.11+          0.52 - 1.0
+   19.11+          0.52 - 1.0*
    ==============  ============================
 
+\* Multi-buffer library 1.0 or newer only works for Meson but not Make build system.
 
 Initialization
 --------------
index 14ecb74241dc9635c67a1df6c7de7e84e93969ea..35c59413177a7f4e8a3f89f8e85d92f0dfa1bb4c 100644 (file)
@@ -78,9 +78,10 @@ and the external crypto libraries supported by them:
    DPDK version   Crypto library version
    =============  ================================
    16.11 - 19.11  LibSSO KASUMI
-   20.02+         Multi-buffer library 0.53 - 1.0
+   20.02+         Multi-buffer library 0.53 - 1.0*
    =============  ================================
 
+\* Multi-buffer library 1.0 or newer only works for Meson but not Make build system.
 
 Initialization
 --------------
index e318d65d4ef045dc382c9ee845d4a7692feb62a9..0258b71bb4207bacd9876610aeb2479c4e6808f3 100644 (file)
@@ -77,9 +77,10 @@ and the external crypto libraries supported by them:
    DPDK version   Crypto library version
    =============  ================================
    16.04 - 19.11  LibSSO SNOW3G
-   20.02+         Multi-buffer library 0.53 - 1.0
+   20.02+         Multi-buffer library 0.53 - 1.0*
    =============  ================================
 
+\* Multi-buffer library 1.0 or newer only works for Meson but not Make build system.
 
 Initialization
 --------------
index 94bf71ba90cee31f18d650350b1f65916d18b8fd..988a79bc266c4199e6fc51e0282980556da6c186 100644 (file)
@@ -77,9 +77,10 @@ and the external crypto libraries supported by them:
    DPDK version   Crypto library version
    =============  ================================
    16.11 - 19.11  LibSSO ZUC
-   20.02+         Multi-buffer library 0.53 - 1.0
+   20.02+         Multi-buffer library 0.53 - 1.0*
    =============  ================================
 
+\* Multi-buffer library 1.0 or newer only works for Meson but not Make build system.
 
 Initialization
 --------------