From: "Sergey V. Lobanov" <sergey@lobanov.in>
To: netdev@vger.kernel.org
Cc: "Sergey V. Lobanov" <sergey@lobanov.in>
Subject: [PATCH iproute2 v2] Fix Linux priority and band for TOS==0x2 (man 8 tc-prio)
Date: Fri, 9 May 2014 23:22:42 +0400 [thread overview]
Message-ID: <1399663362-23054-1-git-send-email-sergey@lobanov.in> (raw)
Due to commit 4a2b9c3(in Linux kernel) Linux priority(skb->priority)
changed for TOS==0x2
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
---
man/man8/tc-prio.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/man8/tc-prio.8 b/man/man8/tc-prio.8
index 1625fcc..78694ea 100644
--- a/man/man8/tc-prio.8
+++ b/man/man8/tc-prio.8
@@ -106,7 +106,7 @@ see in the first column of this table:
TOS Bits Means Linux Priority Band
------------------------------------------------------------
0x0 0 Normal Service 0 Best Effort 1
-0x2 1 Minimize Monetary Cost 1 Filler 2
+0x2 1 Minimize Monetary Cost 0 Best Effort 1
0x4 2 Maximize Reliability 0 Best Effort 1
0x6 3 mmc+mr 0 Best Effort 1
0x8 4 Maximize Throughput 2 Bulk 2
--
1.7.9.5
next reply other threads:[~2014-05-09 19:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-09 19:22 Sergey V. Lobanov [this message]
2014-05-09 20:30 ` [PATCH iproute2 v2] Fix Linux priority and band for TOS==0x2 (man 8 tc-prio) Stephen Hemminger
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=1399663362-23054-1-git-send-email-sergey@lobanov.in \
--to=sergey@lobanov.in \
--cc=netdev@vger.kernel.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).