From 3ceeffee3eb652aba5f8f852204014e53cbc134a Mon Sep 17 00:00:00 2001 From: knakahara Date: Thu, 12 Oct 2017 03:27:00 +0000 Subject: [PATCH] add opencrypto(9)'s scalability comment --- doc/TODO.smpnet | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/TODO.smpnet b/doc/TODO.smpnet index e7f8f3b4d948..8f9c0e35739b 100644 --- a/doc/TODO.smpnet +++ b/doc/TODO.smpnet @@ -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