All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] IMQ technical question
@ 2003-09-11 12:28 The Codrinus
  2003-09-11 17:13 ` Stef Coene
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: The Codrinus @ 2003-09-11 12:28 UTC (permalink / raw)
  To: lartc


How many IMQ queueing devices you may have ? I've patched the 2.4.21 
kernel and I have by default 2 devices: imq0 and imq1 !

regards,
Codrin.

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

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

* Re: [LARTC] IMQ technical question
  2003-09-11 12:28 [LARTC] IMQ technical question The Codrinus
@ 2003-09-11 17:13 ` Stef Coene
  2003-09-11 17:47 ` Martin Volf
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Stef Coene @ 2003-09-11 17:13 UTC (permalink / raw)
  To: lartc

On Thursday 11 September 2003 14:28, The Codrinus wrote:
> How many IMQ queueing devices you may have ? I've patched the 2.4.21
> kernel and I have by default 2 devices: imq0 and imq1 !
From
http://trash.net/~kaber/imq/

modprobe imq numdevs=1

Stef

-- 

stef.coene@docum.org
 "Using Linux as bandwidth manager"
     http://www.docum.org/
     #lartc @ irc.oftc.net

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

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

* Re: [LARTC] IMQ technical question
  2003-09-11 12:28 [LARTC] IMQ technical question The Codrinus
  2003-09-11 17:13 ` Stef Coene
@ 2003-09-11 17:47 ` Martin Volf
  2003-09-16  8:25 ` Fw: " Thomas Switala
  2003-09-16 15:49 ` Martin Volf
  3 siblings, 0 replies; 5+ messages in thread
From: Martin Volf @ 2003-09-11 17:47 UTC (permalink / raw)
  To: lartc

On Thu, 11 Sep 2003 15:28:59 +0300 (EEST)
The Codrinus <codrin@flynet.iasi.rdsnet.ro> wrote:

> 
> How many IMQ queueing devices you may have ? I've patched the 2.4.21 
> kernel and I have by default 2 devices: imq0 and imq1 !

Hello,

use something like modprobe imq numdevs=8 to load imq kernel module or put "options imq numdevs=8" to the /etc/modules.conf file. The maximum is 16 (set in include/linux/imq.h with #define IMQ_MAX_DEVS 16).

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

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

* Fw: [LARTC] IMQ technical question
  2003-09-11 12:28 [LARTC] IMQ technical question The Codrinus
  2003-09-11 17:13 ` Stef Coene
  2003-09-11 17:47 ` Martin Volf
@ 2003-09-16  8:25 ` Thomas Switala
  2003-09-16 15:49 ` Martin Volf
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Switala @ 2003-09-16  8:25 UTC (permalink / raw)
  To: lartc

 Greetings,

 I have a system with a monolithic kernel and I am using imq. But now  I
need
 to use more than the default 2 imq devices,
 how can I increase the default to at least 4 with out recompiling a modular
 kernel.

 Thomas

> ----- Original Message ----- 
> From: "Martin Volf" <mv@inv.cz>
> To: "The Codrinus" <codrin@flynet.iasi.rdsnet.ro>
> Cc: <lartc@mailman.ds9a.nl>
> Sent: Thursday, September 11, 2003 7:47 PM
> Subject: Re: [LARTC] IMQ technical question
>
>
> > On Thu, 11 Sep 2003 15:28:59 +0300 (EEST)
> > The Codrinus <codrin@flynet.iasi.rdsnet.ro> wrote:
> >
> > >
> > > How many IMQ queueing devices you may have ? I've patched the 2.4.21
> > > kernel and I have by default 2 devices: imq0 and imq1 !
> >
> > Hello,
> >
> > use something like modprobe imq numdevs=8 to load imq kernel module or
put
> "options imq numdevs=8" to the /etc/modules.conf file. The maximum is 16
> (set in include/linux/imq.h with #define IMQ_MAX_DEVS 16).
> >
> > -- 
> > Martin Volf
> > _______________________________________________
> > 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/

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

* Re: [LARTC] IMQ technical question
  2003-09-11 12:28 [LARTC] IMQ technical question The Codrinus
                   ` (2 preceding siblings ...)
  2003-09-16  8:25 ` Fw: " Thomas Switala
@ 2003-09-16 15:49 ` Martin Volf
  3 siblings, 0 replies; 5+ messages in thread
From: Martin Volf @ 2003-09-16 15:49 UTC (permalink / raw)
  To: lartc

On Tue, 16 Sep 2003 10:25:31 +0200
"Thomas Switala" <tis@genotribe.com> wrote:

>  Greetings,
> 
>  I have a system with a monolithic kernel and I am using imq. But now  I
> need
>  to use more than the default 2 imq devices,
>  how can I increase the default to at least 4 with out recompiling a modular
>  kernel.

Hello,

you can't I'm afraid, it seems that imq does not support kernel command line from lilo, grub or other bootloaders. But I'm not 100% sure about it.

-- 
Martin

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

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

end of thread, other threads:[~2003-09-16 15:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-11 12:28 [LARTC] IMQ technical question The Codrinus
2003-09-11 17:13 ` Stef Coene
2003-09-11 17:47 ` Martin Volf
2003-09-16  8:25 ` Fw: " Thomas Switala
2003-09-16 15:49 ` Martin Volf

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.