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: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH] net: use socket_set_nodelay() for -netdev socket
Date: Fri, 1 Mar 2013 10:35:09 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Feb 28, 2013 at 01:55:58PM +0000, Daniel P. Berrange wrote:
> 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. 

Thanks, done.

Stefan



reply via email to

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