* [PATCH iproute2 v2] Fix Linux priority and band for TOS==0x2 (man 8 tc-prio)
@ 2014-05-09 19:22 Sergey V. Lobanov
2014-05-09 20:30 ` Stephen Hemminger
0 siblings, 1 reply; 2+ messages in thread
From: Sergey V. Lobanov @ 2014-05-09 19:22 UTC (permalink / raw)
To: netdev; +Cc: Sergey V. Lobanov
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH iproute2 v2] Fix Linux priority and band for TOS==0x2 (man 8 tc-prio)
2014-05-09 19:22 [PATCH iproute2 v2] Fix Linux priority and band for TOS==0x2 (man 8 tc-prio) Sergey V. Lobanov
@ 2014-05-09 20:30 ` Stephen Hemminger
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2014-05-09 20:30 UTC (permalink / raw)
To: Sergey V. Lobanov; +Cc: netdev
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-05-09 20:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-09 19:22 [PATCH iproute2 v2] Fix Linux priority and band for TOS==0x2 (man 8 tc-prio) Sergey V. Lobanov
2014-05-09 20:30 ` Stephen Hemminger
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).