- Fix some more whitespace mistakes

Submitted by:	wblock
This commit is contained in:
Gabor Pali 2014-01-18 12:01:28 +00:00
parent 08f4787149
commit 9625103359
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43564

View file

@ -1033,17 +1033,17 @@
</links>
<body>
<p>iSCSI is a popular block storage protocol.  Under this project,
<p>iSCSI is a popular block storage protocol. Under this project,
a new, fast, and reliable kernel-based iSCSI initiator (client)
and target (server) have been implemented.</p>
<p>During October to December, the work focused on performance and
scalability.  The target and the initiator now spread the load
scalability. The target and the initiator now spread the load
over multiple kernel threads, and the locking is optimized to
reduce contention. This makes better use of multiple processor
cores.</p>
<p>Work to finish iSER support is ongoing.  All those
<p>Work to finish iSER support is ongoing. All those
optimizations will be gradually merged to <tt>head</tt> in
February, and are expected to merged back to <tt>stable/10</tt>
and finally arrive in <tt>10.1-RELEASE</tt>.</p>