Displaying 10 results from an estimated 10 matches for "sch_api".
2006 Jan 23
1
Adding HTB support for kernel 2.4.19 SUSE 8.1
...file net/sched/Makefile
Reversed (or previously applied) patch detected!  Assume -R? [n] y
Hunk #1 succeeded at 15 (offset -1 lines).
patching file net/sched/sch_htb.c
patching file include/linux/pkt_sched.h
Reversed (or previously applied) patch detected!  Assume -R? [n] y
patching file net/sched/sch_api.c
Hunk #1 FAILED at 1117.
Hunk #2 succeeded at 1205 with fuzz 2.
1 out of 2 hunks FAILED -- saving rejects to file net/sched/sch_api.c.rej
patching file lib/Makefile
Hunk #1 FAILED at 8.
1 out of 1 hunk FAILED -- saving rejects to file lib/Makefile.rej
patching file lib/rbtree.c
Reversed (or previo...
2004 May 20
7
New Qdisc - How to
...ry 
"/usr/src/linux/net/sched/" ,
- Insert a new line on the file "/net/sched/Makefile",
- Insert a new line on the file "/net/sched/Config.in",
- Insert a new line on the file "/include/linux/pkt_sched.h",
- Insert a new line on the file "/net/sched/sch_api.c"
Then I created a new kernel, which include the new qdisc:
- make menuconfig
- make dep
- make clean
- make bzImage
- make modules
- make modules_install
- Change the lilo.conf
Reboot
when I tried to program my qdisc with the tc command
tc qdisc add dev eth0 root bric limit 10
the ker...
2002 Jun 08
2
New qdisc path, try it (what is the problem)
hello,
this is my new qdisc patch, when i recompile the
kernel with this patch i dn''nt succeed please look at
it and if there are any mistakes plesease send me a
mail
thanks in advance
___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
2004 May 04
1
Are multiple output queues in qdisc possible?
Our system sets up multiple connections.  At times, packets can be transmitted for some connections but not others.
With that in mind:
1. Is it possible to have multiple output queues in a qdisc,
   rather than one?
2. Can a packet that leaves qdisc be returned to qdisc if it
   cannot be transmitted?  
If so, how?
Thank you.
_______________________________________________
LARTC mailing list
2004 Sep 28
3
Suggestion.
Hi,
    I''m new to the list. I intend to learn about some Linux Networking 
features to help myself and others.
I''m looking to control the bandwidth in my office. Basically there are 
like 20 computers, a 2MB Adsl Line. And I would love to let them only 
use a certain amount of bandwidth. For example let every client use 20KB 
of internet bandwidth of the 210KB we can download
2004 Oct 06
2
Huge system load using HTB
Hi!
I have some problems with htb performance.
THE SETUP:
I have a network with 3 ISP uplinks and 1 local network uplink.
There are about 1700 clients.
I was shaping their bandwidth with HTB using iptables mangling in a manner:
tc class add dev $DEV parent 1:10 classid 1:${CLASS_ID} htb rate \
     16kbit ceil 512kbit burst 2kb prio 2 quantum 1500
tc qdisc add dev $DEV parent 1:${CLASS_ID}
2004 Oct 13
2
Resetting traffic history
I''m a tc newbie, and I think I am close to being able to use it to 
control one of the virtual web sites on our Gentoo Linux server.  The 
site has it''s own IP address.  I have a bit of a problem in that the way 
I originally configured tc, the busy site grabbed all the bandwidth, 
leaving none for the other (and more important) sites.  Here is how I 
had configured it:
    tc
2004 Dec 21
18
Weighted packet shaping?
Hi all,
Im new to all this, and am still trying to get my head qround some of the
concepts of how this all works.
Ive read the howto''s, man pages etc.
Ive setup packet shaping on my router/server box using HTB and SFQ, but its not
working the way i would like.
Im after shaping that has "weights" for classes so that a lower priority class
will slow down when a higher class
2005 Jan 05
19
[PATCH] mark in u32
Hello, Stephen, List!
Attached is the patch for iproute2 to add the possibility to use fwmark in 
u32 filters.
The kernel part was included in 2.6.10.
Please apply!
Thank you!
For more info:
- Kernel patch (not needed for 2.6.10): 
http://kernel.umbrella.ro/net/mark_in_u32/net-match-nfmark-in-u32.patch
- Examples:
http://kernel.umbrella.ro/net/mark_in_u32/examples.txt
---
Catalin(ux aka Dino)
2009 Jul 22
109
Unable to Configure Xen Dom 0 in Jeremy''s PVOPS Kernel
Hi All,
I followed the instructions here at 
http://bderzhavets.wordpress.com/2009/06/10/setup-fedora-11-pv-domu-at-xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11/
However, when I do a "make menuconfig", I cannot see any XEN related 
configuration options. What am I missing?
Thank you.
Mr. Teo En Ming Dip(Mechatronics Engineering) BEng(Hons)(Mechanical 
Engineering)