cvs commit: src/sys/netgraph/netflow netflow.c
Gleb Smirnoff
glebius at FreeBSD.org
Thu Jan 12 14:48:12 PST 2006
glebius 2006-01-12 22:48:12 UTC
FreeBSD src repository
Modified files:
sys/netgraph/netflow netflow.c
Log:
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.18 +15 -15 src/sys/netgraph/netflow/netflow.c
More information about the cvs-all
mailing list