netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: "Sergey V. Lobanov" <sergey@lobanov.in>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH iproute2 v2] Fix Linux priority and band for TOS==0x2 (man 8 tc-prio)
Date: Fri, 9 May 2014 13:30:38 -0700	[thread overview]
Message-ID: <20140509133038.6647d26b@nehalam.linuxnetplumber.net> (raw)
In-Reply-To: <1399663362-23054-1-git-send-email-sergey@lobanov.in>

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

      reply	other threads:[~2014-05-09 20:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

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=20140509133038.6647d26b@nehalam.linuxnetplumber.net \
    --to=stephen@networkplumber.org \
    --cc=netdev@vger.kernel.org \
    --cc=sergey@lobanov.in \
    /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).