From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mogw0901.ocn.ad.jp (mogw0901.ocn.ad.jp [153.149.227.7]) by dpdk.org (Postfix) with ESMTP id 429731D901 for ; Fri, 15 Jun 2018 09:06:20 +0200 (CEST) Received: from mf-smf-ucb025c3 (mf-smf-ucb025c3.ocn.ad.jp [153.153.66.165]) by mogw0901.ocn.ad.jp (Postfix) with ESMTP id A7AC5C00237; Fri, 15 Jun 2018 16:06:18 +0900 (JST) Received: from ntt.pod01.mv-mta-ucb027 ([153.149.142.101]) by mf-smf-ucb025c3 with ESMTP id TioKfTfWTEY61TioMf1puX; Fri, 15 Jun 2018 16:06:18 +0900 Received: from smtp.ocn.ne.jp ([153.149.227.165]) by ntt.pod01.mv-mta-ucb027 with id yv6J1x00Z3akymp01v6JvT; Fri, 15 Jun 2018 07:06:18 +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:18 +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:01 +0900 Message-Id: <20180615070615.15594-2-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 01/15] docs: add index of SPP container tool 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:20 -0000 From: Yasufumi Ogawa SPP container is a management tool for running DPDK application on a container. SPP container provides a set of python scripts for buiding docker image and launching app containers.Containers are connected with SPP and its network is to be easily configurable. This patch is for adding an index file of documents of SPP container. Signed-off-by: Yasufumi Ogawa --- docs/guides/tools/index.rst | 6 +++++- docs/guides/tools/sppc/index.rst | 21 +++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 docs/guides/tools/sppc/index.rst diff --git a/docs/guides/tools/index.rst b/docs/guides/tools/index.rst index 9cf137e..0636dd6 100644 --- a/docs/guides/tools/index.rst +++ b/docs/guides/tools/index.rst @@ -1,3 +1,5 @@ +.. _tools_index: + .. BSD LICENSE Copyright(c) 2010-2014 Intel Corporation. All rights reserved. All rights reserved. @@ -29,8 +31,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Tools -=============== +===== .. toctree:: :maxdepth: 2 :numbered: + + sppc/index diff --git a/docs/guides/tools/sppc/index.rst b/docs/guides/tools/sppc/index.rst new file mode 100644 index 0000000..2fd727f --- /dev/null +++ b/docs/guides/tools/sppc/index.rst @@ -0,0 +1,21 @@ +.. _spp_container_index: + +.. SPDX-License-Identifier: BSD-3-Clause + Copyright(c) 2017-2018 Nippon Telegraph and Telephone Corporation + + +SPP Container +============= + +Running SPP and DPDK applications on containers. + +.. toctree:: + :maxdepth: 1 + + overview + getting_started + install + build_img + app_launcher + usecases + howto_launcher -- 2.17.1