HomeSort by relevance Sort by last modified time
    Searched full:maxburst (Results 1 - 17 of 17) sorted by null

  /external/iproute2/tc/
tc_cbq.h 5 int ewma_log, unsigned maxburst);
tc_cbq.c 28 int ewma_log, unsigned maxburst)
35 if (bndw != rate && maxburst) {
37 vxmt *= (pow(g, -(double)maxburst) - 1);
q_cbq.c 29 fprintf(stderr, "Usage: ... cbq bandwidth BPS rate BPS maxburst PKTS [ avpkt BYTES ]\n");
195 unsigned minburst=0, maxburst=0; local
233 } else if (matches(*argv, "maxburst") == 0) {
235 if (get_u32(&maxburst, *argv, 0)) {
236 explain1("maxburst");
399 lss.maxidle = tc_cbq_calc_maxidle(bndw, r.rate, lss.avpkt, ewma_log, maxburst);
q_tbf.c 80 strcmp(*argv, "maxburst") == 0) {
m_police.c 161 strcmp(*argv, "maxburst") == 0) {
q_htb.c 152 strcmp(*argv, "maxburst") == 0) {
  /external/iproute2/testsuite/tests/
cbq.t 4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
9 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
policer 4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
11 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
cls-testbed.t 21 maxburst 1 avpkt 500 bounded
  /external/iproute2/examples/
cbqinit.eth1 20 # maxburst measure allowed class burstiness (please,read S.Floyd and VJ papers)
26 $BANDWIDTH rate 10Mbit allot 1514 maxburst 50 avpkt 1000
37 prio 6 maxburst 50 avpkt 1000 split 1:0 defmap ff3d
49 prio 2 maxburst 100 avpkt 1000 split 1:0 defmap c0
57 prio 7 maxburst 10 avpkt 1000 split 1:0 defmap 2
65 maxburst 20
75 prio 6 maxburst 10 split 1:7FFE defmap ffff
cbq.init-v0.7.3 773 allot 1514 cell 8 maxburst 20 avpkt $AVPKT $BOUNDED $ISOLATED ||
    [all...]
  /external/iproute2/examples/diffserv/
efcbq 15 "allot 1514 weight 1 maxburst 10 \n";
26 "maxburst 21 borrow split 2:0 defmap 0xffff \n";
afcbq 66 (6-$class)." bounded allot 1514 weight 1 maxburst 21\n";
101 "bounded allot 1514 weight 1 maxburst 21 \n";
  /external/iproute2/
README.iproute2+tc 25 allot 1514 cell 8 weight 1Mbit prio 8 maxburst 20 avpkt 1000
30 allot 1514 cell 8 weight 100Kbit prio 3 maxburst 20 avpkt 1000 split 1:0 \
36 allot 1514 cell 8 weight 800Kbit prio 7 maxburst 20 avpkt 1000 split 1:0 \
  /external/iproute2/man/man8/
tc-tbf.8 21 burst is also known as buffer and maxburst. mtu is also known as minburst.
81 Also known as buffer or maxburst.
tc-cbq-details.8 41 .B ] [ maxburst
322 specifying maxburst or minburst. Mandatory if specifying maxburst or minburst.
325 maxburst
tc-cbq.8 43 .B ] [ maxburst
239 specifying maxburst or minburst. Mandatory if specifying maxburst or minburst.
242 maxburst

Completed in 226 milliseconds