aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSivaprakash Murugesan <[email protected]>2020-06-22 11:45:06 +0530
committerHerbert Xu <[email protected]>2020-07-03 14:18:34 +1000
commitdf12ef60c87b8fffc4d066dc6e553a77feaa6caf (patch)
tree94d22c7abf8e4f8241ea279679ee2b119850a799 /tools/perf/scripts/python
parenta668ee56ff028139a0926e4d2248c9a573858ba0 (diff)
crypto: qce/sha - Do not modify scatterlist passed along with request
Crypto test driver's test_ahash_speed calls crypto_ahash_update and crypto_ahash_final APIs repeatedly for all the available test vector buffer lengths. if we mark the end for scatterlist based on the current vector size then the subsequent vectors might fail if the later buffer lengths are higher. To avoid this, in qce do not mark the end of scatterlist in update API, the qce_ahash_async_req_handle API already takes care of this copying right amount of buffer from the request scatter list. Signed-off-by: Sivaprakash Murugesan <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions