Searched hist:"14 deae41566b5cdd992c01d0069518ced5227c83" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/net/ |
H A D | ndisc.h | diff 14deae41566b5cdd992c01d0069518ced5227c83 Sun Jan 04 18:04:39 CST 2009 David S. Miller <davem@davemloft.net> ipv6: Fix sporadic sendmsg -EINVAL when sending to multicast groups.
Thanks to excellent diagnosis by Eduard Guzovsky.
The core problem is that on a network with lots of active multicast traffic, the neighbour cache can fill up. If we try to allocate a new route and thus neighbour cache entry, the bog-standard GC attempt the neighbour layer does in ineffective because route entries hold a reference to the existing neighbour entries and GC can only liberate entries with no references.
IPV4 already has a way to handle this, by doing a route cache GC in such situations (when neigh attach returns -ENOBUFS).
So simply mimick this on the ipv6 side.
Tested-by: Eduard Guzovsky <eguzovsky@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv6/ |
H A D | route.c | diff 14deae41566b5cdd992c01d0069518ced5227c83 Sun Jan 04 18:04:39 CST 2009 David S. Miller <davem@davemloft.net> ipv6: Fix sporadic sendmsg -EINVAL when sending to multicast groups.
Thanks to excellent diagnosis by Eduard Guzovsky.
The core problem is that on a network with lots of active multicast traffic, the neighbour cache can fill up. If we try to allocate a new route and thus neighbour cache entry, the bog-standard GC attempt the neighbour layer does in ineffective because route entries hold a reference to the existing neighbour entries and GC can only liberate entries with no references.
IPV4 already has a way to handle this, by doing a route cache GC in such situations (when neigh attach returns -ENOBUFS).
So simply mimick this on the ipv6 side.
Tested-by: Eduard Guzovsky <eguzovsky@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|