commit | 0f46a79a5a048200d4615b2509f01eed97c99b95 | [log] [tgz] |
---|---|---|
author | Haren Myneni <haren@linux.vnet.ibm.com> | Sun Sep 24 23:44:13 2017 -0700 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Sun Nov 12 09:03:11 2017 +1100 |
tree | 2c94c1896255298a555d488b9d3bdf7eb8ba2bd5 | |
parent | 976dd6490b1b45727733a3ee1e25e159c1d748ed [diff] |
crypto/nx: Do not initialize workmem allocation We are using percpu send window on P9 NX (powerNV) instead of opening / closing per each crypto session. Means txwin is removed from workmem. So we do not need to initialize workmem for each request. Signed-off-by: Haren Myneni <haren@us.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>