diff options
| author | Marco Chiappero <[email protected]> | 2021-11-17 14:30:43 +0000 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2021-11-26 16:20:46 +1100 |
| commit | 1d6133123fb2626499e0e0a9d62e39bcdc5e593b (patch) | |
| tree | 1c146debf2ff9c27c2fe097a17b2e0a4c9d07245 /tools/perf/scripts/python | |
| parent | bd59b769ddac0db24d2d43ca5e40b29a58d7b205 (diff) | |
crypto: qat - handle retries due to collisions in adf_iov_putmsg()
Rework __adf_iov_putmsg() to handle retries due to collisions
internally, removing the need for an external retry loop.
The functions __adf_iov_putmsg() and adf_iov_putmsg() have been merged
together maintaining the adf_iov_putmsg() name.
This will allow to use this function only for GEN2 devices, since
collision are peculiar of this generation and therefore should be
confined to the actual implementation of the transport/medium access.
Note that now adf_iov_putmsg() will retry to send a message only in case
of collisions and will now fail if an ACK is not received from the
remote function.
Signed-off-by: Marco Chiappero <[email protected]>
Co-developed-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