From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mogw0225.ocn.ad.jp (mogw0225.ocn.ad.jp [114.147.58.31]) by dpdk.org (Postfix) with ESMTP id F09625F2A for ; Mon, 18 Jun 2018 08:21:42 +0200 (CEST) Received: from mf-smf-ucb025c2 (mf-smf-ucb025c2.ocn.ad.jp [153.153.66.164]) by mogw0225.ocn.ad.jp (Postfix) with ESMTP id 8C91A49C31E; Mon, 18 Jun 2018 15:21:41 +0900 (JST) Received: from ntt.pod01.mv-mta-ucb022 ([153.149.142.85]) by mf-smf-ucb025c2 with ESMTP id UnXnfRNlCKIlZUnXpfyB0E; Mon, 18 Jun 2018 15:21:41 +0900 Received: from smtp.ocn.ne.jp ([153.149.227.133]) by ntt.pod01.mv-mta-ucb022 with id 06Mh1y00L2tKTyH016Mh2e; Mon, 18 Jun 2018 06:21:41 +0000 Received: from localhost.localdomain (p5164-ipngn8501marunouchi.tokyo.ocn.ne.jp [153.214.228.164]) by smtp.ocn.ne.jp (Postfix) with ESMTPA; Mon, 18 Jun 2018 15:21:41 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com, spp@dpdk.org, nakamura.hiroyuki@po.ntt-tx.co.jp Cc: Yasufumi Ogawa Date: Mon, 18 Jun 2018 15:21:24 +0900 Message-Id: <20180618062138.13263-2-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180618062138.13263-1-ogawa.yasufumi@lab.ntt.co.jp> References: <20180615070615.15594-1-ogawa.yasufumi@lab.ntt.co.jp> <20180618062138.13263-1-ogawa.yasufumi@lab.ntt.co.jp> Subject: [spp] [PATCH v2 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: Mon, 18 Jun 2018 06:21:43 -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 | 20 ++++++++++++++++++++ 2 files changed, 25 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..f6ee8c7 100644 --- a/docs/guides/tools/index.rst +++ b/docs/guides/tools/index.rst @@ -28,9 +28,13 @@ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +.. _tools_index: + 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..6ed9a5b --- /dev/null +++ b/docs/guides/tools/sppc/index.rst @@ -0,0 +1,20 @@ +.. SPDX-License-Identifier: BSD-3-Clause + Copyright(c) 2017-2018 Nippon Telegraph and Telephone Corporation + +.. _spp_container_index: + +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