io-uring.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Norman Maurer <norman.maurer@googlemail.com>
To: io-uring@vger.kernel.org
Subject: Support for recvmmsg / sendmmsg
Date: Thu, 24 Sep 2020 21:20:37 +0200	[thread overview]
Message-ID: <303D2FBF-3482-4A6B-8945-7FB8130D8418@googlemail.com> (raw)

Hi there,

I am currently working on support for Datagrams in Netty using io_uring. One of the things that I noticed is that there is no recvmmsg / sendmmsg atm. You can argue that this may not be needed as I can jus submit multiple IORING_OP_* operations and so emulate it. While this is mostly true it would be still nice to have support for these calls because of:

* Issuing multiple IORING_OP_SENDMSG / RECVMSG is not the same as just issue one of them as I need to call io_uring_enter(…) earlier to ensure I not “overflow” the submission queue.
* Having multiple IORING_OP_SENDMSG / RECVMSG makes it more complicated in terms of keeping state in some cases

So would it be possible to add these ? For now I have implemented my own “batching” but its a way more complicated as I would love to :/

Thanks
Norman


                 reply	other threads:[~2020-09-24 19:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=303D2FBF-3482-4A6B-8945-7FB8130D8418@googlemail.com \
    --to=norman.maurer@googlemail.com \
    --cc=io-uring@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).