From: jamal <hadi@cyberus.ca>
To: Alexander Duyck <alexander.h.duyck@intel.com>
Cc: netdev@vger.kernel.org, Stephen Hemminger <shemminger@vyatta.com>
Subject: [PATCH] iproute2: skbedit: Fix help message
Date: Wed, 14 Oct 2009 08:07:21 -0400 [thread overview]
Message-ID: <1255522041.21940.7.camel@dogo.mojatatu.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 108 bytes --]
This fixes the help message on the skbedit action.
Stephen, please apply if Alexander ACKs.
cheers,
jamal
[-- Attachment #2: skbe-help --]
[-- Type: text/plain, Size: 842 bytes --]
commit 28dd9c19a1fa618105238a3302f272e2aee7918a
Author: Jamal Hadi Salim <hadi@cyberus.ca>
Date: Tue Oct 14 07:32:51 2009 -0400
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>
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-10-14 12:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-14 12:07 jamal [this message]
2009-10-14 16:04 ` [PATCH] iproute2: skbedit: Fix help message Duyck, Alexander H
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=1255522041.21940.7.camel@dogo.mojatatu.com \
--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