Fix relative URLs for SMPng, add a trailing / for my netperf page URL.

This commit is contained in:
Robert Watson 2004-11-12 11:48:29 +00:00
parent 0f705971b2
commit d4510d8137
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22929

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.1 2004/11/11 22:21:42 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/netperf/index.sgml,v 1.2 2004/11/11 22:46:53 rwatson Exp $">
<!ENTITY title "FreeBSD Network Performance Project (netperf)">
<!ENTITY email 'mux'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -32,7 +32,7 @@
<p>The netperf project is working to enhance the performance of the
FreeBSD network stack. This work grew out of the
<a href="../smp">SMPng Project</a>, which moved the FreeBSD kernel from
<a href="../../smp">SMPng Project</a>, which moved the FreeBSD kernel from
a "Giant Lock" to more fine-grained locking and multi-threading. SMPng
offered both performance improvement and degradation for the network
stack, improving parallelism and preemption, but substantially
@ -222,10 +222,10 @@
<p>Some useful links relating to the netperf work:</p>
<ul>
<li><p><a href="../smp/">SMPng Project</a> -- Project to introduce
<li><p><a href="../../smp/">SMPng Project</a> -- Project to introduce
finer grained locking in the FreeBSD kernel.</p></li>
<li><p><a href="http://www.watson.org/~robert/freebsd/netperf">Robert
<li><p><a href="http://www.watson.org/~robert/freebsd/netperf/">Robert
Watson's netperf web page</a> -- Web page that includes a change log
and performance measurement/debugging information.</p></li>
</ul>