Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
.gitignore | 20-Jun-2014 | 38 | |
Android.mk | 20-Jun-2014 | 540 | |
em_cmp.c | 20-Jun-2014 | 4.6K | |
em_meta.c | 20-Jun-2014 | 12.6K | |
em_nbyte.c | 20-Jun-2014 | 3.5K | |
em_u32.c | 20-Jun-2014 | 4K | |
emp_ematch.l | 20-Jun-2014 | 3.3K | |
emp_ematch.y | 20-Jun-2014 | 1.2K | |
f_basic.c | 20-Jun-2014 | 3.4K | |
f_cgroup.c | 20-Jun-2014 | 2.6K | |
f_flow.c | 20-Jun-2014 | 8.6K | |
f_fw.c | 20-Jun-2014 | 3.8K | |
f_route.c | 20-Jun-2014 | 4.2K | |
f_rsvp.c | 20-Jun-2014 | 10.1K | |
f_tcindex.c | 20-Jun-2014 | 4K | |
f_u32.c | 20-Jun-2014 | 27.9K | |
m_action.c | 20-Jun-2014 | 13.4K | |
m_csum.c | 20-Jun-2014 | 5.2K | |
m_ematch.c | 20-Jun-2014 | 10.8K | |
m_ematch.h | 20-Jun-2014 | 2K | |
m_estimator.c | 20-Jun-2014 | 1.7K | |
m_gact.c | 20-Jun-2014 | 5.2K | |
m_ipt.c | 20-Jun-2014 | 12.8K | |
m_mirred.c | 20-Jun-2014 | 6K | |
m_nat.c | 20-Jun-2014 | 4K | |
m_pedit.c | 20-Jun-2014 | 11.8K | |
m_pedit.h | 20-Jun-2014 | 2K | |
m_police.c | 20-Jun-2014 | 9K | |
m_skbedit.c | 20-Jun-2014 | 4.8K | |
m_xt.c | 20-Jun-2014 | 7.4K | |
m_xt_old.c | 20-Jun-2014 | 9.5K | |
Makefile | 20-Jun-2014 | 3.4K | |
MODULE_LICENSE_GPL | 20-Jun-2014 | 0 | |
NOTICE | 20-Jun-2014 | 17.6K | |
p_icmp.c | 20-Jun-2014 | 1.1K | |
p_ip.c | 20-Jun-2014 | 3.4K | |
p_tcp.c | 20-Jun-2014 | 810 | |
p_udp.c | 20-Jun-2014 | 810 | |
q_atm.c | 20-Jun-2014 | 5.5K | |
q_cbq.c | 20-Jun-2014 | 14.8K | |
q_choke.c | 20-Jun-2014 | 5.6K | |
q_drr.c | 20-Jun-2014 | 2.5K | |
q_dsmark.c | 20-Jun-2014 | 3.7K | |
q_fifo.c | 20-Jun-2014 | 2.2K | |
q_gred.c | 20-Jun-2014 | 8.3K | |
q_hfsc.c | 20-Jun-2014 | 8.6K | |
q_htb.c | 20-Jun-2014 | 9.3K | |
q_ingress.c | 20-Jun-2014 | 1.4K | |
q_mqprio.c | 20-Jun-2014 | 2.9K | |
q_multiq.c | 20-Jun-2014 | 2K | |
q_netem.c | 20-Jun-2014 | 14.9K | |
q_prio.c | 20-Jun-2014 | 2.8K | |
q_qfq.c | 20-Jun-2014 | 2.5K | |
q_red.c | 20-Jun-2014 | 5.8K | |
q_rr.c | 20-Jun-2014 | 2.8K | |
q_sfb.c | 20-Jun-2014 | 4.9K | |
q_sfq.c | 20-Jun-2014 | 7.1K | |
q_tbf.c | 20-Jun-2014 | 7.1K | |
README.last | 20-Jun-2014 | 1.5K | |
static-syms.c | 20-Jun-2014 | 93 | |
tc.c | 20-Jun-2014 | 7.4K | |
tc_cbq.c | 20-Jun-2014 | 1.5K | |
tc_cbq.h | 20-Jun-2014 | 283 | |
tc_class.c | 20-Jun-2014 | 8.3K | |
tc_common.h | 20-Jun-2014 | 979 | |
tc_core.c | 20-Jun-2014 | 4.4K | |
tc_core.h | 20-Jun-2014 | 894 | |
tc_estimator.c | 20-Jun-2014 | 1.1K | |
tc_filter.c | 20-Jun-2014 | 9.3K | |
tc_monitor.c | 20-Jun-2014 | 2.3K | |
tc_qdisc.c | 20-Jun-2014 | 9.1K | |
tc_red.c | 20-Jun-2014 | 1.8K | |
tc_red.h | 20-Jun-2014 | 289 | |
tc_stab.c | 20-Jun-2014 | 3.8K | |
tc_util.c | 20-Jun-2014 | 11.3K | |
tc_util.h | 20-Jun-2014 | 3.7K |
1 Kernel code and interface. 2 -------------------------- 3 4 * Compile time switches 5 6 There is only one, but very important, compile time switch. 7 It is not settable by "make config", but should be selected 8 manually and after a bit of thinking in <include/net/pkt_sched.h> 9 10 PSCHED_CLOCK_SOURCE can take three values: 11 12 PSCHED_GETTIMEOFDAY 13 PSCHED_JIFFIES 14 PSCHED_CPU 15 16 17 PSCHED_GETTIMEOFDAY 18 19 Default setting is the most conservative PSCHED_GETTIMEOFDAY. 20 It is very slow both because of weird slowness of do_gettimeofday() 21 and because it forces code to use unnatural "timeval" format, 22 where microseconds and seconds fields are separate. 23 Besides that, it will misbehave, when delays exceed 2 seconds 24 (f.e. very slow links or classes bounded to small slice of bandwidth) 25 To resume: as only you will get it working, select correct clock 26 source and forget about PSCHED_GETTIMEOFDAY forever. 27 28 29 PSCHED_JIFFIES 30 31 Clock is derived from jiffies. On architectures with HZ=100 32 granularity of this clock is not enough to make reasonable 33 bindings to real time. However, taking into account Linux 34 architecture problems, which force us to use artificial 35 integrated clock in any case, this switch is not so bad 36 for schduling even on high speed networks, though policing 37 is not reliable. 38 39 40 PSCHED_CPU 41 42 It is available only for alpha and pentiums with correct 43 CPU timestamp. It is the fastest way, use it when it is available, 44 but remember: not all pentiums have this facility, and 45 a lot of them have clock, broken by APM etc. etc. 46 47 48