public inbox for [email protected]
 help / color / mirror / Atom feed
From: Jens Axboe <[email protected]>
To: Ming Lei <[email protected]>,
	[email protected], Pavel Begunkov <[email protected]>
Cc: Stefan Metzmacher <[email protected]>, David Ahern <[email protected]>
Subject: Re: IOSQE_IO_LINK vs. short send of SOCK_STREAM
Date: Wed, 11 Jan 2023 08:49:40 -0700	[thread overview]
Message-ID: <[email protected]> (raw)
In-Reply-To: <Y77VIB1s6LurAvBd@T590>

On 1/11/23 8:26 AM, Ming Lei wrote:
> Hello Guy,
> 
> Per my understanding, a short send on SOCK_STREAM should terminate the
> remainder of the SQE chain built by IOSQE_IO_LINK.
> 
> But from my observation, this point isn't true when using io_sendmsg or
> io_sendmsg_zc on TCP socket, and the other remainder of the chain still
> can be completed after one short send is found. MSG_WAITALL is off.
> 
> For SOCK_STREAM, IOSQE_IO_LINK probably is the only way of io_uring for
> sending data correctly in batch. However, it depends on the assumption
> of chain termination by short send.

That is the intended behavior, maybe there are some cases where it's
not being set and req_set_fail() not being called? Do you have a test
case that I can try? If not, might be easier if you poke at
io_uring/net.c:io_sendmsg(). If we send less than what was asked for
and we don't retry, req_set_fail() should be called.

-- 
Jens Axboe



  reply	other threads:[~2023-01-11 15:50 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-11 15:26 IOSQE_IO_LINK vs. short send of SOCK_STREAM Ming Lei
2023-01-11 15:49 ` Jens Axboe [this message]
2023-01-11 16:32 ` Stefan Metzmacher
2023-01-11 16:36   ` Jens Axboe
2023-01-12  3:27   ` Ming Lei
2023-01-12  3:40     ` Jens Axboe
2023-01-12  7:35       ` Stefan Metzmacher
2023-01-13 10:12         ` Ming Lei
2023-01-13 17:51           ` Jens Axboe
2023-01-13 18:01             ` Jens Axboe
2023-01-14  0:27               ` Ming Lei
2023-01-14  1:39                 ` Ming Lei
2023-01-14  2:12                 ` Ming Lei
2023-01-14  3:47                   ` Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox