summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorHaren Myneni <haren@linux.vnet.ibm.com>2017-09-25 09:43:02 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2017-11-12 01:03:11 +0300
commit976dd6490b1b45727733a3ee1e25e159c1d748ed (patch)
tree3aa70f133106e962e68122d086e5e1e7d98047e8 /tools/perf/scripts/python
parent6c8e6bb2a52d5e7ae5bbde21c21f6d5dfd6e9ae8 (diff)
downloadlinux-976dd6490b1b45727733a3ee1e25e159c1d748ed.tar.xz
crypto/nx: Use percpu send window for NX requests
For P9 NX, the send window is opened for each crypto session and closed upon free. But VAS supports 64K windows per chip for all coprocessors including in user space support. So there is a possibility of not getting the window for kernel requests. This patch reserves windows for each coprocessor type (NX842) and are available forever for kernel requests, Opens each window for each CPU on the corresponding chip during driver initialization. So then use the percpu txwin for NX requests depends on the CPU on which the process is executing. Signed-off-by: Haren Myneni <haren@us.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions