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

Diff for /www/60.html between version 1.48 and 1.49

version 1.48, 2016/08/15 02:22:05 version 1.49, 2016/08/15 13:54:19
Line 124 
Line 124 
     <li>The Tx queue of the      <li>The Tx queue of the
         <a href="http://man.openbsd.org/?query=cnmac">cnmac(4)</a>          <a href="http://man.openbsd.org/?query=cnmac">cnmac(4)</a>
         driver can now be processed in parallel of the rest of the kernel.          driver can now be processed in parallel of the rest of the kernel.
     <li>...      <li>Network input path is now run in thread context.
     </ul>      </ul>
 <p>  <p>
   
Line 141 
Line 141 
   
 <li>Generic network stack improvements:  <li>Generic network stack improvements:
     <ul>      <ul>
     <li>The prio field on VLAN headers is now correctly set      <li>The routing table is now based on
         on each fragment of an IPv4 packet going out on a          <a href="http://www.hariguchi.org/art/art.pdf">ART</a> offering a
         <a href="http://man.openbsd.org/vlan.4">vlan(4)</a>          faster lookup.
         interface.      <li>The number of route lookup per packet has been reduced to 1 in the
           forwarding path.
       <li>The prio field on VLAN headers is now correctly set on each fragment
           of an IPv4 packet going out on a
           <a href="http://man.openbsd.org/vlan.4">vlan(4)</a>     interface.
     <li>Enabled device cloning for      <li>Enabled device cloning for
         <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

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49