Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/5] update SPP CLI
@ 2018-12-12  2:03 ogawa.yasufumi
  2018-12-12  2:03 ` [spp] [PATCH 1/5] controller: change sec command to nfv ogawa.yasufumi
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ogawa.yasufumi @ 2018-12-12  2:03 UTC (permalink / raw)
  To: ferruh.yigit, spp, ogawa.yasufumi

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

Hi,

This series of patches is for three updates for SPP CLI. It also include
other misc upates for refactoring.

1. Change sec command to nfv

As suggested in [1], there are several commands in SPP CLI for managing
secondary processes, `sec`, `vf` and `mirror`, and `sec` should be
changed to `nfv`.

[1] https://mails.dpdk.org/archives/spp/2018-November/000990.html

2. Add checking for add and del commands

To avoid invalid operations for ports, add checking for the operations.
If you add a port which is already registered actually, it might cause
a problem.

3. Update bye command to support spp_vf and spp_mirror

Bye command is available ony for spp_nfv because spp_vf and spp_mirror
does not provide `exit` command for graceful termination. This update is
to add exiting spp_vf and spp_mirror with `bye` command for graceful
shutdown.

Thanks,
Yasufumi

Yasufumi Ogawa (5):
  controller: change sec command to nfv
  controller: change to exclude used port from del
  controller: add checking for add and del cmds
  controller: refactor SppNfv class
  controller: update SppBye class

 src/controller/commands/bye.py |  27 +--
 src/controller/commands/nfv.py | 435 +++++++++++++++++++++++++++++++++++++++++
 src/controller/commands/sec.py | 202 -------------------
 src/controller/shell.py        | 153 ++++++++++-----
 4 files changed, 551 insertions(+), 266 deletions(-)
 create mode 100644 src/controller/commands/nfv.py
 delete mode 100644 src/controller/commands/sec.py

-- 
2.7.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-12-12  2:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-12  2:03 [spp] [PATCH 0/5] update SPP CLI ogawa.yasufumi
2018-12-12  2:03 ` [spp] [PATCH 1/5] controller: change sec command to nfv ogawa.yasufumi
2018-12-12  2:03 ` [spp] [PATCH 2/5] controller: change to exclude used port from del ogawa.yasufumi
2018-12-12  2:03 ` [spp] [PATCH 3/5] controller: add checking for add and del cmds ogawa.yasufumi
2018-12-12  2:03 ` [spp] [PATCH 4/5] controller: refactor SppNfv class ogawa.yasufumi
2018-12-12  2:03 ` [spp] [PATCH 5/5] controller: update SppBye class ogawa.yasufumi

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).