From owner-p4-projects@FreeBSD.ORG Mon Dec 24 17:36:11 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B1E5C16A421; Mon, 24 Dec 2007 17:36:11 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42A5F16A417 for ; Mon, 24 Dec 2007 17:36:11 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1C61D13C442 for ; Mon, 24 Dec 2007 17:36:11 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBOHaAa6077074 for ; Mon, 24 Dec 2007 17:36:10 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBOHaArq077071 for perforce@freebsd.org; Mon, 24 Dec 2007 17:36:10 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Mon, 24 Dec 2007 17:36:10 GMT Message-Id: <200712241736.lBOHaArq077071@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 131527 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2007 17:36:12 -0000 http://perforce.freebsd.org/chv.cgi?CH=131527 Change 131527 by rwatson@rwatson_cinnamon on 2007/12/24 17:36:09 Add BPF_ZEROCOPY to NOTES. Affected files ... .. //depot/projects/zcopybpf/src/sys/conf/NOTES#13 edit Differences ... ==== //depot/projects/zcopybpf/src/sys/conf/NOTES#13 (text+ko) ==== @@ -614,6 +614,10 @@ options ALTQ_NOPCC # Required if the TSC is unusable options ALTQ_DEBUG +# bpf(4). Compile-time options go here, whereas enabling bpf(4) itself goes +# later with the other devices. +options BPF_ZEROCOPY # Enable zero-copy BPF + # netgraph(4). Enable the base netgraph code with the NETGRAPH option. # Individual node types can be enabled with the corresponding option # listed below; however, this is not strictly necessary as netgraph