Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/7] Update for fixing errors for CLI
@ 2020-01-16 12:02 Yasufumi Ogawa
  2020-01-16 12:02 ` [spp] [PATCH 1/7] shared: revise vdev prefixs of pcap and nullpmd Yasufumi Ogawa
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Yasufumi Ogawa @ 2020-01-16 12:02 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

There are some errors are occured if CLI reqests spp_primary for adding
or deleting ports even though no forwarder thread is running. Without
the thread, it has no mean to add or delete resources for the thread

This update is to add checking if there is a forwarder thread is
running, or refuse the request for the thread. It also includes other
tiny bug fixes.

Yasufumi Ogawa (7):
  shared: revise vdev prefixs of pcap and nullpmd
  shared: fix wrong port_type in parsing dev name
  cli: add filter for running pri commands
  cli: fix error in asking ports if no pri forwarder
  cli: fix terminated if spp_primary is not running
  cli: move logfile to under project log dir
  cli: fix parsing forward and stop commands

 src/cli/commands/pri.py   | 109 ++++++++++++++++++++++++++++++--------
 src/cli/spp_common.py     |  19 ++++---
 src/cli/spp_ctl_client.py |  15 +++---
 src/shared/common.c       |  18 +++----
 src/shared/common.h       |   4 +-
 5 files changed, 118 insertions(+), 47 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-01-16 12:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-16 12:02 [spp] [PATCH 0/7] Update for fixing errors for CLI Yasufumi Ogawa
2020-01-16 12:02 ` [spp] [PATCH 1/7] shared: revise vdev prefixs of pcap and nullpmd Yasufumi Ogawa
2020-01-16 12:02 ` [spp] [PATCH 2/7] shared: fix wrong port_type in parsing dev name Yasufumi Ogawa
2020-01-16 12:02 ` [spp] [PATCH 3/7] cli: add filter for running pri commands Yasufumi Ogawa
2020-01-16 12:02 ` [spp] [PATCH 4/7] cli: fix error in asking ports if no pri forwarder Yasufumi Ogawa
2020-01-16 12:02 ` [spp] [PATCH 5/7] cli: fix terminated if spp_primary is not running Yasufumi Ogawa
2020-01-16 12:02 ` [spp] [PATCH 6/7] cli: move logfile to under project log dir Yasufumi Ogawa
2020-01-16 12:02 ` [spp] [PATCH 7/7] cli: fix parsing forward and stop commands 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).