Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/8] Update topo to support other than spp_nfv
@ 2019-08-12  7:12 Yasufumi Ogawa
  2019-08-12  7:12 ` [spp] [PATCH 1/8] cli: remove topo_resize command Yasufumi Ogawa
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Yasufumi Ogawa @ 2019-08-12  7:12 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

Topo command is to output a network diagram graphically and useful for
users to understand the network configuration. However, it is still
experimental and the feature is very limited. It only supports spp_nfv,
and three types of ports.

This series of update is to add supported types of secondaries and
ports. Now all of secondaries and almost of ports are supprted in topo.

This update is also fix a problem in which graph cannot be resized if
config param `topo_size` is changed. For this fix, `topo_resize`
command is removed because it is not required anymore.

Yasufumi Ogawa (8):
  cli: remove topo_resize command
  cli: revise composing dot script
  cli: move style params for dot to config
  cli: add to get sec ID and procs to SppCtlClient
  cli: support other than spp_nfv in topo command
  cli: add port types for topo command
  cli: add checking JSON objs in topo
  cli: revise description for imgcat

 docs/guides/commands/experimental.rst |  15 +-
 src/cli/commands/topo.py              | 630 +++++++++++++++++---------
 src/cli/config/default.yml            |   8 +-
 src/cli/config/topo.yml               |   8 +
 src/cli/shell.py                      |  61 +--
 src/cli/spp_ctl_client.py             |  42 ++
 6 files changed, 498 insertions(+), 266 deletions(-)
 create mode 100644 src/cli/config/topo.yml

-- 
2.17.1


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

end of thread, other threads:[~2019-08-12  7:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-12  7:12 [spp] [PATCH 0/8] Update topo to support other than spp_nfv Yasufumi Ogawa
2019-08-12  7:12 ` [spp] [PATCH 1/8] cli: remove topo_resize command Yasufumi Ogawa
2019-08-12  7:12 ` [spp] [PATCH 2/8] cli: revise composing dot script Yasufumi Ogawa
2019-08-12  7:12 ` [spp] [PATCH 3/8] cli: move style params for dot to config Yasufumi Ogawa
2019-08-12  7:12 ` [spp] [PATCH 4/8] cli: add to get sec ID and procs to SppCtlClient Yasufumi Ogawa
2019-08-12  7:12 ` [spp] [PATCH 5/8] cli: support other than spp_nfv in topo command Yasufumi Ogawa
2019-08-12  7:12 ` [spp] [PATCH 6/8] cli: add port types for " Yasufumi Ogawa
2019-08-12  7:12 ` [spp] [PATCH 7/8] cli: add checking JSON objs in topo Yasufumi Ogawa
2019-08-12  7:12 ` [spp] [PATCH 8/8] cli: revise description for imgcat Yasufumi Ogawa

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