Re: OOM when adding ipv6 route: How to make available more per-cpu memory?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Eric Dumazet
Date: Monday, November 8, 2010 - 2:40 pm

Le lundi 08 novembre 2010 à 13:27 -0800, Ben Greear a écrit :

ipv6_add_addr() calls addrconf_dst_alloc
addrconf_dst_alloc() calls dst_alloc
dst_alloc() calls ip6_dst_gc
ip6_dst_gc() calls fib6_run_gc
fib6_run_gc() calls icmp6_dst_gc
fib6_run_gc() calls fib6_clean_all

a bit later, we return to ipv6_add_addr() (line 644) with an error

You want to add a warning in net/ipv6/route.c, line 1949

Thanks




--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: OOM when adding ipv6 route: How to make available mor ..., Eric Dumazet, (Mon Nov 8, 2:40 pm)