Date: Tue, 10 Mar 2009 14:28:19 +0000 (UTC) From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/net bpf.c Message-ID: <200903101428.n2AESSp4023430@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
csjp 2009-03-10 14:28:19 UTC
FreeBSD src repository
Modified files:
sys/net bpf.c
Log:
SVN rev 189620 on 2009-03-10 14:28:19Z by csjp
Disable zerocopy by default for now. It's causing some problems in pcap
consumers which fork after the shared pages have been setup. pflogd(8)
is an example. The problem is understood and there is a fix coming in
shortly.
Folks who want to continue using it can do so by setting
net.bpf.zerocopy_enable
to 1.
Discussed with: rwatson
Revision Changes Path
1.207 +1 -1 src/sys/net/bpf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903101428.n2AESSp4023430>
