[spp] [PATCH] docs: fix wrong descs of SPP container

Yasufumi Ogawa ogawa.yasufumi at lab.ntt.co.jp
Mon Jun 18 04:40:14 CEST 2018


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 at lab.ntt.co.jp wrote:
> From: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
> 
> Signed-off-by: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
> ---
>   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.
>   
> 



More information about the spp mailing list