commit | a65565e06670b98bfa04c719ce8f8b5ebfc4b278 | [log] [tgz] |
---|---|---|
author | CPestka <constantin.pestka@web.de> | Wed Oct 11 13:21:42 2023 +0200 |
committer | CPestka <constantin.pestka@web.de> | Thu Oct 12 15:10:39 2023 +0200 |
tree | 4805408c58f2eb49ee9daf6289a1e863c2edb210 | |
parent | 7056087137dd6509cda8d617d7a6f536f44071f5 [diff] |
io_uring_submit: note specifics on return value for SQPOLL Added the following behavior of io_uring_submit to the man page. When used with SQ_POLL and in the success case, the return value may not indicate the actual amount of successfully submitted submission queue entries, as mentioned in issue 88 Signed-off-by: Constantin Pestka constantin.pestka@web.de