search for: tc_core

Displaying 9 results from an estimated 9 matches for "tc_core".

Did you mean: xc_core
2004 Aug 22
4
Question about htb class
...ts everywhere in the code) 2. Why does htb calculate its burst(buffer) with tc_xmit_time() ? Is opt.rate.buffer supposed to have the time it takes to transmit the packet ? (in q_htb.c around 223 lines) 3. What does rtab and ctab arrays do ? And what kind of value should be in there ? (its set in tc_core.c tc_calc_rtable()) I''d really appreciate your help. Thankyou very much in advance. Eme -- Eme _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Jun 18
21
patch: HTB update for ADSL users
...also that rates in your scripts will now be expressed in terms of the ATM bandwidth, ie you put in something like the bandwidth you paid for, but (of course) you get roughly (bw * 48/53) passing through (this is normal, it''s the overhead of running ATM). --- iproute2-2.4.7.20020116/tc/tc_core.c 2000-04-16 18:42:55.000000000 +0100 +++ iproute2/tc/tc_core.c 2004-06-18 12:20:39.912974518 +0100 @@ -59,10 +59,19 @@ while ((mtu>>cell_log) > 255) cell_log++; } + + // HACK - UK ATM Params + int encaps_cell_sz = 5...
2005 Oct 04
4
iproute2-050929 ERORR compiling
...link -lutil -o rtmon make[1]: Leaving directory `/home/src/a/04102005/iproute2-050929/ip'' make[1]: Entering directory `/home/src/a/04102005/iproute2-050929/tc'' gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o tc_core.o tc_core.c gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o tc_red.o tc_red.c gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -c -o tc_cbq.o tc_cbq.c gcc -D_...
2004 May 26
1
error compilling TC
...r/local/src/iproute2/ip'' make[1]: Cambiando a directorio `/usr/local/src/iproute2/tc'' gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g -I../include-glibc -I/usr /include/db3 -include ../include-glibc/glibc-bugs.h -I/usr/src/linux/include -I../include -DRESOLV E_HOSTNAMES -c -o tc_core.o tc_core.c gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g -I../include-glibc -I/usr /include/db3 -include ../include-glibc/glibc-bugs.h -I/usr/src/linux/include -I../include -DRESOLV E_HOSTNAMES -c -o tc_red.o tc_red.c gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g -I../include-glibc -I/...
2005 Apr 04
0
question about pkt_sched.h for tc
in the tc directory tc_util.h and tc_core.h use pkt_sched.h which is stored in iproute''s include directory. is there any dependency between this pkt_sched.h file and the ones that come with the standard linux kernel source. thanks. __________________________________ Do you Yahoo!? Yahoo! Mail - Find what you need with ne...
2002 Oct 21
0
tcng version 9b
...will actually be used, which should make tcc''s tc output a little less ugly. Complete list of changes below. - Werner ----------------------------------- CHANGES ----------------------------------- Version 9b (21-OCT-2002) ------------------------ - tcsim tried to ignore system HZ (tc/tc_core.c:tc_core_init), but didn''t - test "SLB with MPU (ext)" actually used tc, not the external interface (tests/mpu) - added dependency on ../VERSION for tcc.o and tcsim.o - if_u32.c now generates hashes only if they are actually referenced - updated tests/cbqroot, tests/comtc, tes...
2007 Mar 21
7
how can i compile tc
Hi, i''m just new here, i''m searching for how to compile tc (if i''ve understood correctly, i must compile the whole iproute2 thing). So i did like the read me file said: ------ 1. Look at start of Makefile and set correct values for: KERNEL_INCLUDE ----- i did that, and then i doesn''t understand a damn thing about the reste of the the 1st step about ADDLIB
2006 Mar 02
33
Patch to allow for the ATM "cell tax"
...print_size((hopt->ceil.mpu>>8)&0xFE, b3)); + if (hopt->ceil.mpu & 0x100) + fprintf(f, "atm "); fprintf(f, "level %d ", (int)hopt->level); } else { fprintf(f, "burst %s ", sprint_size(buffer, b1)); diff -Nur iproute-20051007.keep/tc/tc_core.c iproute-20051007/tc/tc_core.c --- iproute-20051007.keep/tc/tc_core.c 2006-03-02 14:50:51.000000000 +1000 +++ iproute-20051007/tc/tc_core.c 2006-03-02 15:48:38.000000000 +1000 @@ -43,6 +43,32 @@ } /* + * Calculate the link layer frame size using into information encoded + * in the mpu. + */ +s...
2005 Jul 04
0
Problem linking with libdb
...tc_util.o m_police.o m_estimator.o m_action.o q_fifo.o q_sfq.o q_red.o q_prio.o q_tbf.o q_cbq.o f_rsvp.o f_u32.o f_route.o f_fw.o q_dsmark.o q_gred.o f_tcindex.o q_ingress.o q_hfsc.o q_htb.o m_gact.o m_mirred.o m_ipt.o m_pedit.o p_ip.o p_icmp.o p_tcp.o p_udp.o ../lib/libnetlink.a ../lib/libutil.a tc_core.o tc_red.o tc_cbq.o tc_estimator.o -lresolv -L../lib -lnetlink -lutil -L/usr/local/BerkeleyDB.4.2/lib -L. -ltc -lm -ldl -o tc gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT -DCONFIG_GACT_PROB -shared -fpic q_netem.c -o q_netem.so make[1]: Leaving di...