Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Dec 2007 17:36:10 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 131527 for review
Message-ID:  <200712241736.lBOHaArq077071@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712241736.lBOHaArq077071>