[spp] [PATCH 0/2] Update status command for forwarder thread
yasufum.o at gmail.com
yasufum.o at gmail.com
Thu Oct 17 14:58:20 CEST 2019
From: Yasufumi Ogawa <yasufum.o at 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
More information about the spp
mailing list