From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mogw1202.ocn.ad.jp (mogw1202.ocn.ad.jp [153.149.235.3]) by dpdk.org (Postfix) with ESMTP id BCE7F1D908 for ; Fri, 15 Jun 2018 09:06:21 +0200 (CEST) Received: from mf-smf-ucb022c3 (mf-smf-ucb022c3.ocn.ad.jp [153.153.66.141]) by mogw1202.ocn.ad.jp (Postfix) with ESMTP id 54F96B00242; Fri, 15 Jun 2018 16:06:20 +0900 (JST) Received: from ntt.pod01.mv-mta-ucb026 ([153.149.142.100]) by mf-smf-ucb022c3 with ESMTP id TioIfVK2P2QjaTioOfF7PZ; Fri, 15 Jun 2018 16:06:20 +0900 Received: from smtp.ocn.ne.jp ([153.149.227.165]) by ntt.pod01.mv-mta-ucb026 with id yv6K1x00u3akymp01v6KN6; Fri, 15 Jun 2018 07:06:20 +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 16:06:19 +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 16:06:02 +0900 Message-Id: <20180615070615.15594-3-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180615070615.15594-1-ogawa.yasufumi@lab.ntt.co.jp> References: <20180615070615.15594-1-ogawa.yasufumi@lab.ntt.co.jp> Subject: [spp] [PATCH 02/15] docs: add overview 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 07:06:22 -0000 From: Yasufumi Ogawa Signed-off-by: Yasufumi Ogawa --- docs/guides/tools/sppc/overview.rst | 31 +++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs/guides/tools/sppc/overview.rst diff --git a/docs/guides/tools/sppc/overview.rst b/docs/guides/tools/sppc/overview.rst new file mode 100644 index 0000000..2de91cb --- /dev/null +++ b/docs/guides/tools/sppc/overview.rst @@ -0,0 +1,31 @@ +.. _spp_container_overview: + +.. SPDX-License-Identifier: BSD-3-Clause + Copyright(c) 2017-2018 Nippon Telegraph and Telephone Corporation + + +.. _sppc_overview_overview: + +Overview +======== + +SPP container is a set of tools for running SPP and DPDK applications +with docker. +It consists of shell or python scripts +for building container images and launching app containers +with docker commands. + +As shown in :numref:`figure_sppc_overview`, all of +DPDK applications, including SPP primary and secondary processes, +run inside containers. +SPP controller is just a python script and does not need to be run as +an app container. + + +.. _figure_sppc_overview: + +.. figure:: ../../images/tools/sppc/sppc_overview.* + :height: 640 em + :width: 640 em + + SPP container overview -- 2.17.1