All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Devera <devik@cdi.cz>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] New disc Problem of compilation(for Martin Devera)
Date: Fri, 07 Jun 2002 18:23:06 +0000	[thread overview]
Message-ID: <marc-lartc-102347427012171@msgid-missing> (raw)
In-Reply-To: <marc-lartc-102345537624295@msgid-missing>

To add new qdisc you have to change:
include/linux/pkt_sched.h: for your defs and userspace structs [optional]
net/sched/sch_epd.c: your new qdisc
net/sched/Config.in: select option for "make xxxconfig" [optional]
net/sched/Makefile: to add net/sched/sch_epd.o to compilation process
net/sched/sch_api.c: to add INIT_QDISC() call to init (register) qdisc
			if it is not module

devik

On Fri, 7 Jun 2002, [iso-8859-1] alouini khalif wrote:

> I trying to modify the files as it is writen into the
> htb pach (htb2_2.4.17.diff)
> then i tryied to recompile my kernel(2.4.17)
> -	make xconfig
> 	make dep
> 	make clean
> 	make bzImage
> i find an error message:
>
> Id:cannot open sch_epd.o :aucun fichier ou repertoire
> de ce type
>
> what is the problem here?
>
> thans you in advance
>
> ___________________________________________________________
> Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
> Yahoo! Mail : http://fr.mail.yahoo.com
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
>

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

      reply	other threads:[~2002-06-07 18:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-07 13:08 [LARTC] New disc Problem of compilation(for Martin Devera) alouini khalif
2002-06-07 18:23 ` Martin Devera [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-lartc-102347427012171@msgid-missing \
    --to=devik@cdi.cz \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.