From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hasso Tepper Subject: Re: Re[2]: [LARTC] Egress shaping over multiple interfaces? Date: Fri, 1 Nov 2002 06:25:28 +0200 Sender: netfilter-admin@lists.netfilter.org Message-ID: <200211010625.28304.hasso@estpak.ee> References: <200210311520.58059.mklingens@ism.nl> <200210311945.05157.hasso@linux.ee> <9587912972.20021101085210@texlab.com.uz> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <9587912972.20021101085210@texlab.com.uz> Content-Disposition: inline Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: Alexey Talikov Cc: netfilter@lists, netfilter@lists.netfilter.org Alexey Talikov wrote: > Hello Hasso, > > Thursday, October 31, 2002, 10:45:05 PM, you wrote: > >> IMQ? I'm using it in the production. 100 IMQ devices 10 - 50 of >> them in use. Number of devices in use is changing in boxes and >> I had to create just enough IMQ devices. I'm using IMQ in >> combination with TBF to get bidirectional shaping. No problems >> at all. > > As I know max number of imq devices 16 > i.e. > modprobe imq numdevs=16 > Do you change this line in inclue/linux/imq.h > > #define IMQ_MAX_DEVS 16 Yes. AFAIK it can be max 127. There is still bug somewhere else though. modprobe imq numdevs=X fails when X>100 so you can use only devices 0-99. It was enough for me and I didn't have time to investigate. -- Hasso