Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Mar 2008 20:32:21 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 137257 for review
Message-ID:  <200803092032.m29KWL2t065955@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=137257

Change 137257 by rwatson@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



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