From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mogw0209.ocn.ad.jp (mogw0209.ocn.ad.jp [114.147.58.15]) by dpdk.org (Postfix) with ESMTP id 95AB52BFA for ; Wed, 23 May 2018 22:12:10 +0200 (CEST) Received: from mf-smf-ucb033c3 (mf-smf-ucb033c3.ocn.ad.jp [153.153.66.226]) by mogw0209.ocn.ad.jp (Postfix) with ESMTP id AA6A31682C1; Thu, 24 May 2018 05:12:09 +0900 (JST) Received: from ntt.pod01.mv-mta-ucb024 ([153.149.142.98]) by mf-smf-ucb033c3 with ESMTP id La72fT7Knia6SLa7FfMOLz; Thu, 24 May 2018 05:12:09 +0900 Received: from smtp.ocn.ne.jp ([153.149.227.166]) by ntt.pod01.mv-mta-ucb024 with id pwC91x0053c2f7501wC9b0; Wed, 23 May 2018 20:12:09 +0000 Received: from localhost.localdomain (p5164-ipngn8501marunouchi.tokyo.ocn.ne.jp [153.214.228.164]) by smtp.ocn.ne.jp (Postfix) with ESMTPA; Thu, 24 May 2018 05:12:09 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com Cc: spp@dpdk.org, Yasufumi Ogawa Date: Thu, 24 May 2018 05:11:50 +0900 Message-Id: <20180523201150.23042-4-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180523201150.23042-1-ogawa.yasufumi@lab.ntt.co.jp> References: <20180515012004.8726-1-ogawa.yasufumi@lab.ntt.co.jp> <20180523201150.23042-1-ogawa.yasufumi@lab.ntt.co.jp> Subject: [spp] [PATCH v2 3/3] docs: add description for python 3 support 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: , X-List-Received-Date: Wed, 23 May 2018 20:12:11 -0000 From: Yasufumi Ogawa Add description to explain that SPP controller supports Python 3 while keeping compatibility for Python 2. Signed-off-by: Yasufumi Ogawa --- docs/guides/setup/getting_started.rst | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/guides/setup/getting_started.rst b/docs/guides/setup/getting_started.rst index 04df517..75dc68d 100644 --- a/docs/guides/setup/getting_started.rst +++ b/docs/guides/setup/getting_started.rst @@ -120,6 +120,9 @@ Refer to `DPDK documentation For Linux, see `Getting Started Guide for Linux `_ . +DPDK +~~~~ + First, download and compile DPDK in any directory. Compiling DPDK takes a few minutes. @@ -132,6 +135,9 @@ Compiling DPDK takes a few minutes. $ export RTE_TARGET=x86_64-native-linuxapp-gcc # depends on your env $ make install T=$RTE_TARGET +SPP +~~~ + Then, download and compile SPP in any directory. .. code-block:: console @@ -142,6 +148,13 @@ Then, download and compile SPP in any directory. $ make # Confirm that $RTE_SDK and $RTE_TARGET are set +Python 2 or 3 ? +~~~~~~~~~~~~~~~ + +You need to install Python for using usertools of DPDK or SPP controller. +DPDK and SPP support both of Python2 and 3. + + Binding Network Ports to DPDK ----------------------------- @@ -238,8 +251,8 @@ cannot find it by using ``ifconfig`` or ``ip``. .... -Run DPDK Sample Application ---------------------------- +Confirm DPDK is setup properly +------------------------------ You had better to run DPDK sample application before SPP as checking DPDK is setup properly. -- 2.17.0