De-rwatson index.sgml. :)

This commit is contained in:
Tom Rhodes 2004-11-12 16:04:43 +00:00
parent 76eda27ea8
commit c30a735986
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22932

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/projects/netperf/index.sgml,v 1.3 2004/11/12 11:48:29 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/netperf/index.sgml,v 1.4 2004/11/12 11:56:56 rwatson Exp $">
<!ENTITY title "FreeBSD Network Performance Project (netperf)">
<!ENTITY email 'mux'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -38,7 +38,7 @@
stack, improving parallelism and preemption, but substantially
increasing per-packet processing costs. The netperf project is
primarily focussed on further improving parallelism in network
processing, while reducing the SMP synchronization overhead. This in
processing while reducing the SMP synchronization overhead. This in
turn will lead to higher processing throughput and lower processing
latency.</p>
@ -48,7 +48,7 @@
<p>The two primary focuses of this work are to increase parallelism
while decreasing overhead. Several activities are being performed that
will work towards these goals:</p>
will work toward these goals:</p>
<ul>
<li><p>Complete locking work to make sure all components of the stack
@ -58,7 +58,7 @@
into the kernel, reducing parallelism.</p></li>
<li><p>Optimize locking strategies to find better balances between
locking granularity and locking overhead. In the first cut locking
locking granularity and locking overhead. In the first cut with locking
work on the kernel, the goal was to adopt a medium-grained locking
approach based on data locking. This approach identifies critical
data structures, and inserts new locks and locking operations to