cvs commit: src/sys/net rtsock.c
Max Laier
max at love2party.net
Fri Aug 13 15:34:22 PDT 2004
On Saturday 14 August 2004 00:23, Robert Watson wrote:
> rwatson 2004-08-13 22:23:21 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/net rtsock.c
> Log:
> Use IFQ_SET_MAXLEN() to set the maximum queue depth of the routing
> socket netisr queue.
Well, I suggest to use IFQ_* macros only on queues that are IFQ_SET_READY'ed
as well. i.e. as long as you don't use IFQ_{EN,DE}QUEUE with the queue there
is not much point in using IFQ_SET_MAXLEN either. It'd just add noise to
searches for IFQ_*
I don't think that there are plans to use ALTQ disciplines on the netisr
queues, are there?
> Pointed out by: winter
>
> Revision Changes Path
> 1.113 +1 -1 src/sys/net/rtsock.c
--
/"\ Best regards, | mlaier at freebsd.org
\ / Max Laier | ICQ #67774661
X http://pf4freebsd.love2party.net/ | mlaier at EFnet
/ \ ASCII Ribbon Campaign | Against HTML Mail and News
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: signature
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20040814/5a991216/attachment.bin
More information about the cvs-src
mailing list