diff --git a/en/projects/netperf/index.sgml b/en/projects/netperf/index.sgml
index 2abfd8128a..fcdcbb8957 100644
--- a/en/projects/netperf/index.sgml
+++ b/en/projects/netperf/index.sgml
@@ -1,6 +1,6 @@
-
+
%includes;
@@ -197,6 +197,17 @@
ether_input_mbufqueue.
+
+ | Employ queued dispatch across netisr dispatch API |
+ &a.rwatson; |
+ 20041113 |
+ &status.new; |
+ Similar to if_start_mbufqueue(), allow dispatch of queues of
+ mbufs into the netisr interface, avoiding multiple wakeups when a
+ netisr thread is already in execution. Wakeups are expensive
+ operations even when there are no threads waiting. |
+
+
| Modify UMA allocator to use critical sections not mutexes for
per-CPU caches. |