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 619F17EDC for ; Wed, 26 Sep 2018 11:10:44 +0200 (CEST) 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 w8Q9Ahgr006960; Wed, 26 Sep 2018 18:10:43 +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 38587140; Wed, 26 Sep 2018 18:10:43 +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 223AB110; Wed, 26 Sep 2018 18:10:43 +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, 26 Sep 2018 18:08:32 +0900 Message-Id: <1537952921-20397-5-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1537952921-20397-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> References: <1537952921-20397-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-TM-AS-MML: disable Subject: [spp] [PATCH v2 04/13] docs: resize figures 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: Wed, 26 Sep 2018 09:10:45 -0000 From: Yasufumi Ogawa This patch is for resizing figures in SPP container for PDF format. Signed-off-by: Yasufumi Ogawa --- docs/guides/tools/sppc/getting_started.rst | 3 +-- docs/guides/tools/sppc/overview.rst | 3 +-- docs/guides/tools/sppc/usecases.rst | 15 +++++---------- 3 files changed, 7 insertions(+), 14 deletions(-) diff --git a/docs/guides/tools/sppc/getting_started.rst b/docs/guides/tools/sppc/getting_started.rst index db6bd1a..8a6b5b8 100644 --- a/docs/guides/tools/sppc/getting_started.rst +++ b/docs/guides/tools/sppc/getting_started.rst @@ -268,8 +268,7 @@ and start forwarding from testpmd. .. _figure_sppc_gsg_testpmd: .. figure:: ../../images/tools/sppc/sppc_gsg_testpmd.* - :height: 340em - :width: 340em + :width: 50% SPP and testpmd on containers diff --git a/docs/guides/tools/sppc/overview.rst b/docs/guides/tools/sppc/overview.rst index 645ebc5..e4b3b62 100644 --- a/docs/guides/tools/sppc/overview.rst +++ b/docs/guides/tools/sppc/overview.rst @@ -22,7 +22,6 @@ an app container. .. _figure_sppc_overview: .. figure:: ../../images/tools/sppc/sppc_overview.* - :height: 640 em - :width: 640 em + :width: 85% SPP container overview diff --git a/docs/guides/tools/sppc/usecases.rst b/docs/guides/tools/sppc/usecases.rst index b9567c0..95a4c28 100644 --- a/docs/guides/tools/sppc/usecases.rst +++ b/docs/guides/tools/sppc/usecases.rst @@ -44,8 +44,7 @@ all of app container processes run on a single node. .. _figure_sppc_usecase_vhost: .. figure:: ../../images/tools/sppc/sppc_usecase_vhost.* - :height: 340em - :width: 340em + :width: 50% Test of vhost PMD in a single node @@ -139,8 +138,7 @@ with ring PMDs in serial. .. _figure_sppc_usecase_ring: .. figure:: ../../images/tools/sppc/sppc_usecase_ring.* - :height: 480em - :width: 680em + :width: 100% Test of ring PMD @@ -274,8 +272,7 @@ as described in next sections. .. _figure_sppc_usecase_l2fwdpktgen: .. figure:: ../../images/tools/sppc/sppc_usecase_l2fwdpktgen.* - :height: 640em - :width: 640em + :width: 85% Chainning pktgen and l2fwd @@ -391,8 +388,7 @@ It is totally 7 lcores while the maximum number is 14. .. _figure_sppc_usecase_l2fwdpktgen_less: .. figure:: ../../images/tools/sppc/sppc_usecase_l2fwdpktgen_less.* - :height: 640em - :width: 640em + :width: 85% Pktgen and l2fwd using less lcores @@ -497,8 +493,7 @@ lcores to share IP addressing. .. _figure_sppc_usecase_lb_pktgen: .. figure:: ../../images/tools/sppc/sppc_usecase_lb_pktgen.* - :height: 580em - :width: 720em + :width: 100% Multi-path configuration with load_balancer and pktgen -- 2.7.4