From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tama50.ecl.ntt.co.jp (tama50.ecl.ntt.co.jp [129.60.39.147]) by dpdk.org (Postfix) with ESMTP id 177515F29 for ; Mon, 18 Jun 2018 04:41:41 +0200 (CEST) Received: from vc1.ecl.ntt.co.jp (vc1.ecl.ntt.co.jp [129.60.86.153]) by tama50.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id w5I2feVR012883; Mon, 18 Jun 2018 11:41:40 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 5A648EA766A; Mon, 18 Jun 2018 11:41:40 +0900 (JST) Received: from jcms-pop21.ecl.ntt.co.jp (jcms-pop21.ecl.ntt.co.jp [129.60.87.134]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 4F5A1EA765C; Mon, 18 Jun 2018 11:41:40 +0900 (JST) Received: from [IPv6:::1] (watercress.nslab.ecl.ntt.co.jp [129.60.13.73]) by jcms-pop21.ecl.ntt.co.jp (Postfix) with ESMTPSA id 47BDB4008E1; Mon, 18 Jun 2018 11:41:40 +0900 (JST) References: <20180615122941.3053-1-ogawa.yasufumi@lab.ntt.co.jp> From: Yasufumi Ogawa Message-ID: <69c001a0-ff62-e9ff-3f9e-c6bcfec85ec1@lab.ntt.co.jp> Date: Mon, 18 Jun 2018 11:40:14 +0900 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20180615122941.3053-1-ogawa.yasufumi@lab.ntt.co.jp> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-CC-Mail-RelayStamp: 1 To: ferruh.yigit@intel.com, spp@dpdk.org X-TM-AS-MML: disable Subject: Re: [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: Mon, 18 Jun 2018 02:41:42 -0000 Hi Ferruh, Please discard this patch. It is a fixing for patch under the reviewing and it should be done as v2. Sorry for my mistake. Thanks, Yasufumi On 2018/06/15 21:29, ogawa.yasufumi@lab.ntt.co.jp wrote: > 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. > >