> BTw, couldn't you just merge sch_rr with prio? AFAICT you > only need a new dequeue function, a new struct Qdisc_ops and > a MODULE_ALIAS.
Ok, I have this somewhat working, but need to poll for some help from the community. I used MODULE_ALIAS("sch_rr") in sch_prio.c, and modprobe is happily loading sch_prio.ko when I ask for sch_rr.ko. It also recognizes the correct ops struct to associate with the instance of the module. However, when I try to load the qdisc via tc (modified version that knows sch_rr), I'm getting No Such File or Directory from RTNETLINK. It's looking for sch_rr.ko, and is bailing. I've scoured the code looking for a reason why, and am drawing a blank. I'll continue looking, but if this sounds familiar to someone who knows how to get around this, please reply and let me know. Thanks, -PJ Waskiewicz - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html