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