[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20170704111537.1886adda@xeon-e3>
Date: Tue, 4 Jul 2017 11:15:37 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: "McCabe, Robert J" <Robert.McCabe@...kwellcollins.com>
Cc: netdev@...r.kernel.org, McCabe@...kwellcollins.com
Subject: Re: [PATCH 1/1 V2] tc: custom qdisc pkt size translation table
On Tue, 4 Jul 2017 10:50:58 -0500
"McCabe, Robert J" <Robert.McCabe@...kwellcollins.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@...kwellcollins.com>
LINKLAYER_CUSTOM was not accepted into the upstream net-next kernel.
Please resubmit after the kernel portion is accepted into net-next.
Powered by blists - more mailing lists