diff options
| author | David S. Miller <davem@nuts.davemloft.net> | 2004-07-09 02:26:07 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2004-07-09 02:26:07 -0700 |
| commit | f84b29fa430db0053369f023a0034161b8f7777c (patch) | |
| tree | be3ea3b12f604f0a701fcd948ee3d33e358cd490 /include/linux | |
| parent | 5d42dde43391899eba74d03f4f8f20901855fef8 (diff) | |
[PKT_SCHED]: Remove CSZ scheduler.
It was an experimental hack and never finished off.
Signed-off-by: David S. Miller <davem@redhat.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pkt_sched.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/include/linux/pkt_sched.h b/include/linux/pkt_sched.h index a0654045d9d8..76f9cbc0f24a 100644 --- a/include/linux/pkt_sched.h +++ b/include/linux/pkt_sched.h @@ -100,34 +100,6 @@ struct tc_prio_qopt __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> PRIO band */ }; -/* CSZ section */ - -struct tc_csz_qopt -{ - int flows; /* Maximal number of guaranteed flows */ - unsigned char R_log; /* Fixed point position for round number */ - unsigned char delta_log; /* Log of maximal managed time interval */ - __u8 priomap[TC_PRIO_MAX+1]; /* Map: logical priority -> CSZ band */ -}; - -struct tc_csz_copt -{ - struct tc_ratespec slice; - struct tc_ratespec rate; - struct tc_ratespec peakrate; - __u32 limit; - __u32 buffer; - __u32 mtu; -}; - -enum -{ - TCA_CSZ_UNSPEC, - TCA_CSZ_PARMS, - TCA_CSZ_RTAB, - TCA_CSZ_PTAB, -}; - /* TBF section */ struct tc_tbf_qopt |
