From: jamal <hadi@cyberus.ca>
To: Stephen Hemminger <shemminger@vyatta.com>
Cc: netdev@vger.kernel.org, Alexander Duyck <alexander.h.duyck@intel.com>
Subject: [PATCH 1/2] iproute2 skbedit: Fix help message
Date: Thu, 03 Dec 2009 08:27:24 -0500 [thread overview]
Message-ID: <1259846844.3766.36.camel@bigi> (raw)
[-- Attachment #1: Type: text/plain, Size: 135 bytes --]
Currently the help text for skbedit implies you can either pass queue
mapping or priority. Truth is you can pass both
cheers,
jamal
[-- Attachment #2: skbehelp-p --]
[-- Type: text/plain, Size: 906 bytes --]
commit ca50bc332fc8f2cba0468fe133d41d78a0be7b71
Author: Jamal Hadi Salim <hadi@cyberus.ca>
Date: Thu Dec 3 08:14:11 2009 -0500
skbedit: Fix help message
Currently the help text implies you can either pass queue mapping
or priority. Truth is you can pass both
Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca>
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
diff --git a/tc/m_skbedit.c b/tc/m_skbedit.c
index 9044353..ecb1f2d 100644
--- a/tc/m_skbedit.c
+++ b/tc/m_skbedit.c
@@ -31,8 +31,9 @@
static void
explain(void)
{
- fprintf(stderr, "Usage: ... skbedit "
- "queue_mapping QUEUE_MAPPING | priority PRIORITY \n"
+ fprintf(stderr, "Usage: ... skbedit <[QM] [PM]>\n"
+ "QM = queue_mapping QUEUE_MAPPING\n"
+ "PM = priority PRIORITY \n"
"QUEUE_MAPPING = device transmit queue to use\n"
"PRIORITY = classID to assign to priority field\n");
}
next reply other threads:[~2009-12-03 13:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-03 13:27 jamal [this message]
2009-12-26 19:07 ` [PATCH 1/2] iproute2 skbedit: Fix help message Stephen Hemminger
2009-12-26 21:12 ` jamal
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=1259846844.3766.36.camel@bigi \
--to=hadi@cyberus.ca \
--cc=alexander.h.duyck@intel.com \
--cc=netdev@vger.kernel.org \
--cc=shemminger@vyatta.com \
/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).