Searched defs:tc_sfb_qopt (Results 1 – 2 of 2) sorted by relevance
630 struct tc_sfb_qopt { struct631 __u32 rehash_interval; /* delay between hash move, in ms */632 __u32 warmup_time; /* double buffering warmup time in ms (warmup_time < rehash_interval) */633 __u32 max; /* max len of qlen_min */634 __u32 bin_size; /* maximum queue length per bin */635 __u32 increment; /* probability increment, (d1 in Blue) */636 __u32 decrement; /* probability decrement, (d2 in Blue) */637 __u32 limit; /* max SFB queue length */638 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */639 __u32 penalty_burst;
667 struct tc_sfb_qopt { struct668 __u32 rehash_interval; /* delay between hash move, in ms */669 __u32 warmup_time; /* double buffering warmup time in ms (warmup_time < rehash_interval) */670 __u32 max; /* max len of qlen_min */671 __u32 bin_size; /* maximum queue length per bin */672 __u32 increment; /* probability increment, (d1 in Blue) */673 __u32 decrement; /* probability decrement, (d2 in Blue) */674 __u32 limit; /* max SFB queue length */675 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */676 __u32 penalty_burst;