Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/2] Add lcores in status in spp_nfv
@ 2019-01-31  3:06 ogawa.yasufumi
  2019-01-31  3:06 ` [spp] [PATCH 1/2] spp_nfv: add lcores in status info ogawa.yasufumi
  2019-01-31  3:06 ` [spp] [PATCH 2/2] controller: add lcores in status of spp_nfv ogawa.yasufumi
  0 siblings, 2 replies; 3+ messages in thread
From: ogawa.yasufumi @ 2019-01-31  3:06 UTC (permalink / raw)
  To: ferruh.yigit, spp, ogawa.yasufumi

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

This series of patches is to add lcores in status info. Spp_nfv includes
lcores as a list in JSON formatted message.

  {"client-id":2,"status":"idling","lcores":[1,2], ...}

SPP CLI shows lcores in the result of status of nfv command.

  spp > nfv 2; status
  - status: idling
  - lcores: [1, 2]
  - ports:
    - phy:0
    ...


Yasufumi Ogawa (2):
  spp_nfv: add lcores in status info
  controller: add lcores in status of spp_nfv

 src/controller/commands/nfv.py |  2 ++
 src/nfv/commands.h             |  2 ++
 src/nfv/main.c                 | 18 ++++++++++++++++--
 src/nfv/nfv_status.c           | 36 ++++++++++++++++++++++++++++--------
 src/nfv/nfv_status.h           |  4 ++++
 5 files changed, 52 insertions(+), 10 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2019-01-31  3:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-31  3:06 [spp] [PATCH 0/2] Add lcores in status in spp_nfv ogawa.yasufumi
2019-01-31  3:06 ` [spp] [PATCH 1/2] spp_nfv: add lcores in status info ogawa.yasufumi
2019-01-31  3:06 ` [spp] [PATCH 2/2] controller: add lcores in status of spp_nfv 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).