All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ming Lei <ming.lei@redhat.com>
To: Stefan Metzmacher <metze@samba.org>
Cc: io-uring@vger.kernel.org, Pavel Begunkov <asml.silence@gmail.com>,
	Jens Axboe <axboe@kernel.dk>, David Ahern <dsahern@gmail.com>,
	ming.lei@redhat.com
Subject: Re: IOSQE_IO_LINK vs. short send of SOCK_STREAM
Date: Thu, 12 Jan 2023 11:27:59 +0800	[thread overview]
Message-ID: <Y79+P4EyU1O0bJPh@T590> (raw)
In-Reply-To: <b8011ec8-8d43-9b9b-4dcc-53b6cb272354@samba.org>

Hi Stefan and Jens,

Thanks for the help.

BTW, the issue is observed when I write ublk-nbd:

https://github.com/ming1/ubdsrv/commits/nbd

and it isn't completed yet(multiple send sqe chains not serialized
yet), the issue is triggered when writing big chunk data to ublk-nbd.

On Wed, Jan 11, 2023 at 05:32:00PM +0100, Stefan Metzmacher wrote:
> Hi Ming,
> 
> > 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.
> 
> This is due to legacy reasons, you need pass MSG_WAITALL explicitly
> in order to a retry or an error on a short write...
> It should work for send, sendmsg, sendmsg_zc, recv and recvmsg.

Turns out there is another application bug in which recv sqe may cut in the
send sqe chain.

After the issue is fixed, if MSG_WAITALL is set, short send can't be
observed any more. But if MSG_WAITALL isn't set, short send can be
observed and the send io chain still won't be terminated.

So if MSG_WAITALL is set, will io_uring be responsible for retry in case
of short send, and application needn't to take care of it?

> 
> For recv and recvmsg MSG_WAITALL also fails the link for MSG_TRUNC and MSG_CTRUNC.

OK, thanks for the sharing of recvmsg MSG_WAITALL.


Thanks,
Ming


  parent reply	other threads:[~2023-01-12  3:29 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
2023-01-11 16:32 ` Stefan Metzmacher
2023-01-11 16:36   ` Jens Axboe
2023-01-12  3:27   ` Ming Lei [this message]
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 \
    --in-reply-to=Y79+P4EyU1O0bJPh@T590 \
    --to=ming.lei@redhat.com \
    --cc=asml.silence@gmail.com \
    --cc=axboe@kernel.dk \
    --cc=dsahern@gmail.com \
    --cc=io-uring@vger.kernel.org \
    --cc=metze@samba.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.