Re: [PATCH net V4] Exempt multicast addresses from five-second neighbor lifetime

2020-11-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (refs/heads/master): On Thu, 12 Nov 2020 20:58:15 -0500 you wrote: > Commit 58956317c8de ("neighbor: Improve garbage collection") > guarantees neighbour table entries a five-second lifetime. Processes > which make heavy use of multicast can fill th

Re: [PATCH net V4] Exempt multicast addresses from five-second neighbor lifetime

2020-11-12 Thread David Ahern
On 11/12/20 6:58 PM, Jeff Dike wrote: > Commit 58956317c8de ("neighbor: Improve garbage collection") > guarantees neighbour table entries a five-second lifetime. Processes > which make heavy use of multicast can fill the neighour table with > multicast addresses in five seconds. At that point, ne

[PATCH net V4] Exempt multicast addresses from five-second neighbor lifetime

2020-11-12 Thread Jeff Dike
Commit 58956317c8de ("neighbor: Improve garbage collection") guarantees neighbour table entries a five-second lifetime. Processes which make heavy use of multicast can fill the neighour table with multicast addresses in five seconds. At that point, neighbour entries can't be GC-ed because they ar