Re: [RFC] [TCP 1/3] tcp: Add MSG_NEW_PACKET flag to indicatepreferable packet boundaries

From: Eric Dumazet
Date: Fri Jun 29 2012 - 13:16:07 EST


On Fri, 2012-06-29 at 17:38 +0200, Andreas Gruenbacher wrote:

> The primary use case is fast Gigabit (10 or more) Ethernet connections
> with jumbo frames and switches that support them. There, frames will go
> through unchanged and you can zero-copy receive all the time.
>
> Not sure how well the approach scales to other kinds of connections; it
> may work often enough to be worth it. When things get distorted between
> the sender and the receiver and tcp_recvbio() fails, the data can still
> be copied out of the socket as before.

If you have a packet loss, receiver can and will coalesce frames.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/