diff options
| author | Ovidiu Panait <ovidiu.panait.oss@gmail.com> | 2025-12-27 23:26:32 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-01-11 13:54:11 +0100 |
| commit | 87d653a894a43adaf74637f175e86df79b399be4 (patch) | |
| tree | c7dd782f4a0256c4532ecb3f72e54d2a6e39df19 /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git | |
| parent | d78870274b497cf0dd4836d8effce8dcf0a0e12d (diff) | |
staging: axis-fifo: Remove read/write timeout module parameters
Module parameters for timeouts are a poor interface choice as they
affect all device instances globally rather than being configurable
per file descriptor.
The current implementation also returns -EAGAIN on timeout, requiring
userspace to implement retry loops around blocking operations.
Remove the read_timeout and write_timeout module parameters. The next
commit adds poll() support, allowing applications to implement timeout
handling using standard poll()/select() interfaces.
Signed-off-by: Ovidiu Panait <ovidiu.panait.oss@gmail.com>
Link: https://patch.msgid.link/20251227212640.3321310-1-ovidiu.panait.oss@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
