All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Creating new qdisc?
@ 2002-11-20  8:49 Chris Groenewald
  0 siblings, 0 replies; only message in thread
From: Chris Groenewald @ 2002-11-20  8:49 UTC (permalink / raw)
  To: lartc

Hi all,

I am trying to implement a new qdisc, but I'm having trouble. Here's what I've 
done:

I've copied the TBF source into a new file, and modified it to represent my new 
qdisc. Then added it to the default qdiscs in the Makefile. I modified the 
header files include/net/pkt_sched.h and include/linux/pkt_sched.h to reflect 
my new qdisc. The kernel compiles and runs fine. (using UML)

Then I went ahead and modified tc to include support for the qdisc, once again 
using the exsisting code as a basis. It compiles and runs fine.

When I try to insert the EXISTING TBF, it works great. When I call tc with the 
same arguments, but for my new qdisc it returns (i gather 
infamous): "RT_NETLINK: Invalid argument". I didn't change the actual 
parameters or code for the qdisc, so it is still identical to the default TBF. 
So the parameters I pass *should* be fine.

I'm wondering if I left something out that the kernel requires to recognize the 
new qdisc.

Thanks in advance.
Yell if you need more code/information.

Chris Groenewald.
\"And on the eighth day, we bulldozed it.\"

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-20  8:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-20  8:49 [LARTC] Creating new qdisc? Chris Groenewald

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.