Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/2] Update status command for forwarder thread
@ 2019-10-17 12:58 yasufum.o
  2019-10-17 12:58 ` [spp] [PATCH 1/2] spp_primary: add status " yasufum.o
  2019-10-17 12:58 ` [spp] [PATCH 2/2] spp_primary: fix bug of add and del port yasufum.o
  0 siblings, 2 replies; 3+ messages in thread
From: yasufum.o @ 2019-10-17 12:58 UTC (permalink / raw)
  To: spp, ferruh.yigit, yasufum.o

From: Yasufumi Ogawa <yasufum.o@gmail.com>

This update is to add status messages for forwarder thread in
spp_primary which.

If spp_primary is launched with two or more lcores for activating
forwarding, status of this thread is displayed in status as following.

  "master-lcore": 0,
  "lcores": [0,1],
  "forwarder": {  // here
      "status": "idling",
      "ports": ["phy:0", "phy:1"],
      "patches": ["src": "phy:0", "dst": "phy:1"]
  },
  "ring_ports": [
  ...

Yasufumi Ogawa (2):
  spp_primary: add status for forwarder thread
  spp_primary: fix bug of add and del port

 src/cli/commands/pri.py |  40 +--
 src/nfv/commands.h      |   4 +
 src/primary/init.c      |   5 +-
 src/primary/main.c      | 587 ++++++++++++++++++++++++++++++++++------
 4 files changed, 531 insertions(+), 105 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2019-10-17 12:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-17 12:58 [spp] [PATCH 0/2] Update status command for forwarder thread yasufum.o
2019-10-17 12:58 ` [spp] [PATCH 1/2] spp_primary: add status " yasufum.o
2019-10-17 12:58 ` [spp] [PATCH 2/2] spp_primary: fix bug of add and del port yasufum.o

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