On Tue, 4 Jul 2017 10:50:58 -0500 "McCabe, Robert J" <robert.mcc...@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.mcc...@rockwellcollins.com> LINKLAYER_CUSTOM was not accepted into the upstream net-next kernel. Please resubmit after the kernel portion is accepted into net-next.