[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181206.195915.1229694119610331965.davem@davemloft.net>
Date: Thu, 06 Dec 2018 19:59:15 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: dsahern@...nel.org
Cc: netdev@...r.kernel.org, roopa@...ulusnetworks.com,
dsahern@...il.com
Subject: Re: [PATCH net-next] neighbour: Improve garbage collection
From: David Ahern <dsahern@...nel.org>
Date: Thu, 6 Dec 2018 14:38:44 -0800
> The existing garbage collection algorithm has a number of problems:
Thanks for working on this!
I totally agree with what you are doing, especially the separate
gc_list.
But why do you need the on_gc_list boolean state? That's equivalent
to "!list_empty(&n->gc_list)" and seems redundant.
Powered by blists - more mailing lists