Skip to content

Commit ed1108f

Browse files
committed
man: note when IORING_REGISTER_SEND_MSG_RING became available
The io_uring_register.2 man page had it listed as 6.12, which is incorrect. And the io_uring_register_sync_msg.3 didnt have a note at all. Note that support for this feature arrived with kernel 6.13. Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent d7eacb8 commit ed1108f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

man/io_uring_register.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ which must be prepared with
923923
.BR io_uring_prep_msg_ring (3)
924924
before being submitted. Only supports
925925
.B IORING_MSG_DATA
926-
type of requests. Available since kernel 6.12.
926+
type of requests. Available since kernel 6.13.
927927

928928
.TP
929929
.B IORING_REGISTER_RESIZE_RINGS

man/io_uring_register_sync_msg.3

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ field on CQE side. That way, you can set the CQE flags field
6363
when sending a message. Be aware that io_uring could potentially set additional
6464
bits into this field.
6565

66+
Available since kernel 6.13.
67+
6668
.SH RETURN VALUE
6769
Returns 0 on success, or
6870
.BR -errno

0 commit comments

Comments
 (0)