Module Name: src Committed By: knakahara Date: Thu Oct 12 03:27:00 UTC 2017
Modified Files: src/doc: TODO.smpnet Log Message: add opencrypto(9)'s scalability comment To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/doc/TODO.smpnet Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/TODO.smpnet diff -u src/doc/TODO.smpnet:1.13 src/doc/TODO.smpnet:1.14 --- src/doc/TODO.smpnet:1.13 Thu Aug 10 09:26:55 2017 +++ src/doc/TODO.smpnet Thu Oct 12 03:27:00 2017 @@ -1,4 +1,4 @@ -$NetBSD: TODO.smpnet,v 1.13 2017/08/10 09:26:55 ozaki-r Exp $ +$NetBSD: TODO.smpnet,v 1.14 2017/10/12 03:27:00 knakahara Exp $ MP-safe components ================== @@ -153,3 +153,5 @@ Scalability flows per CPU - ipsec(4) isn't scalable on the number of SA/SP; the cost of a look-up is O(n) + - opencrypto(9)'s crypto_newsession()/crypto_freesession() aren't scalable + as they are serialized by one mutex