[BACK]Return to TODO.smpnet CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / doc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/doc/TODO.smpnet between version 1.12 and 1.13

version 1.12, 2017/08/10 09:08:54 version 1.13, 2017/08/10 09:26:55
Line 145  bpf#bd_dcount and bpf#bd_ccount) are als
Line 145  bpf#bd_dcount and bpf#bd_ccount) are als
 scalability the statistic counters should be per-CPU and we should stop using  scalability the statistic counters should be per-CPU and we should stop using
 atomic operations for them however we have to remain the counters and atomic  atomic operations for them however we have to remain the counters and atomic
 operations.  operations.
   
   Scalability
   -----------
   
    - Per-CPU rtcaches (used in say IP forwarding) aren't scalable on multiple
      flows per CPU
    - ipsec(4) isn't scalable on the number of SA/SP; the cost of a look-up
      is O(n)

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb <webmaster@jp.NetBSD.org>