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.