diff mbox

[iproute2,v2] Fix Linux priority and band for TOS==0x2 (man 8 tc-prio)

Message ID 1399663362-23054-1-git-send-email-sergey@lobanov.in
State Accepted, archived
Delegated to: stephen hemminger
Headers show

Commit Message

Sergey V. Lobanov May 9, 2014, 7:22 p.m. UTC
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(-)

Comments

Stephen Hemminger May 9, 2014, 8:30 p.m. UTC | #1
On Fri,  9 May 2014 23:22:42 +0400
"Sergey V. Lobanov" <sergey@lobanov.in> wrote:

> 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

Applied
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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