lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ