Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Aug 2007 16:54:43 +0200
From:      Daniel Hartmeier <daniel@benzedrine.cx>
To:        Rob Shepherd <rob@techniumcast.com>
Cc:        freebsd-pf@freebsd.org
Subject:   Re: ALTQ suspends
Message-ID:  <20070808145443.GB25512@insomnia.benzedrine.cx>
In-Reply-To: <46B9D1BB.2010108@techniumcast.com>
References:  <46B9D1BB.2010108@techniumcast.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 08, 2007 at 03:22:51PM +0100, Rob Shepherd wrote:

> I can't find any documentation or manpage reference to "suspends". I 
> havn't the skill to delve into the source code, so could somebody 
> clarify the following.

I assume you mean what pfctl -vsq prints for CBQ queues as "suspends:".

As far as I can tell, that counter is not used (yet?) at all, and should
always be zero. What is printed is the 'delays' variable from the CBQ
status counters, which is defined as

  sys/altq/altq_cbq.h
    u_int           delays;         /* # times invoked delay actions */

But it's never used (incremented, etc.) anywhere that I can see.

So, just ignore it ;)

Daniel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070808145443.GB25512>