]> git.ipfire.org Git - thirdparty/iproute2.git/commit
tc : SFB flow scheduler
authorJuliusz Chroboczek <Juliusz.Chroboczek@pps.jussieu.fr>
Thu, 24 Mar 2011 17:44:09 +0000 (18:44 +0100)
committerStephen Hemminger <shemminger@vyatta.com>
Tue, 12 Apr 2011 21:27:37 +0000 (14:27 -0700)
commitd7f3299d591e31f84ea3b8d4549d4019da1f9a7b
treee6221f966c0c5f20ea4e9f4aee0fd6d8756053f2
parent876cd7fa1001c538f6d2211745ac396d32659b2b
tc : SFB flow scheduler

Supports SFB qdisc (included in linux-2.6.39)

1) Setup phase : accept non default parameters

2) dump information

qdisc sfb 11: parent 1:11 limit 1 max 25 target 20
  increment 0.00050 decrement 0.00005 penalty rate 10 burst 20 (600000ms 60000ms)
 Sent 47991616 bytes 521648 pkt (dropped 549245, overlimits 549245 requeues 0)
 rate 7193Kbit 9774pps backlog 0b 0p requeues 0
  earlydrop 0 penaltydrop 0 bucketdrop 0 queuedrop 549245 childdrop 0 marked 0
  maxqlen 0 maxprob 0.00000 avgprob 0.00000

Signed-off-by: Juliusz Chroboczek <Juliusz.Chroboczek@pps.jussieu.fr>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
tc/Makefile
tc/q_sfb.c [new file with mode: 0644]