All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: "McCabe, Robert J" <Robert.McCabe@rockwellcollins.com>
Cc: netdev@vger.kernel.org, McCabe@rockwellcollins.com
Subject: Re: [PATCH 1/1 V2] tc: custom qdisc pkt size translation table
Date: Tue, 4 Jul 2017 11:15:37 -0700	[thread overview]
Message-ID: <20170704111537.1886adda@xeon-e3> (raw)
In-Reply-To: <20170704155058.19608-1-Robert.McCabe@rockwellcollins.com>

On Tue,  4 Jul 2017 10:50:58 -0500
"McCabe, Robert J" <Robert.McCabe@rockwellcollins.com> wrote:

> Added the "custom" linklayer qdisc stab option.
> Allows the user to specify the pkt size translation
> parameters from stdin.
> Example:
>    tc qdisc add ... stab tsize 8 linklayer custom htb
>       Custom size table:
>       InputSizeStart -> IntputSizeEnd: OutputSize
>       0              -> 511          : 600
>       512            -> 1023         : 1200
>       1024           -> 1535         : 1800
>       1536           -> 2047         : 2400
>       2048           -> 2559         : 3000
> 
> Signed-off-by: McCabe, Robert J <Robert.McCabe@rockwellcollins.com>

LINKLAYER_CUSTOM was not accepted into the upstream net-next kernel.
Please resubmit after the kernel portion is accepted into net-next.

      reply	other threads:[~2017-07-04 18:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-04 15:50 [PATCH 1/1 V2] tc: custom qdisc pkt size translation table McCabe, Robert J
2017-07-04 18:15 ` 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=20170704111537.1886adda@xeon-e3 \
    --to=stephen@networkplumber.org \
    --cc=McCabe@rockwellcollins.com \
    --cc=Robert.McCabe@rockwellcollins.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.