Soft Patch Panel
 help / color / mirror / Atom feed
From: Yasufumi Ogawa <yasufum.o@gmail.com>
To: Hideyuki Yamashita <yamashita.hideyuki@ntt-tx.co.jp>
Cc: ferruh.yigit@intel.com, spp@dpdk.org, x-fn-spp@sl.ntt-tx.co.jp
Subject: Re: [spp] [spp 04745]  [PATCH 0/7] Update docs and rcps.
Date: Tue, 28 Jan 2020 19:55:52 +0900	[thread overview]
Message-ID: <c64112dd-606d-8748-88ce-1df6d9cc5117@gmail.com> (raw)
In-Reply-To: <20200109153911.500A.17218CA3@ntt-tx.co.jp_1>

On 2020/01/09 15:39, Hideyuki Yamashita wrote:
> Hello,
> 
> I would like to clarify the target repository.
> 
> My intention of sending the patch set was to include those into stable-v18.08
> not master.
> 
> Thanks!
Applied, thanks!

> 
> BR,
> Hideyuki Yamashita
> NTT TechnoCross
> 
>> From: Hideyuki Yamashita <yamashita.hideyuki@po.ntt-tx.co.jp>
>>
>> For SPP 18.08.04, there are several incorrectness and missing part on
>> both docs and rcps.
>> This patch set fixes above.
>>
>> Hideyuki Yamashita (7):
>>    rcps: add vhost related rcps for spp_nfv
>>    rcps: fix rcps for setting up spp_vf
>>    rcps: fix typos for setting up spp_vf
>>    rcps: fix rcps for shutting down spp_vf
>>    rcps: add rcps for spp_mirror
>>    docs: adds spp-vm1.xml
>>    docs: fix incorrect commands in usecases.
>>
>>   docs/guides/gsg/howto_use.rst                 | 85 ++++---------------
>>   docs/guides/usecases/multi_nodes.rst          |  4 +-
>>   docs/guides/usecases/spp_nfv.rst              |  2 +-
>>   docs/guides/usecases/spp_vf.rst               | 10 +--
>>   docs/samples/gsg/spp-vm1.xml                  | 81 ++++++++++++++++++
>>   .../monitoring/1_vf_start_comp.rcps           |  8 ++
>>   .../spp_mirror/monitoring/2_vf_add_ports.rcps | 21 +++++
>>   .../spp_mirror/monitoring/3_vf_reg_mac.rcps   |  6 ++
>>   .../monitoring/4_mir_start_monitoring.rcps    | 10 +++
>>   .../monitoring/5_mir_stop_monitoring.rcps     | 13 +++
>>   .../spp_mirror/monitoring/6_vf_del_mac.rcps   |  3 +
>>   .../spp_mirror/monitoring/7_vf_del_ports.rcps | 21 +++++
>>   .../spp_mirror/monitoring/8_vf_stop_comp.rcps | 14 +++
>>   .../1_vhost_single_unidir.rcps                | 10 +++
>>   .../spp_nfv/single_with_vhost/2_clean.rcps    |  9 ++
>>   .../ssh_login/setup/1_start_components.rcps   |  2 +-
>>   .../ssh_login/setup/4_start_components.rcps   |  2 +-
>>   .../ssh_login/setup/6_reg_mac_path2.rcps      |  4 +-
>>   .../ssh_login/shutdown/1-del_mac_path1.rcps   |  3 -
>>   .../ssh_login/shutdown/1_del_mac_path1.rcps   |  3 +
>>   .../ssh_login/shutdown/2-del_ports_path1.rcps | 20 -----
>>   .../ssh_login/shutdown/2_del_ports_path1.rcps | 17 ++++
>>   .../ssh_login/shutdown/3-stop_components.rcps |  7 --
>>   .../ssh_login/shutdown/3_stop_components.rcps |  7 ++
>>   .../ssh_login/shutdown/4-del_mac_path2.rcps   |  3 -
>>   .../ssh_login/shutdown/4_del_mac_path2.rcps   |  3 +
>>   .../ssh_login/shutdown/5-del_ports_path2.rcps | 20 -----
>>   .../ssh_login/shutdown/5_del_ports_path2.rcps | 17 ++++
>>   .../ssh_login/shutdown/6-stop_components.rcps |  7 --
>>   .../ssh_login/shutdown/6_stop_components.rcps |  7 ++
>>   .../spp_vf/ssh_login/shutdown/7-flush.rcps    |  1 -
>>   .../spp_vf/ssh_login/shutdown/7_exit.rcps     |  1 +
>>   32 files changed, 281 insertions(+), 140 deletions(-)
>>   create mode 100644 docs/samples/gsg/spp-vm1.xml
>>   create mode 100644 recipes/usecases/spp_mirror/monitoring/1_vf_start_comp.rcps
>>   create mode 100644 recipes/usecases/spp_mirror/monitoring/2_vf_add_ports.rcps
>>   create mode 100644 recipes/usecases/spp_mirror/monitoring/3_vf_reg_mac.rcps
>>   create mode 100644 recipes/usecases/spp_mirror/monitoring/4_mir_start_monitoring.rcps
>>   create mode 100644 recipes/usecases/spp_mirror/monitoring/5_mir_stop_monitoring.rcps
>>   create mode 100644 recipes/usecases/spp_mirror/monitoring/6_vf_del_mac.rcps
>>   create mode 100644 recipes/usecases/spp_mirror/monitoring/7_vf_del_ports.rcps
>>   create mode 100644 recipes/usecases/spp_mirror/monitoring/8_vf_stop_comp.rcps
>>   create mode 100644 recipes/usecases/spp_nfv/single_with_vhost/1_vhost_single_unidir.rcps
>>   create mode 100644 recipes/usecases/spp_nfv/single_with_vhost/2_clean.rcps
>>   delete mode 100644 recipes/usecases/spp_vf/ssh_login/shutdown/1-del_mac_path1.rcps
>>   create mode 100644 recipes/usecases/spp_vf/ssh_login/shutdown/1_del_mac_path1.rcps
>>   delete mode 100644 recipes/usecases/spp_vf/ssh_login/shutdown/2-del_ports_path1.rcps
>>   create mode 100644 recipes/usecases/spp_vf/ssh_login/shutdown/2_del_ports_path1.rcps
>>   delete mode 100644 recipes/usecases/spp_vf/ssh_login/shutdown/3-stop_components.rcps
>>   create mode 100644 recipes/usecases/spp_vf/ssh_login/shutdown/3_stop_components.rcps
>>   delete mode 100644 recipes/usecases/spp_vf/ssh_login/shutdown/4-del_mac_path2.rcps
>>   create mode 100644 recipes/usecases/spp_vf/ssh_login/shutdown/4_del_mac_path2.rcps
>>   delete mode 100644 recipes/usecases/spp_vf/ssh_login/shutdown/5-del_ports_path2.rcps
>>   create mode 100644 recipes/usecases/spp_vf/ssh_login/shutdown/5_del_ports_path2.rcps
>>   delete mode 100644 recipes/usecases/spp_vf/ssh_login/shutdown/6-stop_components.rcps
>>   create mode 100644 recipes/usecases/spp_vf/ssh_login/shutdown/6_stop_components.rcps
>>   delete mode 100644 recipes/usecases/spp_vf/ssh_login/shutdown/7-flush.rcps
>>   create mode 100644 recipes/usecases/spp_vf/ssh_login/shutdown/7_exit.rcps
>>
>> -- 
>> 2.17.1
>>
> 
> 

      reply	other threads:[~2020-01-28 10:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-09  2:51 [spp] " x-fn-spp
2020-01-09  6:39 ` [spp] [spp 04745] " Hideyuki Yamashita
2020-01-28 10:55   ` Yasufumi Ogawa [this message]

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=c64112dd-606d-8748-88ce-1df6d9cc5117@gmail.com \
    --to=yasufum.o@gmail.com \
    --cc=ferruh.yigit@intel.com \
    --cc=spp@dpdk.org \
    --cc=x-fn-spp@sl.ntt-tx.co.jp \
    --cc=yamashita.hideyuki@ntt-tx.co.jp \
    /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).