[dpdk-dev] szedata2: update documentation

Message ID 1448366833-6073-1-git-send-email-matejvido@gmail.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

Matej Vido Nov. 24, 2015, 12:07 p.m. UTC
  Add note to the documentation that only x86_64 versions of the external
libraries are currently provided.

Signed-off-by: Matej Vido <matejvido@gmail.com>
---
 doc/guides/nics/szedata2.rst | 5 +++++
 1 file changed, 5 insertions(+)
  

Comments

Thomas Monjalon Dec. 13, 2015, 11:43 p.m. UTC | #1
2015-11-24 13:07, Matej Vido:
> Add note to the documentation that only x86_64 versions of the external
> libraries are currently provided.
> 
> Signed-off-by: Matej Vido <matejvido@gmail.com>

Applied, thanks
  

Patch

diff --git a/doc/guides/nics/szedata2.rst b/doc/guides/nics/szedata2.rst
index b952b46..e093704 100644
--- a/doc/guides/nics/szedata2.rst
+++ b/doc/guides/nics/szedata2.rst
@@ -49,6 +49,11 @@  found on the `Liberouter website <https://www.liberouter.org/>`_.
    It can be enabled by setting ``CONFIG_RTE_LIBRTE_PMD_SZEDATA2=y``
    and recompiling.
 
+.. note::
+
+   Currently the driver is supported only on x86_64 architectures.
+   Only x86_64 versions of the external libraries are provided.
+
 Prerequisities
 --------------