[BACK]Return to 60.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/60.html between version 1.58 and 1.59

version 1.58, 2016/08/16 08:33:42 version 1.59, 2016/08/16 08:39:08
Line 165 
Line 165 
     </ul>      </ul>
 <p>  <p>
   
 <li>SMP network stack improvements:  
     <ul>  
     <li>The Tx queue of the  
         <a href="http://man.openbsd.org/?query=cnmac">cnmac(4)</a>  
         driver can now be processed in parallel of the rest of the kernel.  
     <li>Network input path is now run in thread context.  
     </ul>  
 <p>  
   
 <li>IEEE 802.11 wireless stack improvements:  <li>IEEE 802.11 wireless stack improvements:
     <ul>      <ul>
     <li>The HT block ack receive buffer logic follows the algorithm given      <li>The HT block ack receive buffer logic follows the algorithm given
Line 206 
Line 197 
         <a href="http://man.openbsd.org/bpf.4">bpf(4)</a>.          <a href="http://man.openbsd.org/bpf.4">bpf(4)</a>.
         This allows the system to have just one bpf device node in /dev          This allows the system to have just one bpf device node in /dev
         that services all bpf consumers (up to 1024).          that services all bpf consumers (up to 1024).
       <li>The Tx queue of the
           <a href="http://man.openbsd.org/?query=cnmac">cnmac(4)</a>
           driver can now be processed in parallel of the rest of the kernel.
       <li>Network input path is now run in thread context.
     </ul>      </ul>
 <p>  <p>
   

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59