From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tama500.ecl.ntt.co.jp (tama500.ecl.ntt.co.jp [129.60.39.148]) by dpdk.org (Postfix) with ESMTP id 984101B192 for ; Mon, 4 Feb 2019 04:15:20 +0100 (CET) Received: from vc1.ecl.ntt.co.jp (vc1.ecl.ntt.co.jp [129.60.86.153]) by tama500.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id x143FJVM023166; Mon, 4 Feb 2019 12:15:19 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 88BE5EA7A68; Mon, 4 Feb 2019 12:15:19 +0900 (JST) Received: from localhost.localdomain (lobster.nslab.ecl.ntt.co.jp [129.60.13.95]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 7B637EA7B14; Mon, 4 Feb 2019 12:15:19 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: spp@dpdk.org, ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp Date: Mon, 4 Feb 2019 12:13:10 +0900 Message-Id: <1549249990-31841-5-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1549249990-31841-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> References: <1549249990-31841-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-TM-AS-MML: disable Subject: [spp] [PATCH 4/4] docs: add labels for experimental commands 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, 04 Feb 2019 03:15:21 -0000 From: Yasufumi Ogawa To be linked, add labels for each of experimental commands. Signed-off-by: Yasufumi Ogawa --- docs/guides/commands/experimental.rst | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/guides/commands/experimental.rst b/docs/guides/commands/experimental.rst index 6a98ef2..e649a05 100644 --- a/docs/guides/commands/experimental.rst +++ b/docs/guides/commands/experimental.rst @@ -1,5 +1,8 @@ .. SPDX-License-Identifier: BSD-3-Clause - Copyright(c) 2017 Nippon Telegraph and Telephone Corporation + Copyright(c) 2017-2019 Nippon Telegraph and Telephone Corporation + + +.. _commands_experimental: Experimental Commands ===================== @@ -8,6 +11,9 @@ There are experimental commands in SPP controller. It might not work for some cases properly because it is not well tested currently. + +.. _commands_experimental_topo: + topo ---- @@ -143,6 +149,8 @@ To generate a jpg image, run ``topo`` with the name ``network.jpg``. ... network.jpg ... +.. _commands_experimental_topo_subgraph: + topo_subgraph ------------- @@ -214,9 +222,17 @@ delete subgraph ``guest_vm``. spp > topo_subgraph del guest_vm +.. _commands_experimental_topo_resize: + topo_resize ----------- +.. note:: + + This command will be removed because the size of image is configurable + with :ref:`config` command. You can resize images by changing the value of + ``topo_size``. + ``topo_resize`` is a supplemental command for changing the size of images displayed on the terminal with ``topo``. @@ -250,6 +266,8 @@ or ratio. 80% +.. _commands_experimental_load_cmd: + load_cmd -------- -- 2.7.4