svn commit: r238081 - head/tools/tools/netmap
Ed Maste
emaste at FreeBSD.org
Tue Jul 3 17:50:45 UTC 2012
Author: emaste
Date: Tue Jul 3 17:50:44 2012
New Revision: 238081
URL: http://svn.freebsd.org/changeset/base/238081
Log:
Update comment to reflect function's actual operation
Modified:
head/tools/tools/netmap/pkt-gen.c
Modified: head/tools/tools/netmap/pkt-gen.c
==============================================================================
--- head/tools/tools/netmap/pkt-gen.c Tue Jul 3 16:49:38 2012 (r238080)
+++ head/tools/tools/netmap/pkt-gen.c Tue Jul 3 17:50:44 2012 (r238081)
@@ -95,7 +95,7 @@ inline void prefetch (const void *x)
__asm volatile("prefetcht0 %0" :: "m" (*(const unsigned long *)x));
}
-// XXX only for multiples of 32 bytes, non overlapped.
+// XXX only for multiples of 64 bytes, non overlapped.
static inline void
pkt_copy(void *_src, void *_dst, int l)
{
More information about the svn-src-head
mailing list