All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] New Qdisc - How to
@ 2004-05-20 17:04 Ricardo Leite
  2004-05-20 18:08 ` Andreas Klauer
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Ricardo Leite @ 2004-05-20 17:04 UTC (permalink / raw)
  To: lartc


Hello Lartc's users,

This is my first contact.


I'm trying to implement a new queue discipline based on bfifo schedule.
I search on internet but there are some problem(s) that I don't Know how to 
solve them and that's why I'm here asking for your help.

Well,
These were my steps for the implementation:

- Put the new qdisc routine "sch_ric.c" into the directory 
"/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 kernel (or the tc command) couldn't find the the bric qdisc.



I think that I shoud change more files, but I don't know which they are.
Do you know what am I doing wrong?


Cheers!
Para os Portistas...Saudações Dragonárias



Ricardo Leite

_________________________________________________________________
MSN Messenger: converse com os seus amigos online.  
http://messenger.msn.com.br

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-05-22 20:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-20 17:04 [LARTC] New Qdisc - How to Ricardo Leite
2004-05-20 18:08 ` Andreas Klauer
2004-05-20 18:18 ` Alessandro O. Ungaro
2004-05-20 18:33 ` Damjan
2004-05-20 20:54 ` Ricardo Leite
2004-05-20 23:52 ` Andy Furniss
2004-05-21 15:55 ` Stephen Hemminger
2004-05-22 20:25 ` Ricardo Leite

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.