lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 28 Apr 2016 11:04:12 -0700
From:	Eric Dumazet <eric.dumazet@...il.com>
To:	Alexei Starovoitov <alexei.starovoitov@...il.com>
Cc:	Eric Dumazet <edumazet@...gle.com>,
	"David S . Miller" <davem@...emloft.net>,
	netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next 0/6] net: make TCP preemptible

On Thu, 2016-04-28 at 10:51 -0700, Alexei Starovoitov wrote:

> got it. It applies to both v4 and v6, right?

You mean IPv6 ?

Well, you know, I decided to skip IPv6 and go to IPv8 anyway ;) 

Yes, these changes apply for both IPv4 and IPv6 in the meantime.


> that would be awesome. I think map/reduce type jobs typically
> do large sendmsg, so it should help p99 latency.

Note that it should even help to send faster, since the ACK packets or
TCP Small Queue handlers are blocked until the sendmsg() was complete.

ACK packets usually open the window for more sends.

Many applications are using a loop and multiple sendmsg( ) with ~64KB
chunks to work around these latency issues.


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ