summaryrefslogtreecommitdiffstats
path: root/include/linux/pkt_sched.h
diff options
context:
space:
mode:
authorPatrick McHardy2008-01-24 05:35:19 +0100
committerDavid S. Miller2008-01-29 00:11:21 +0100
commit5feb5e1aaa887f6427b8290bce48bfb6b7010fc6 (patch)
tree3e8402cbddf0fa2549c1f199b3d0d963ac82d881 /include/linux/pkt_sched.h
parent[NET_SCHED]: Use typeful attribute parsing helpers (diff)
downloadkernel-qcow2-linux-5feb5e1aaa887f6427b8290bce48bfb6b7010fc6.tar.gz
kernel-qcow2-linux-5feb5e1aaa887f6427b8290bce48bfb6b7010fc6.tar.xz
kernel-qcow2-linux-5feb5e1aaa887f6427b8290bce48bfb6b7010fc6.zip
[NET_SCHED]: sch_api: introduce constant for rate table size
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/pkt_sched.h')
-rw-r--r--include/linux/pkt_sched.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pkt_sched.h b/include/linux/pkt_sched.h
index 919af93b7059..32761352e858 100644
--- a/include/linux/pkt_sched.h
+++ b/include/linux/pkt_sched.h
@@ -83,6 +83,8 @@ struct tc_ratespec
__u32 rate;
};
+#define TC_RTAB_SIZE 1024
+
/* FIFO section */
struct tc_fifo_qopt