From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mogw0540.ocn.ad.jp (mogw0540.ocn.ad.jp [118.23.178.182]) by dpdk.org (Postfix) with ESMTP id 7ADCB1C6AF for ; Tue, 15 May 2018 03:20:16 +0200 (CEST) Received: from mf-smf-ucb036c1 (mf-smf-ucb036c1.ocn.ad.jp [153.153.66.233]) by mogw0540.ocn.ad.jp (Postfix) with ESMTP id EAE4635C28A; Tue, 15 May 2018 10:20:14 +0900 (JST) Received: from ntt.pod01.mv-mta-ucb022 ([153.149.142.85]) by mf-smf-ucb036c1 with ESMTP id IOdKfgCmIFcVhIOdSfhEi9; Tue, 15 May 2018 10:20:14 +0900 Received: from smtp.ocn.ne.jp ([153.149.227.135]) by ntt.pod01.mv-mta-ucb022 with id mRLE1x00B2vuoep01RLEgS; Tue, 15 May 2018 01:20:14 +0000 Received: from localhost.localdomain (p5164-ipngn8501marunouchi.tokyo.ocn.ne.jp [153.214.228.164]) by smtp.ocn.ne.jp (Postfix) with ESMTPA; Tue, 15 May 2018 10:20:14 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com, spp@dpdk.org Cc: Yasufumi Ogawa Date: Tue, 15 May 2018 10:20:04 +0900 Message-Id: <20180515012004.8726-4-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180515012004.8726-1-ogawa.yasufumi@lab.ntt.co.jp> References: <20180515012004.8726-1-ogawa.yasufumi@lab.ntt.co.jp> Subject: [spp] [PATCH 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: Tue, 15 May 2018 01:20:17 -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