mbox series

[liburing,0/3] improve sendzc man pages

Message ID cover.1666357688.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series improve sendzc man pages | expand

Message

Pavel Begunkov Oct. 21, 2022, 1:10 p.m. UTC
Add a note about failing zc requests with -EOPNOTSUPP and add a paragraph
about IORING_RECVSEND_FIXED_BUF.

Pavel Begunkov (3):
  io_uring_enter.2: add sendzc -EOPNOTSUPP note
  io_uring_enter.2: document IORING_RECVSEND_POLL_FIRST
  io_uring_enter.2: document IORING_RECVSEND_FIXED_BUF

 man/io_uring_enter.2 | 98 +++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 96 insertions(+), 2 deletions(-)

Comments

Jens Axboe Oct. 21, 2022, 2:13 p.m. UTC | #1
On 10/21/22 6:10 AM, Pavel Begunkov wrote:
> Add a note about failing zc requests with -EOPNOTSUPP and add a paragraph
> about IORING_RECVSEND_FIXED_BUF.
> 
> Pavel Begunkov (3):
>   io_uring_enter.2: add sendzc -EOPNOTSUPP note
>   io_uring_enter.2: document IORING_RECVSEND_POLL_FIRST
>   io_uring_enter.2: document IORING_RECVSEND_FIXED_BUF
> 
>  man/io_uring_enter.2 | 98 +++++++++++++++++++++++++++++++++++++++++++-
>  1 file changed, 96 insertions(+), 2 deletions(-)

Applied with minor edits, thanks!