cvs commit: src/sys/netgraph/netflow netflow.c
Gleb Smirnoff
glebius at FreeBSD.org
Sat Jan 21 02:09:19 PST 2006
glebius 2006-01-21 10:09:18 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/netgraph/netflow netflow.c
Log:
MFC 1.18:
When sending export datagram from interrupt thread, use NG_QUEUE
in flags. When sending export datagram from expiry thread, then
use default zero flags. This removes unpleasant contention of the
interrupt thread on mutexes (usually ng_ksocket's socket buffer
mutex).
Revision Changes Path
1.15.2.2 +15 -15 src/sys/netgraph/netflow/netflow.c
More information about the cvs-src
mailing list