[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 5/5] sockets: Support multipath TCP
From: |
Dr. David Alan Gilbert |
Subject: |
Re: [PATCH v2 5/5] sockets: Support multipath TCP |
Date: |
Mon, 26 Apr 2021 13:26:58 +0100 |
User-agent: |
Mutt/2.0.6 (2021-03-06) |
* Daniel P. Berrangé (berrange@redhat.com) wrote:
> On Wed, Apr 21, 2021 at 12:28:34PM +0100, Dr. David Alan Gilbert (git) wrote:
> > From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
> >
> > Multipath TCP allows combining multiple interfaces/routes into a single
> > socket, with very little work for the user/admin.
> >
> > It's enabled by 'mptcp' on most socket addresses:
> >
> > ./qemu-system-x86_64 -nographic -incoming tcp:0:4444,mptcp
> >
> > Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
> > ---
> > io/dns-resolver.c | 4 ++++
> > qapi/sockets.json | 5 ++++-
> > util/qemu-sockets.c | 23 +++++++++++++++++++++++
> > 3 files changed, 31 insertions(+), 1 deletion(-)
>
> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Thanks, given this is more socketary than migration code, do you want to
take this series via your tree?
Dave
>
> Regards,
> Daniel
> --
> |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
> |: https://libvirt.org -o- https://fstop138.berrange.com :|
> |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK
- [PATCH v2 0/5] mptcp support, Dr. David Alan Gilbert (git), 2021/04/21
- [PATCH v2 1/5] channel-socket: Only set CLOEXEC if we have space for fds, Dr. David Alan Gilbert (git), 2021/04/21
- [PATCH v2 2/5] io/net-listener: Call the notifier during finalize, Dr. David Alan Gilbert (git), 2021/04/21
- [PATCH v2 3/5] migration: Add cleanup hook for inwards migration, Dr. David Alan Gilbert (git), 2021/04/21
- [PATCH v2 4/5] migration/socket: Close the listener at the end, Dr. David Alan Gilbert (git), 2021/04/21
- [PATCH v2 5/5] sockets: Support multipath TCP, Dr. David Alan Gilbert (git), 2021/04/21