Date: Sun, 9 Mar 2008 22:17:13 GMT From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 137272 for review Message-ID: <200803092217.m29MHDOS086343@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=137272 Change 137272 by csjp@ibm01 on 2008/03/09 22:16:33 Make sure we disable zerocopy by default for now. This is in preparation for the merge into HEAD. Affected files ... .. //depot/projects/zcopybpf/src/sys/net/bpf.c#46 edit Differences ... ==== //depot/projects/zcopybpf/src/sys/net/bpf.c#46 (text+ko) ==== @@ -132,7 +132,7 @@ static int bpf_maxinsns = BPF_MAXINSNS; SYSCTL_INT(_net_bpf, OID_AUTO, maxinsns, CTLFLAG_RW, &bpf_maxinsns, 0, "Maximum bpf program instructions"); -static int bpf_zerocopy_enable = 1; +static int bpf_zerocopy_enable = 0; SYSCTL_INT(_net_bpf, OID_AUTO, zerocopy_enable, CTLFLAG_RW, &bpf_zerocopy_enable, 0, "Enable new zero-copy BPF buffer sessions"); SYSCTL_NODE(_net_bpf, OID_AUTO, stats, CTLFLAG_RW,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803092217.m29MHDOS086343>