[spp] [PATCH v2 02/15] docs: add overview of SPP container

ogawa.yasufumi at lab.ntt.co.jp ogawa.yasufumi at lab.ntt.co.jp
Mon Jun 18 08:21:25 CEST 2018


From: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>

Signed-off-by: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
---
 docs/guides/tools/sppc/overview.rst | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 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..645ebc5
--- /dev/null
+++ b/docs/guides/tools/sppc/overview.rst
@@ -0,0 +1,28 @@
+..  SPDX-License-Identifier: BSD-3-Clause
+    Copyright(c) 2017-2018 Nippon Telegraph and Telephone Corporation
+
+.. _spp_container_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



More information about the spp mailing list