From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matej Vido Subject: [PATCH] szedata2: update documentation Date: Tue, 24 Nov 2015 13:07:13 +0100 Message-ID: <1448366833-6073-1-git-send-email-matejvido@gmail.com> To: dev@dpdk.org Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 5083E591E for ; Tue, 24 Nov 2015 13:08:04 +0100 (CET) Received: by wmec201 with SMTP id c201so205494205wme.0 for ; Tue, 24 Nov 2015 04:08:04 -0800 (PST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Add note to the documentation that only x86_64 versions of the external libraries are currently provided. Signed-off-by: Matej Vido --- doc/guides/nics/szedata2.rst | 5 +++++ 1 file changed, 5 insertions(+) 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 `_. 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 -------------- -- 1.9.1