From 1437be0118012c843f40614b2f4d3c8a1200aa59 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 2 Jan 2025 20:25:39 -0700 Subject: [PATCH] man/io_uring_setup_buf_ring.3: mention max size of a buffer ring Signed-off-by: Jens Axboe --- man/io_uring_setup_buf_ring.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/io_uring_setup_buf_ring.3 b/man/io_uring_setup_buf_ring.3 index 40f22ad63..c50748ddb 100644 --- a/man/io_uring_setup_buf_ring.3 +++ b/man/io_uring_setup_buf_ring.3 @@ -36,7 +36,7 @@ argument must pointer to the ring for which the provided buffer ring is being registered, .I nentries is the number of entries requested in the buffer ring. This argument must be -a power-of 2 in size. +a power-of 2 in size, and can be up to 32768 in size. .I bgid is the chosen buffer group ID, .I flags