Soft Patch Panel
 help / color / mirror / Atom feed
From: yasufum.o@gmail.com
To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com
Subject: [spp] [PATCH 0/2] Update status command for forwarder thread
Date: Thu, 17 Oct 2019 21:58:20 +0900	[thread overview]
Message-ID: <20191017125822.29309-1-yasufum.o@gmail.com> (raw)

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


             reply	other threads:[~2019-10-17 12:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-17 12:58 yasufum.o [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191017125822.29309-1-yasufum.o@gmail.com \
    --to=yasufum.o@gmail.com \
    --cc=ferruh.yigit@intel.com \
    --cc=spp@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).