Fix two typos.
Approved by: brueffer (mentor)
This commit is contained in:
parent
dc976d9dca
commit
3d44be7448
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25618
3 changed files with 9 additions and 9 deletions
|
|
@ -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.13 2005/07/01 09:09:52 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/netperf/index.sgml,v 1.14 2005/07/01 09:13:54 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD Network Performance Project (netperf)">
|
||||
<!ENTITY email 'mux'>
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
|
@ -114,7 +114,7 @@
|
|||
threading in the network stack. The current network stack model
|
||||
offers the opportunity for substantial parallelism, with outbound
|
||||
processing typically taking place in the context of the sending
|
||||
thread in kernel, crypto occuring in crypto worker threads, and
|
||||
thread in kernel, crypto occurring in crypto worker threads, and
|
||||
receive processing taking place in a combination of the receiving
|
||||
ithread and dispatched netisr thread. While handoffs between
|
||||
threads introduces overhead (synchronization, context switching),
|
||||
|
|
@ -186,7 +186,7 @@
|
|||
interface queue, even in the event that additional queueing is
|
||||
required. This has not yet been benchmarked. A subset change to
|
||||
dispatch a single mbuf to a driver has also been prototyped, and
|
||||
bencharked at a several percentage point improvement in packet send
|
||||
benchmarked at a several percentage point improvement in packet send
|
||||
rates from user space. </td>
|
||||
</tr>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue