Eric Dumazet 7035560287 net: release skb->dst in sock_queue_rcv_skb()
When queuing a skb to sk->sk_receive_queue, we can release its dst,
not anymore needed.  Since current cpu did the dst_hold(), refcount is
probably still hot int this cpu caches.

This avoids readers to access the original dst to decrement its
refcount, possibly a long time after packet reception. This should
speedup UDP and RAW receive path.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-11-26 01:08:18 -08:00
..
2008-11-14 00:53:54 -08:00
2008-11-07 22:52:34 -08:00
2008-11-25 17:35:18 -08:00
2008-11-25 17:31:51 -08:00
2008-11-19 21:40:23 -08:00
2008-07-25 10:53:29 -07:00