Home
last modified time | relevance | path

Searched hist:cc429c8f6fa7cc1c9109bb4a1ad63a6d1f232f0e (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv6/
H A Daddrconf.cdiff cc429c8f6fa7cc1c9109bb4a1ad63a6d1f232f0e Sat Oct 07 21:30:28 CDT 2017 Eric Dumazet <edumazet@google.com> ipv6: avoid cache line dirtying in ipv6_dev_get_saddr()

By extending the rcu section a bit, we can avoid these
very expensive in6_ifa_put()/in6_ifa_hold() calls
done in __ipv6_dev_get_saddr() and ipv6_dev_get_saddr()

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>