From: Soheil Hassas Yeganeh <soheil.k...@gmail.com> Date: Wed, 26 Sep 2018 16:57:04 -0400
> From: Soheil Hassas Yeganeh <soh...@google.com> > > 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 <soh...@google.com> > Signed-off-by: Eric Dumazet <eduma...@google.com> Applied.