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)
commitf69ed1044230c218c9afd8f1b47b6fe6aa1eeec5
tree596ae432887b430e1c4fc15144e41b94e8cc6deb
parent36fc5710743889be7e8cdef0aeeced35c6c229ab
doc: add build requirement in some crypto PMD guides

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