similar to: How to patch tc

Displaying 20 results from an estimated 5000 matches similar to: "How to patch tc"

2004 Nov 24
1
Can I add the permanent ip address on an interface ?
Hello , I used Vmware 4.0 to setup a virtual linux network . I added a new virtual PC and therefore I need to add a NIC on old virtual PC . I setup the ip address of this NIC by using the command : ip addr add 192..../ 24 dev eth1 but when I restart the computer the ip address of this NIC was not saved . And the tc script I used was not save when I turn off my computer , too . Could
2012 Feb 03
0
[LLVMdev] LLVM version with working Alpha backend
Hi Giang, Given that the community deprecated the Alpha backend, I'm doubtful anyone would be able to point you in the right direction. Have you iteratively tried the difference versions of LLVM (i.e., 2.9, 2.8, 2.7 on down the line)? Chad On Feb 3, 2012, at 12:34 PM, Giang Hoang <ghoang84 at gmail.com> wrote: > Hi, > > For my work, I want to use LLVM to compile SPEC 2k
2010 Oct 16
1
[LLVMdev] llvm-gcc as Alpha cross compiler
Thanks Andrew. I would like to clarify what I tried to do. I want to use llvm-gcc on x86 linux to compile C programs into Alpha binary. Giang On Fri, Oct 15, 2010 at 5:41 PM, Andrew Lenharth <andrewl at lenharth.org>wrote: > llvm-gcc doesn't not compile *on* alpha (128bit fp and int issues). I > haven't tried it as a cross compiler. > > Andrew > > On Fri, Oct
2010 Oct 15
0
[LLVMdev] llvm-gcc as Alpha cross compiler
llvm-gcc doesn't not compile *on* alpha (128bit fp and int issues). I haven't tried it as a cross compiler. Andrew On Fri, Oct 15, 2010 at 5:19 PM, Giang Hoang <ghoang84 at gmail.com> wrote: > Hi, > > I wonder if anyone has been able to successfully build llvm-gcc as an Alpha > cross compiler? > > I have tried many different combinations of flags and gcc
2012 Feb 03
2
[LLVMdev] LLVM version with working Alpha backend
Hi, For my work, I want to use LLVM to compile SPEC 2k for Alpha. Since Alpha support has been dropped, I tried using version 2.8, but it is quite buggy, probably because the Alpha backend has not been maintained. I was wondering if there is an earlier version where the Alpha backend is stable enough to compile SPEC 2k? For my purpose, I do not need the most advanced optimizations, so an
2012 Jan 16
1
[LLVMdev] Problem with building llvm-gcc
Thank you, I did try that and got the following error: checking for library containing strerror... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES. make[1]: *** [configure-target-libiberty] Error 1 make[1]: Leaving directory `/home/ghoang/llvm-test/llvm-gcc-2.8-build' make: *** [all] Error 2 I also tried adding --disable-libiberty but make would fail even earlier
2010 Oct 15
2
[LLVMdev] llvm-gcc as Alpha cross compiler
Hi, I wonder if anyone has been able to successfully build llvm-gcc as an Alpha cross compiler? I have tried many different combinations of flags and gcc compiler, but have not been able to build successfully. Currently, this is the command that I used to build on Ubuntu 10.10: ../llvm-gcc-4.2-2.8.source/configure --enable-llvm=/home/ghoang/research/llvm/llvm-objects --enable-languages=c,c++
2012 Jan 16
0
[LLVMdev] Problem with building llvm-gcc
try --disable-libmudflap when you config llvm-gcc FE:) On Mon, Jan 16, 2012 at 9:44 AM, Giang Hoang <ghoang84 at gmail.com> wrote: > Hi, > > I am trying to build the front end llvm-gcc 2.8 on 32-bit Ubuntu 10.04, > using gcc 4.2.4.  I was able to configure and build llvm-2.8 in the > directory llvm-2.8-build.  Here is the command I used to configure llvm-gcc > build: >
2002 May 08
5
how to clean "tc" configure
tc qdisc add dev eth0 root sfq perturb 10 I want to set perturb to 8 then i used this tc qdisc add dev eth0 root sfq perturb 8 system give me the following message RTNETLINK file exists I delete the rule by this :"tc qdisc del dev eth0 root sfq perturb 10" please tell me how can i delete the rule by another way and where is "RTNETLINK file"
2004 Dec 06
0
What platforms iproute2 can work on ?
Hello , Could you tell me the platforms iproute2 can work on ( all of Unix OS or some of them , other OS besides Unix ) ? Thanks you very much ! ngo hoang giang . --------------------------------- Do you Yahoo!? Yahoo! Mail - You care about security. So do we.
2004 Sep 21
0
I can''t understand the result of my test
Hello , I tried a simple test as follow : I used vmware software to set up 3 virtual linux computers . The middle computer act as a router (rip protocol ) using zebra software . I used iperf-1.7.0 to generate traffic from linux computer 1 to linux computer 3 . At router ( egress side ) I setup a simple qdisc as follow : tc qdisc add dev eth1 root handle 1: tbf rate 0.5 mbit burst 5kb latency
2003 Jan 10
4
Question on TC filter
Hi, I want work out a GUI interface for htb and now here comes to the part about adding and removing classes and filters. Here is an example script. TC="tc" DEV="dev eth1" echo "Add root qdisc, default traffic go to 1:30" $TC qdisc add $DEV root handle 1: htb default 30 echo "Divide the traffic into different classes and levels" # -------- level 1
2003 Oct 16
5
tc filter problem with 2.4.22
Hi, I have a problem with ''tc filter'' on a 2.4.22 kernel from Slackware 9.1 distribution. The tc command binary is from htb3.6-020525.tgz (http://luxik.cdi.cz/~devik/qos/htb) I''m trying the following command sequence: tc qdisc add dev eth0 root handle 1: htb default 1 r2q 1 tc class add dev eth0 parent 1: classid 1:1 htb rate 1200kbit ceil 1200kbit tc class add dev
2002 Nov 22
2
TC HTB Traffic Shaping
Hi guys, I''m new to TC HTB traffic shaping.... I installed it at my first try on my Bearing Leaf Router/Firewall I use the tc -s class show dev eth? To see my output All looks dandy and nice, but it''s figures, of which at current momment looks like French to me, I would like to see exactly what these figures looks like in a GRAPH style... I know I can use MRTG, I do have
2004 Oct 25
2
Questions about qdisc statistics
Hello, I am a newbie . I use a PC which have Windows OS . I want to monitor bandwidth , bytes, packets, packet dropped etc at several linux routers . I want to ask you some questions : Can I use round robin database and mrtg tool to generate html files at linux routers and call them from windows PC ? If it is impossible , can I use snmp to retrieve data from linux router at windows PC (snmp
2002 Dec 01
2
a question about tc filter
hi, all i run the following scripts : tc qdisc add dev eth0 handle ffff: ingress tc filter add dev eth0 parent ffff: protocol ip \ pref 4 u32 match ip dst 10.0.0.1 flowid :1 my question is : can i know how many packets are matched by this filter? if i can , what should i do to get this counter value, then. thanks :) _________________________________________________________________ MSN
2003 Jun 06
4
tc show error for ingress
Hi, I am trying to do both ingress and egress bandwidth management on a bridge. eth0 is the WAN interface. IPTraf shows that the following script is running successfully and it limits bandwidth both ways to 256 KB However when I want to see the statistics using tc - it only shows me stats for htb class and not for ingress class. The tc output is as follows: tc -s -d class show dev eth0 class
2003 Apr 03
6
tc problem
Hello.. I have a linux box and I want to make priority on traffic generated by my LAN''s computers.. I don''t have a guaranted bandwidth, so I wanna use sfq... I want to make traffic to port 80 , 443 , 25 & 110 PRIORITY 1 Traffic src or dest 192.168.0.2 to make priority 2 And the rest to put it in proiority 3.. I did the following : tc qdisc add dev eth0 root handle 1:
2003 Jun 09
4
Some questions remaining about TC
Hello everybody, I try to work with TC for a little while in my study and there still are a few questions that I can\''t find any answer anywhere. Firts about qdisc and classes: - What is exactly the difference between qdsic and class ? They are so \"intimately tied together\" that i\''m not sure not make the difference. Why can\''t we have a qdsic HTB with
2003 Jun 12
9
HTB and TC on MAC addresses
Hi I''ve searched the archive for a solution where I want to limit/shape WLAN users. I only know''s their MAC, because they get their IP from dhcp. > Why not, just use negative offsets with U32 to access >the 14-byte eth frame header before the IP header: > >Decimal Ofs Description >----------------------------------- >-14: DST MAC, 6 bytes >-8: SRC MAC, 6