]> git.droids-corp.org - dpdk.git/commitdiff
doc: add build requirement in some crypto PMD guides
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Mon, 17 Feb 2020 17:12:55 +0000 (17:12 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 21 Feb 2020 22:04:15 +0000 (23:04 +0100)
The following crypto PMDs use the Intel Multi-buffer library:
- AESNI MB PMD
- AESNI GCM PMD
- ZUC PMD
- KASUMI PMD
- SNOW3G PMD

When this library is built with gcc < 5.0, it might throw
some compilation issues. A workaround has been added in the
repo of this library, so a note on this has been added
to the documentation of these PMDs.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: John McNamara <john.mcnamara@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 a25b63109f370b135b157adc9547d0078f151616..1e8cdec5bae5299fc9db9998176eec32fd2078a3 100644 (file)
@@ -50,6 +50,13 @@ can be downloaded in `<https://github.com/01org/intel-ipsec-mb/archive/v0.53.zip
     make
     make install
 
+.. note::
+
+   Compilation of the Multi-Buffer library is broken when GCC < 5.0, if library <= v0.53.
+   If a lower GCC version than 5.0, the workaround proposed by the following link
+   should be used: `<https://github.com/intel/intel-ipsec-mb/issues/40>`_.
+
+
 As a reference, the following table shows a mapping between the past DPDK versions
 and the external crypto libraries supported by them:
 
index 5d8fb46efeebea5354563b7b188fe6e309e5a594..465d20d888875cd58118a2b4f12a70e269de7243 100644 (file)
@@ -72,6 +72,12 @@ can be downloaded from `<https://github.com/01org/intel-ipsec-mb/archive/v0.53.z
     make
     make install
 
+.. note::
+
+   Compilation of the Multi-Buffer library is broken when GCC < 5.0, if library <= v0.53.
+   If a lower GCC version than 5.0, the workaround proposed by the following link
+   should be used: `<https://github.com/intel/intel-ipsec-mb/issues/40>`_.
+
 As a reference, the following table shows a mapping between the past DPDK versions
 and the Multi-Buffer library version supported by them:
 
index 6c86fe264e02d2def79f2485204745ff905e30b6..0d48d10f1364476a63a42ab3f1fca7946726b438 100644 (file)
@@ -47,6 +47,12 @@ on their system before building DPDK:
     make
     make install
 
+.. note::
+
+   Compilation of the Multi-Buffer library is broken when GCC < 5.0, if library <= v0.53.
+   If a lower GCC version than 5.0, the workaround proposed by the following link
+   should be used: `<https://github.com/intel/intel-ipsec-mb/issues/40>`_.
+
 As a reference, the following table shows a mapping between the past DPDK versions
 and the external crypto libraries supported by them:
 
index 8fb06f4d6ce840bc3275f23e19efbace2f2e30ee..5045c06281bfd95e0bd86b16f2ac1b69fddd86fd 100644 (file)
@@ -46,6 +46,12 @@ on their system before building DPDK:
     make
     make install
 
+.. note::
+
+   Compilation of the Multi-Buffer library is broken when GCC < 5.0, if library <= v0.53.
+   If a lower GCC version than 5.0, the workaround proposed by the following link
+   should be used: `<https://github.com/intel/intel-ipsec-mb/issues/40>`_.
+
 As a reference, the following table shows a mapping between the past DPDK versions
 and the external crypto libraries supported by them:
 
index 23d618da5af395a054ee8ed2db61a99ba52c8baa..38ea999dc60755d8959985bc46fcebda6aee4ba2 100644 (file)
@@ -46,6 +46,12 @@ on their system before building DPDK:
     make
     make install
 
+.. note::
+
+   Compilation of the Multi-Buffer library is broken when GCC < 5.0, if library <= v0.53.
+   If a lower GCC version than 5.0, the workaround proposed by the following link
+   should be used: `<https://github.com/intel/intel-ipsec-mb/issues/40>`_.
+
 As a reference, the following table shows a mapping between the past DPDK versions
 and the external crypto libraries supported by them: