From: Eric Blake <eblake@redhat.com>
To: qemu-devel@nongnu.org
Cc: nsoffer@redhat.com, berrange@redhat.com, rjones@redhat.com,
qemu-block@nongnu.org
Subject: [PATCH v3 0/2] NBD socket backlog
Date: Tue, 9 Feb 2021 09:27:57 -0600 [thread overview]
Message-ID: <20210209152759.209074-1-eblake@redhat.com> (raw)
in v2:
- also adjust backlog of QMP nbd-server-start [Dan]
- tweak qemu-nbd backlog to -e when not persistent [Nir]
- allow qemu-nbd -e0 for symmetry with QMP [new patch 2]
Eric Blake (2):
qemu-nbd: Use SOMAXCONN for socket listen() backlog
qemu-nbd: Permit --shared=0 for unlimited clients
docs/tools/qemu-nbd.rst | 4 ++--
blockdev-nbd.c | 7 ++++++-
qemu-nbd.c | 15 +++++++++++----
3 files changed, 19 insertions(+), 7 deletions(-)
--
2.30.0
next reply other threads:[~2021-02-09 15:30 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-09 15:27 Eric Blake [this message]
2021-02-09 15:27 ` [PATCH v3 1/2] qemu-nbd: Use SOMAXCONN for socket listen() backlog Eric Blake
2021-02-09 16:08 ` Richard W.M. Jones
2021-02-09 16:12 ` Eric Blake
2021-02-09 16:13 ` Daniel P. Berrangé
2021-02-10 16:58 ` Nir Soffer
2021-02-10 22:24 ` Eric Blake
2021-02-09 15:27 ` [PATCH v3 2/2] qemu-nbd: Permit --shared=0 for unlimited clients Eric Blake
2021-02-09 16:14 ` Daniel P. Berrangé
2021-02-10 21:05 ` Nir Soffer
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=20210209152759.209074-1-eblake@redhat.com \
--to=eblake@redhat.com \
--cc=berrange@redhat.com \
--cc=nsoffer@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=rjones@redhat.com \
/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.