diff options
author | Amitay Isaacs <[email protected]> | 2022-01-21 16:08:16 +1030 |
---|---|---|
committer | Joel Stanley <[email protected]> | 2022-02-21 19:38:17 +1030 |
commit | a1dc6308865df719efb2a2f8a5f0f5979602d267 (patch) | |
tree | f80d1d47b6c463548a74bece4faaa77b7dad4f33 /tools/perf/scripts/python/syscall-counts.py | |
parent | b8d536d27765c67d1da0b5fc73f7d8c3d10f9af8 (diff) |
fsi: sbefifo: Implement FSI_SBEFIFO_READ_TIMEOUT_SECONDS ioctl
FSI_SBEFIFO_READ_TIMEOUT_SECONDS ioctl sets the read timeout (in
seconds) for the response received by sbefifo device from sbe. The
timeout affects only the read operation on current sbefifo device fd.
Certain SBE operations can take long time to complete and the default
timeout of 10 seconds might not be sufficient to start receiving
response from SBE. In such cases, allow the timeout to be set to the
maximum of 120 seconds.
The kernel does not contain the definition of the various SBE
operations, so we must expose an interface to userspace to set the
timeout for the given operation.
Signed-off-by: Amitay Isaacs <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
Reviewed-by: Eddie James <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joel Stanley <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions