From: Sergey V. Lobanov Date: Fri, 9 May 2014 19:22:42 +0000 (+0400) Subject: Fix Linux priority and band for TOS==0x2 (man 8 tc-prio) X-Git-Tag: v3.15.0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96e8ab7c58d546e4fee1f4497a02d69e936afae2;p=thirdparty%2Fiproute2.git Fix Linux priority and band for TOS==0x2 (man 8 tc-prio) Due to commit 4a2b9c3(in Linux kernel) Linux priority(skb->priority) changed for TOS==0x2 Signed-off-by: Sergey V. Lobanov --- diff --git a/man/man8/tc-prio.8 b/man/man8/tc-prio.8 index 8c8cb54e8..99a4a2618 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