]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
crypto/nx: Do not initialize workmem allocation
authorHaren Myneni <haren@linux.vnet.ibm.com>
Mon, 25 Sep 2017 06:44:13 +0000 (23:44 -0700)
committerMichael Ellerman <mpe@ellerman.id.au>
Sat, 11 Nov 2017 22:03:11 +0000 (09:03 +1100)
commit0f46a79a5a048200d4615b2509f01eed97c99b95
tree2c94c1896255298a555d488b9d3bdf7eb8ba2bd5
parent976dd6490b1b45727733a3ee1e25e159c1d748ed
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>
drivers/crypto/nx/nx-842.c