Home
last modified time | relevance | path

Searched defs:tc_sfb_qopt (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_sched.h739 struct tc_sfb_qopt { struct
740 __u32 rehash_interval; /* delay between hash move, in ms */
741 __u32 warmup_time; /* double buffering warmup time in ms (warmup_time < rehash_interval) */
742 __u32 max; /* max len of qlen_min */
743 __u32 bin_size; /* maximum queue length per bin */
744 __u32 increment; /* probability increment, (d1 in Blue) */
745 __u32 decrement; /* probability decrement, (d2 in Blue) */
746 __u32 limit; /* max SFB queue length */
747 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */
748 __u32 penalty_burst;
/openbmc/linux/include/uapi/linux/
H A Dpkt_sched.h776 struct tc_sfb_qopt { struct
777 __u32 rehash_interval; /* delay between hash move, in ms */
778 __u32 warmup_time; /* double buffering warmup time in ms (warmup_time < rehash_interval) */
779 __u32 max; /* max len of qlen_min */
780 __u32 bin_size; /* maximum queue length per bin */
781 __u32 increment; /* probability increment, (d1 in Blue) */
782 __u32 decrement; /* probability decrement, (d2 in Blue) */
783 __u32 limit; /* max SFB queue length */
784 __u32 penalty_rate; /* inelastic flows are rate limited to 'rate' pps */
785 __u32 penalty_burst;