From: Eric Dumazet <eric.duma...@gmail.com>
Date: Fri, 18 Nov 2016 17:18:03 -0800

> From: Eric Dumazet <eduma...@google.com>
> 
> UDP_SKB_CB(skb)->partial_cov is located at offset 66 in skb,
> requesting a cold cache line being read in cpu cache.
> 
> We can avoid this cache line miss for UDP sockets,
> as partial_cov has a meaning only for UDPLite.
> 
> Signed-off-by: Eric Dumazet <eduma...@google.com>

Applied.

Reply via email to