From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mogw1010.ocn.ad.jp (mogw1010.ocn.ad.jp [153.149.231.16]) by dpdk.org (Postfix) with ESMTP id A92861D5D5 for ; Fri, 15 Jun 2018 14:29:44 +0200 (CEST) Received: from mf-smf-ucb025c3 (mf-smf-ucb025c3.ocn.ad.jp [153.153.66.165]) by mogw1010.ocn.ad.jp (Postfix) with ESMTP id 19158C8023A; Fri, 15 Jun 2018 21:29:43 +0900 (JST) Received: from ntt.pod01.mv-mta-ucb019 ([153.149.142.82]) by mf-smf-ucb025c3 with ESMTP id TnrGfTzltEY61TnrLf2QIV; Fri, 15 Jun 2018 21:29:43 +0900 Received: from smtp.ocn.ne.jp ([153.149.227.134]) by ntt.pod01.mv-mta-ucb019 with id z0Vj1x0012ud8JZ010Vj1e; Fri, 15 Jun 2018 12:29:43 +0000 Received: from localhost.localdomain (p5164-ipngn8501marunouchi.tokyo.ocn.ne.jp [153.214.228.164]) by smtp.ocn.ne.jp (Postfix) with ESMTPA; Fri, 15 Jun 2018 21:29:42 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com, spp@dpdk.org Cc: Yasufumi Ogawa Date: Fri, 15 Jun 2018 21:29:41 +0900 Message-Id: <20180615122941.3053-1-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.17.1 Subject: [spp] [PATCH] docs: fix wrong descs of SPP container 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: Fri, 15 Jun 2018 12:29:45 -0000 From: Yasufumi Ogawa Signed-off-by: Yasufumi Ogawa --- docs/guides/tools/sppc/getting_started.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/guides/tools/sppc/getting_started.rst b/docs/guides/tools/sppc/getting_started.rst index da7d3d9..a169cbb 100644 --- a/docs/guides/tools/sppc/getting_started.rst +++ b/docs/guides/tools/sppc/getting_started.rst @@ -105,12 +105,16 @@ All of images are referred from ``docker images`` command. .. code-block:: console - # latest DPDK on Ubuntu 16.04 + # latest DPDK on latest Ubuntu $ python build/main.py -t dpdk --dist-name ubuntu --dist-ver latest # it is also the same $ python build/main.py -t dpdk + # or use Ubuntu 16.04 + $ python build/main.py -t dpdk --dist-ver 16.04 + + .. warning:: Currently, the latest version of Ubuntu is 18.04 and DPDK is 18.05. @@ -156,7 +160,7 @@ SPP controller is launched in the terminal 1 in this guide. SPP controller provides ``topo term`` which shows network topology in a terminal. - However, there are a new terminal apps supporing this feature. + However, there are a few terminals supporing this feature. ``mlterm`` is the most useful and easy to customize. Refer :doc:`../../commands/experimental` for ``topo`` command. -- 2.17.1