Loading
module/crypto: reduce session mempool size
The initial implemenation of the module used a unique crypto session per operation. Later an optimization was made to use shared session, 1 for encrypt and 1 for decrypt. The size of the session pool and assocaited cache were not adjusted at the time. This patch reduces the session pool size to just 2 and uses 0 for session pool cache size. Signed-off-by:paul luse <paul.e.luse@intel.com> Change-Id: Ief3e867ec6bf4ff9c90d8ea60427ed8b85345275 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/471692 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com>