PERFORCE change 137257 for review

Robert Watson rwatson at FreeBSD.org
Sun Mar 9 20:32:22 UTC 2008


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

Change 137257 by rwatson at rwatson_cinnamon on 2008/03/09 20:31:29

	Reword, more awkwardly but more accurately.

Affected files ...

.. //depot/projects/zcopybpf/src/sys/net/bpfdesc.h#8 edit

Differences ...

==== //depot/projects/zcopybpf/src/sys/net/bpfdesc.h#8 (text+ko) ====

@@ -52,7 +52,7 @@
 struct bpf_d {
 	LIST_ENTRY(bpf_d) bd_next;	/* Linked list of descriptors */
 	/*
-	 * Buffer slots: two memory clusters buffer the incoming packets.
+	 * Buffer slots: two memory buffers buffer the incoming packets.
 	 *   The model has three slots.  Sbuf is always occupied.
 	 *   sbuf (store) - Receive interrupt puts packets here.
 	 *   hbuf (hold) - When sbuf is full, put buffer here and


More information about the p4-projects mailing list