PERFORCE change 131527 for review

Robert Watson rwatson at FreeBSD.org
Mon Dec 24 09:36:12 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=131527

Change 131527 by rwatson at 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


More information about the p4-projects mailing list