Re: Altq number of queues

2008-09-03 Thread Fabio Almeida
You need to modify just one line on: /usr/src/sys/altq/altq_cbq.h Around line 104 #define CBQ_MAX_CLASSES 512 And/Or /usr/src/sys/altq/altq_hfsc.h Aound line 53 #define HFSC_MAX_CLASSES256 and compile the kernel with the directions: http://cvs.openbsd.org/faq/faq5.html#

Re: Altq number of queues

2008-09-02 Thread Sam Fourman Jr.
On Tue, Sep 2, 2008 at 10:05 PM, Fabio Almeida <[EMAIL PROTECTED]> wrote: > Hi :) > > I`ve configured the system with a total of 256 HFSC queues. > pf.conf is configured with 250 queues and everything is running > smoothly, as far as I can perceive everything is working very well. > > I also config

Re: Altq number of queues

2008-09-02 Thread Fabio Almeida
Hi :) I`ve configured the system with a total of 256 HFSC queues. pf.conf is configured with 250 queues and everything is running smoothly, as far as I can perceive everything is working very well. I also configured the system with a total of 512 cbq queues, but I`m using just HFSC now. Fabio Al

Re: Altq number of queues

2008-09-02 Thread Sam Fourman Jr.
> Thanks Jared, I checked out the thread as you pointed :) > But I would like to know if raising the number of queues to 512 and > recompiling the kernel is an alternative or its better to keep the > default values. > > Does anyone have a configuration with 512 or more queues? What is the > correct

Re: Altq number of queues

2008-08-27 Thread Fabio Almeida
Thanks Jared, I checked out the thread as you pointed :) But I would like to know if raising the number of queues to 512 and recompiling the kernel is an alternative or its better to keep the default values. Does anyone have a configuration with 512 or more queues? What is the correct way to confi

Re: Altq number of queues

2008-08-27 Thread jared r r spiegel
On Wed, Aug 27, 2008 at 10:04:25AM -0300, Fabio Almeida wrote: > Ooops > > Yes, I mean HFSC :) http://marc.info/?l=openbsd-pf&m=105686547406316&w=2 http://marc.info/?l=openbsd-pf&m=105696331913195&w=2 maybe it just fell off the radar, or maybe there turned out to be a good reason to not

Re: Altq number of queues

2008-08-27 Thread Fabio Almeida
Ooops Yes, I mean HFSC :) Fabio On Wed, Aug 27, 2008 at 9:59 AM, ropers <[EMAIL PROTECTED]> wrote: > 2008/8/27 Fabio Almeida <[EMAIL PROTECTED]>: >> Hi, >> >> Are there any side effects of changing the number of HSFC queues from 64 to >> 512? >> What are the implications of such configuration?

Re: Altq number of queues

2008-08-27 Thread ropers
2008/8/27 Fabio Almeida <[EMAIL PROTECTED]>: > Hi, > > Are there any side effects of changing the number of HSFC queues from 64 to > 512? > What are the implications of such configuration? Did you mean HFSC, as in Hierarchical Fair Service Curve? --ropers

Altq number of queues

2008-08-27 Thread Fabio Almeida
Hi, Are there any side effects of changing the number of HSFC queues from 64 to 512? What are the implications of such configuration? Thanks in advance