From: Soheil Hassas Yeganeh <[email protected]>
Date: Wed, 26 Sep 2018 16:57:04 -0400

> From: Soheil Hassas Yeganeh <[email protected]>
> 
> When SKBs are coalesced, we can have SKBs with different
> frag sizes. Some with PAGE_SIZE and some not with PAGE_SIZE.
> Since recv_skip_hint is always set to the full SKB size,
> it can overestimate the amount that should be read using
> normal read for coalesced packets.
> 
> Change the recv_skip_hint so that it only includes the first
> frags that are not of PAGE_SIZE.
> 
> Signed-off-by: Soheil Hassas Yeganeh <[email protected]>
> Signed-off-by: Eric Dumazet <[email protected]>

Applied.

Reply via email to