Soft Patch Panel
 help / color / mirror / Atom feed
From: ogawa.yasufumi@lab.ntt.co.jp
To: ferruh.yigit@intel.com, spp@dpdk.org, ogawa.yasufumi@lab.ntt.co.jp
Subject: [spp] [PATCH 2/5] docs: update status command of primary
Date: Thu, 31 Jan 2019 20:02:11 +0900	[thread overview]
Message-ID: <1548932534-20983-3-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> (raw)
In-Reply-To: <1548932534-20983-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp>

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

This patch is to update status sub command of pri to include lcores.

Signed-off-by: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>
---
 docs/guides/commands/primary.rst | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/docs/guides/commands/primary.rst b/docs/guides/commands/primary.rst
index 6742d28..11e378c 100644
--- a/docs/guides/commands/primary.rst
+++ b/docs/guides/commands/primary.rst
@@ -10,19 +10,22 @@ Primary process is managed with ``pri`` command.
 status
 ------
 
-Show forwarding statistics of each of ports.
+Show status fo spp_primary and forwarding statistics of each of ports.
 
 .. code-block:: console
 
     spp > pri; status
-    Physical Ports:
-      ID          rx          tx     tx_drop  mac_addr
-       0    78932932    78932931           1  56:48:4f:53:54:00
-    Ring Ports:
-      ID          rx          tx     rx_drop     tx_drop
-       0       89283       89283           0           0
-       1        9208        9203           0           5
-       ...
+    - lcores:
+      - [0]
+    - physical ports:
+        ID          rx          tx     tx_drop  mac_addr
+         0           0           0           0  56:48:4f:53:54:00
+         1           0           0           0  56:48:4f:53:54:01
+    - ring Ports:
+        ID          rx          tx     rx_drop     rx_drop
+         0           0           0           0           0
+         1           0           0           0           0
+
 
 clear
 -----
-- 
2.7.4

  parent reply	other threads:[~2019-01-31 11:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-31 11:02 [spp] [PATCH 0/5] Update documents for new features ogawa.yasufumi
2019-01-31 11:02 ` [spp] [PATCH 1/5] docs: add multiple nodes section in usecases ogawa.yasufumi
2019-01-31 11:02 ` ogawa.yasufumi [this message]
2019-01-31 11:02 ` [spp] [PATCH 3/5] docs: add launch command in primary ogawa.yasufumi
2019-01-31 11:02 ` [spp] [PATCH 4/5] docs: update status command of nfv ogawa.yasufumi
2019-01-31 11:02 ` [spp] [PATCH 5/5] docs: add helper tools ogawa.yasufumi

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=1548932534-20983-3-git-send-email-ogawa.yasufumi@lab.ntt.co.jp \
    --to=ogawa.yasufumi@lab.ntt.co.jp \
    --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).