dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
From: Pablo de Lara <pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
To: dev-VfR2kkLFssw@public.gmane.org
Subject: [PATCH 4/4] doc: Various document fixes in testpmd UG
Date: Sat, 15 Nov 2014 19:13:16 +0000	[thread overview]
Message-ID: <1416078796-689-5-git-send-email-pablo.de.lara.guarch@intel.com> (raw)
In-Reply-To: <1416078796-689-1-git-send-email-pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
---
 doc/guides/testpmd_app_ug/testpmd_funcs.rst |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index 2e64a3a..7dd9c3a 100644
--- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst
+++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
@@ -103,7 +103,7 @@ stop
 quit
 ~~~~
 
-Quit to prompt in Linux or reboot on Baremetal:
+Quit to prompt in Linux/FreeBSD or reboot on Baremetal:
 
 quit
 
@@ -153,10 +153,12 @@ For example:
 show port rss-hash
 ~~~~~~~~~~~~~~~~~~
 
-Display the RSS hash functions and RSS hash key of port (port_id).
+Display the RSS hash functions and RSS hash key of a port:
 
-show port (port_id) rss-hash [key] clear port
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+show port (port_id) rss-hash [key]
+
+clear port
+~~~~~~~~~~
 
 Clear the port statistics for a given port or for all ports:
 
-- 
1.7.4.1

  parent reply	other threads:[~2014-11-15 19:13 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-15 19:13 [PATCH 0/4] doc: Updated testpmd UG due to latest changes in the app Pablo de Lara
     [not found] ` <1416078796-689-1-git-send-email-pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-11-15 19:13   ` [PATCH 1/4] doc: Added new commands in testpmd UG Pablo de Lara
2014-11-15 19:13   ` [PATCH 2/4] doc: Corrected info for tx_checksum set mask function, " Pablo de Lara
     [not found]     ` <1416078796-689-3-git-send-email-pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-11-15 19:19       ` Jayakumar, Muthurajan
2014-11-17 10:39       ` Olivier MATZ
     [not found]         ` <5469D061.8050805-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
2014-11-17 10:47           ` De Lara Guarch, Pablo
     [not found]             ` <E115CCD9D858EF4F90C690B0DCB4D8972684001A-kPTMFJFq+rEMvF1YICWikbfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-11-26 12:41               ` Thomas Monjalon
2014-11-26 13:26                 ` De Lara Guarch, Pablo
2014-11-15 19:13   ` [PATCH 3/4] doc: Moved commands in testpmd UG to match testpmd command help order Pablo de Lara
2014-11-15 19:13   ` Pablo de Lara [this message]
     [not found]     ` <1416078796-689-5-git-send-email-pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-12-03 13:17       ` [PATCH 4/4] doc: Various document fixes in testpmd UG Thomas Monjalon
2014-12-03 13:26         ` De Lara Guarch, Pablo
     [not found]           ` <E115CCD9D858EF4F90C690B0DCB4D89726872E4A-kPTMFJFq+rEMvF1YICWikbfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-12-03 13:38             ` Thomas Monjalon
2014-12-04 11:27         ` Iremonger, Bernard
2014-11-18 17:04   ` [PATCH v2 0/4] doc: Updated testpmd UG due to latest changes in the app Pablo de Lara
     [not found]     ` <1416330293-2947-1-git-send-email-pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-11-18 17:04       ` [PATCH v2 1/4] doc: Added new commands in testpmd UG Pablo de Lara
     [not found]         ` <1416330293-2947-2-git-send-email-pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-11-19 13:40           ` Iremonger, Bernard
2014-11-18 17:04       ` [PATCH v2 2/4] doc: Corrected info for tx_checksum set mask function, " Pablo de Lara
     [not found]         ` <1416330293-2947-3-git-send-email-pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-11-19 13:42           ` Iremonger, Bernard
2014-11-18 17:04       ` [PATCH v2 3/4] doc: Moved commands in testpmd UG to match testpmd command help order Pablo de Lara
     [not found]         ` <1416330293-2947-4-git-send-email-pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-11-19 13:48           ` Iremonger, Bernard
2014-11-18 17:04       ` [PATCH v2 4/4] doc: Various document fixes in testpmd UG Pablo de Lara
     [not found]         ` <1416330293-2947-5-git-send-email-pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-11-19 13:50           ` Iremonger, Bernard
2014-11-27 16:49       ` [PATCH v3 0/4] new sample app UG for VM power management Pablo de Lara
     [not found]         ` <1417106973-25766-1-git-send-email-pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-11-27 16:49           ` [PATCH v3 1/4] doc: Added new commands in testpmd UG Pablo de Lara
2014-11-27 16:49           ` [PATCH v3 2/4] doc: Corrected info for tx_checksum set mask function, " Pablo de Lara
2014-11-27 16:49           ` [PATCH v3 3/4] doc: Moved commands in testpmd UG to match testpmd command help order Pablo de Lara
2014-11-27 16:49           ` [PATCH v3 4/4] doc: Various document fixes in testpmd UG Pablo de Lara
2014-11-27 16:52           ` [PATCH v3 0/4] new sample app UG for VM power management De Lara Guarch, Pablo
2014-11-27 19:47           ` [PATCH v4 0/4] Updated testpmd UG due to latest changes in the app Pablo de Lara
     [not found]             ` <1417117647-28746-1-git-send-email-pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-11-27 19:47               ` [PATCH v4 1/4] doc: Added new commands in testpmd UG Pablo de Lara
2014-11-27 19:47               ` [PATCH v4 2/4] doc: Corrected info for tx_checksum set mask function, " Pablo de Lara
2014-11-27 19:47               ` [PATCH v4 3/4] doc: Moved commands in testpmd UG to match testpmd command help order Pablo de Lara
2014-11-27 19:47               ` [PATCH v4 4/4] doc: Various document fixes in testpmd UG Pablo de Lara
2014-12-01 11:40               ` [PATCH v5 0/4] Updated testpmd UG due to latest changes in the app Pablo de Lara
     [not found]                 ` <1417434048-12515-1-git-send-email-pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-12-01 11:40                   ` [PATCH v5 1/4] doc: Added new commands in testpmd UG Pablo de Lara
     [not found]                     ` <1417434048-12515-2-git-send-email-pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-12-01 12:32                       ` Iremonger, Bernard
2014-12-01 11:40                   ` [PATCH v5 2/4] doc: Corrected info for tx_checksum set mask function, " Pablo de Lara
2014-12-01 11:40                   ` [PATCH v5 3/4] doc: Moved commands in testpmd UG to match testpmd command help order Pablo de Lara
     [not found]                     ` <1417434048-12515-4-git-send-email-pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-12-01 12:36                       ` Iremonger, Bernard
2014-12-01 11:40                   ` [PATCH v5 4/4] doc: Various document fixes in testpmd UG Pablo de Lara
     [not found]                     ` <1417434048-12515-5-git-send-email-pablo.de.lara.guarch-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-12-01 12:37                       ` Iremonger, Bernard

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=1416078796-689-5-git-send-email-pablo.de.lara.guarch@intel.com \
    --to=pablo.de.lara.guarch-ral2jqcrhueavxtiumwx3w@public.gmane.org \
    --cc=dev-VfR2kkLFssw@public.gmane.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).