qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] net: use socket_set_nodelay() for -netdev socke


From: Daniel P. Berrange
Subject: Re: [Qemu-devel] [PATCH] net: use socket_set_nodelay() for -netdev socket
Date: Thu, 28 Feb 2013 13:55:58 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Feb 28, 2013 at 02:49:51PM +0100, Stefan Hajnoczi wrote:
> On Wed, Feb 27, 2013 at 04:49:16PM +0000, Daniel P. Berrange wrote:
> > On Wed, Feb 27, 2013 at 03:05:47PM +0100, Stefan Hajnoczi wrote:
> > > Reduce -netdev socket latency by disabling the Nagle algorithm on
> > > SOCK_STREAM sockets in net/socket.c.  Since we are tunelling Ethernet
> > > over TCP we shouldn't artificially delay outgoing packets, let the guest
> > > decide packet scheduling.
> > > 
> > > I already get sub-millisecond -netdev socket ping times on localhost, so
> > > there was no measurable difference in my testing.  This won't hurt
> > > though and may improve remote socket performance.
> > > 
> > > Signed-off-by: Stefan Hajnoczi <address@hidden>
> > 
> > ACK.
> > 
> > Signed-off-by: Daniel P. Berrange <address@hidden>
> 
> Hi Dan,
> QEMU usually only uses Singed-off-by: for authors and subsystem
> maintainers who merge the patch.

Ah, ok.

> 
> Is it okay if I add a Reviewed-by: Daniel P. Berrange
> <address@hidden> instead?

Of course. 

Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|



reply via email to

[Prev in Thread] Current Thread [Next in Thread]