Re: [LARTC] Re: created new q_disc, inserted module, tc tells me unknown qdisc

2006-04-11 Thread George P Nychis
I am getting closer... I added debugging, and noticed that it looks for: snprintf(buf, sizeof(buf), "%s_qdisc_util", str); However in q_xcp.c it had: struct qdisc_util xcp_util = { so I changed that to xcp_qdisc_util, and now i run tc: lanthanum-ini tc # tc qdisc add dev ath0 root

Re: created new q_disc, inserted module, tc tells me unknown qdisc

2006-04-11 Thread George P Nychis
> On Mon, 10 Apr 2006 21:41:39 -0400 (EDT) "George P Nychis" > <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> I am trying to install a proprietary qdisc made for research, it is not >> publically released yet, however its been used several times so i know >> it works. >> >> The files included are: q_

Re: created new q_disc, inserted module, tc tells me unknown qdisc

2006-04-11 Thread Stephen Hemminger
On Mon, 10 Apr 2006 21:41:39 -0400 (EDT) "George P Nychis" <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to install a proprietary qdisc made for research, it is not > publically released yet, however its been used several times so i know it > works. > > The files included are: > q_xcp.c: >

created new q_disc, inserted module, tc tells me unknown qdisc

2006-04-10 Thread George P Nychis
Hi, I am trying to install a proprietary qdisc made for research, it is not publically released yet, however its been used several times so i know it works. The files included are: q_xcp.c: static int xcp_parse_opt() static int xcp_print_opt() static int xcp_print_xstats() struct qdi