Add a "required" task for 5.3 to optimize entropy harvesting

performance.
This commit is contained in:
Robert Watson 2004-09-03 03:59:35 +00:00
parent 127609e00a
commit 831c28de30
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22217

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY email 'freebsd-qa'>
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.62 2004/09/03 03:21:23 scottl Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.63 2004/09/03 03:57:10 rwatson Exp $">
<!ENTITY title "FreeBSD 5.3 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -172,6 +172,18 @@
<td>Synaptics updates to the psm(4) driver have resulted in poor
interactivity for taps and button press events for some users.</td>
</tr>
<tr>
<td>Entropy harvesting optimizations</td>
<td>&status.wip;</td>
<td>&a.rwatson;, &a.markm;</td>
<td>Entropy harvesting in the interrupt and incoming packet paths
currently involves a large number of mutex operations. In order to
improve performance, it is desirable to reduce the number of mutex
operations substantially. Work is in progress to improve the
harvesting code along these lines, but has not yet been properly
measured, and therefore not yet merged to CVS.</td>
</tr>
</table>
<h3>Desired features for 5.3-RELEASE</h3>