aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMarco Chiappero <[email protected]>2021-11-17 14:30:54 +0000
committerHerbert Xu <[email protected]>2021-11-26 16:20:47 +1100
commit25110fd2e346449355cb795cd0d3e050ca5bdf11 (patch)
tree7120bd4bc7966812545af06f65ca4bd81b1dcf6e /tools/perf/scripts/python
parent1d4fde6c4e805f4cb5ecb54fb39c93686d3e5924 (diff)
crypto: qat - pass the PF2VF responses back to the callers
Currently, any PF response to a VF request is fully parsed during the interrupt handling. This way the individual response values are stored into the accel_dev structure, preventing the caller to access and decode the full response message itself. Change this behavior, by letting the API return back the entire message to the caller, in order to: - keep correlated code together, that is, the (building of the) request and the (decoding of the) response; - avoid polluting the accel_dev data structure with unnecessary and at times temporary values; only the entire message is stored in a temporary buffer. Signed-off-by: Marco Chiappero <[email protected]> Reviewed-by: Giovanni Cabiddu <[email protected]> Signed-off-by: Giovanni Cabiddu <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions