From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9376FA0589 for ; Fri, 27 Mar 2020 05:57:47 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 808A11C08C; Fri, 27 Mar 2020 05:57:47 +0100 (CET) Received: from dish-sg.nttdocomo.co.jp (dish-sg.nttdocomo.co.jp [202.19.227.74]) by dpdk.org (Postfix) with ESMTP id A74FC1BFD7 for ; Fri, 27 Mar 2020 05:57:46 +0100 (CET) X-dD-Source: Outbound Received: from zssg-mailmd103.ddreams.local (zssg-mailmd900.ddreams.local [10.160.172.63]) by zssg-mailou104.ddreams.local (Postfix) with ESMTP id E44CB120139; Fri, 27 Mar 2020 13:57:45 +0900 (JST) Received: from zssg-mailmf106.ddreams.local (zssg-mailmf900.ddreams.local [10.160.172.84]) by zssg-mailmd103.ddreams.local (dDREAMS) with ESMTP id <0Q7U01EGA5S9DY70@dDREAMS>; Fri, 27 Mar 2020 13:57:45 +0900 (JST) Received: from zssg-mailmf106.ddreams.local (unknown [127.0.0.1]) by zssg-mailmf106.ddreams.local (Postfix) with ESMTP id C345C7E6034; Fri, 27 Mar 2020 13:57:45 +0900 (JST) Received: from zssg-mailmf106.ddreams.local (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id C08FD8E6055; Fri, 27 Mar 2020 13:57:45 +0900 (JST) Received: from localhost (unknown [127.0.0.1]) by IMSVA (Postfix) with SMTP id BD4868E6057; Fri, 27 Mar 2020 13:57:45 +0900 (JST) X-IMSS-HAND-OFF-DIRECTIVE: localhost:10026 Received: from zssg-mailmf106.ddreams.local (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id DFA998E605F; Fri, 27 Mar 2020 13:57:44 +0900 (JST) Received: from davinci.ntt-tx.co.jp (unknown [10.160.183.139]) by zssg-mailmf106.ddreams.local (Postfix) with ESMTP; Fri, 27 Mar 2020 13:57:44 +0900 (JST) From: x-fn-spp-ml@ntt-tx.co.jp To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com Date: Fri, 27 Mar 2020 13:57:32 +0900 Message-id: <20200327045732.18463-12-x-fn-spp-ml@ntt-tx.co.jp> X-Mailer: git-send-email 2.25.1 In-reply-to: <20200226113521.3787-1-x-fn-spp-ml@ntt-tx.co.jp> References: <20200226113521.3787-1-x-fn-spp-ml@ntt-tx.co.jp> MIME-version: 1.0 Content-transfer-encoding: 8bit X-TM-AS-GCONF: 00 Subject: [spp] [PATCH v2 11/11] docs: add install drivers for Mellanox NIC X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: spp-bounces@dpdk.org Sender: "spp" From: Hideyuki Yamashita This patch is to add description of installing drivers of Mellanox NIC. Signed-off-by: Hideyuki Yamashita Signed-off-by: Naoki Takada --- docs/guides/gsg/setup.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/guides/gsg/setup.rst b/docs/guides/gsg/setup.rst index 9bd30ef..6c962c3 100644 --- a/docs/guides/gsg/setup.rst +++ b/docs/guides/gsg/setup.rst @@ -285,6 +285,19 @@ Python 2 or 3 ? Without SPP container tools, Python2 is not supported anymore. SPP container will also be updated to Python3. +Driver for Mellanox NIC +----------------------- + +In case of using MLX5 NIC, you have to install driver. +You can download driver from Mellanox's `SW/Drivers +`. +The following example assumes that +MLNX_OFED_LINUX-4.7-1.0.0.1-ubuntu18.04-x86_64.tgz is downloaded. + +.. code-block:: console + + $cd MLNX_OFED_LINUX-4.7-1.0.0.1-ubuntu18.04-x86_64/ + $sudo ./mlnxofedinstall --upstream-libs --dpdk --force Reference --------- -- 2.17.1