Soft Patch Panel
 help / color / mirror / Atom feed
From: ogawa.yasufumi@lab.ntt.co.jp
To: spp@dpdk.org, ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp
Subject: [spp] [PATCH 5/6] docs: rename files of usecases in spp_vf
Date: Fri, 15 Feb 2019 02:26:59 +0900	[thread overview]
Message-ID: <20190214172700.5816-6-ogawa.yasufumi@lab.ntt.co.jp> (raw)
In-Reply-To: <20190214172700.5816-1-ogawa.yasufumi@lab.ntt.co.jp>

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

The filenames of usecases in spp_vf is not understandable for which of
usecases, for instance, `usecase1.rst` or so. This update is to revise
the filenames and update `index.rst`.

Signed-off-by: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>
---
 docs/guides/spp_vf/use_cases/index.rst                 | 10 +++++-----
 .../{basic_usecase_mirror.rst => mirror_simple.rst}    |  0
 .../spp_vf/use_cases/{usecase2.rst => mirror_vms.rst}  |  0
 .../spp_vf/use_cases/{usecase3.rst => pcap_simple.rst} |  0
 .../use_cases/{basic_usecase_vf.rst => vf_simple.rst}  |  0
 .../use_cases/{usecase1.rst => vf_ssh_login.rst}       |  0
 6 files changed, 5 insertions(+), 5 deletions(-)
 rename docs/guides/spp_vf/use_cases/{basic_usecase_mirror.rst => mirror_simple.rst} (100%)
 rename docs/guides/spp_vf/use_cases/{usecase2.rst => mirror_vms.rst} (100%)
 rename docs/guides/spp_vf/use_cases/{usecase3.rst => pcap_simple.rst} (100%)
 rename docs/guides/spp_vf/use_cases/{basic_usecase_vf.rst => vf_simple.rst} (100%)
 rename docs/guides/spp_vf/use_cases/{usecase1.rst => vf_ssh_login.rst} (100%)

diff --git a/docs/guides/spp_vf/use_cases/index.rst b/docs/guides/spp_vf/use_cases/index.rst
index 2a0fadb..c9b5206 100644
--- a/docs/guides/spp_vf/use_cases/index.rst
+++ b/docs/guides/spp_vf/use_cases/index.rst
@@ -7,8 +7,8 @@ Use Cases
 .. toctree::
    :maxdepth: 2
 
-   basic_usecase_vf
-   usecase1
-   basic_usecase_mirror
-   usecase2
-   usecase3
+   vf_simple
+   vf_ssh_login
+   mirror_simple
+   mirror_vms
+   pcap_simple
diff --git a/docs/guides/spp_vf/use_cases/basic_usecase_mirror.rst b/docs/guides/spp_vf/use_cases/mirror_simple.rst
similarity index 100%
rename from docs/guides/spp_vf/use_cases/basic_usecase_mirror.rst
rename to docs/guides/spp_vf/use_cases/mirror_simple.rst
diff --git a/docs/guides/spp_vf/use_cases/usecase2.rst b/docs/guides/spp_vf/use_cases/mirror_vms.rst
similarity index 100%
rename from docs/guides/spp_vf/use_cases/usecase2.rst
rename to docs/guides/spp_vf/use_cases/mirror_vms.rst
diff --git a/docs/guides/spp_vf/use_cases/usecase3.rst b/docs/guides/spp_vf/use_cases/pcap_simple.rst
similarity index 100%
rename from docs/guides/spp_vf/use_cases/usecase3.rst
rename to docs/guides/spp_vf/use_cases/pcap_simple.rst
diff --git a/docs/guides/spp_vf/use_cases/basic_usecase_vf.rst b/docs/guides/spp_vf/use_cases/vf_simple.rst
similarity index 100%
rename from docs/guides/spp_vf/use_cases/basic_usecase_vf.rst
rename to docs/guides/spp_vf/use_cases/vf_simple.rst
diff --git a/docs/guides/spp_vf/use_cases/usecase1.rst b/docs/guides/spp_vf/use_cases/vf_ssh_login.rst
similarity index 100%
rename from docs/guides/spp_vf/use_cases/usecase1.rst
rename to docs/guides/spp_vf/use_cases/vf_ssh_login.rst
-- 
2.17.1

  parent reply	other threads:[~2019-02-14 17:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-14 17:26 [spp] [PATCH 0/6] Update docs of spp_pcap ogawa.yasufumi
2019-02-14 17:26 ` [spp] [PATCH 1/6] docs: update design and howto use " ogawa.yasufumi
2019-02-14 17:26 ` [spp] [PATCH 2/6] docs: update spp_pcap commands ogawa.yasufumi
2019-02-14 17:26 ` [spp] [PATCH 3/6] docs: move images of spp_pcap ogawa.yasufumi
2019-02-14 17:26 ` [spp] [PATCH 4/6] docs: update overview image " ogawa.yasufumi
2019-02-14 17:26 ` ogawa.yasufumi [this message]
2019-02-14 17:27 ` [spp] [PATCH 6/6] docs: update usecase " ogawa.yasufumi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190214172700.5816-6-ogawa.yasufumi@lab.ntt.co.jp \
    --to=ogawa.yasufumi@lab.ntt.co.jp \
    --cc=ferruh.yigit@intel.com \
    --cc=spp@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).