From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bcmv-tmail01.ecl.ntt.co.jp (bcmv-tmail01.ecl.ntt.co.jp [124.146.185.148]) by dpdk.org (Postfix) with ESMTP id 7162F5F1D for ; Wed, 12 Dec 2018 03:05:47 +0100 (CET) Received: from bcmv-ns01.ecl.ntt.co.jp (bcmv-ns01.ecl.ntt.co.jp [129.60.83.123]) by bcmv-tmail01.ecl.ntt.co.jp (8.14.4/8.14.4) with ESMTP id wBC25kf1014158; Wed, 12 Dec 2018 11:05:46 +0900 Received: from bcmv-ns01.ecl.ntt.co.jp (localhost [127.0.0.1]) by bcmv-ns01.ecl.ntt.co.jp (Postfix) with ESMTP id 37A3B16A; Wed, 12 Dec 2018 11:05:46 +0900 (JST) Received: from localhost.localdomain (lobster.nslab.ecl.ntt.co.jp [129.60.13.95]) by bcmv-ns01.ecl.ntt.co.jp (Postfix) with ESMTP id 2BA1910B; Wed, 12 Dec 2018 11:05:46 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com, spp@dpdk.org, ogawa.yasufumi@lab.ntt.co.jp Date: Wed, 12 Dec 2018 11:03:26 +0900 Message-Id: <1544580212-9309-2-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1544580212-9309-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> References: <1544580212-9309-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-TM-AS-MML: disable Subject: [spp] [PATCH 1/7] docs: update Getting Started section 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, 12 Dec 2018 02:05:48 -0000 From: Yasufumi Ogawa Update the description of supported versions of Python to explain that Python2 is going to be not supported in future release. Signed-off-by: Yasufumi Ogawa --- docs/guides/setup/getting_started.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/guides/setup/getting_started.rst b/docs/guides/setup/getting_started.rst index ca639db..896090d 100644 --- a/docs/guides/setup/getting_started.rst +++ b/docs/guides/setup/getting_started.rst @@ -206,10 +206,13 @@ 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. +DPDK supports both of Python2 and 3. Howevrer, Python2 will not be maintained after 2020 and SPP is going to update only supporting Python3. +In SPP, it supports both of Python2 and 3 without spp-ctl currently, but is +going to support only Python3 before the end of 2019. + Binding Network Ports to DPDK ----------------------------- @@ -380,8 +383,11 @@ Compiled PDF file is created as ``docs/guides/_build/html/SoftPatchPanel.pdf``. $ make doc-pdf -You can also compile both of HTML and PDF documentations with ``doc-all``. +You can also compile both of HTML and PDF documentations with ``doc`` or +``doc-all``. .. code-block:: console + $ make doc + # or $ make doc-all -- 2.7.4