David S. Miller writes:
> From: Robert Olsson [off-list ref]
> Date: Tue, 10 Jun 2003 00:54:32 +0200
>
> I'm about to propose some stats even for hash spinning....
>
> Do you mind if I apply this? It looks fine.
No please do. There is an updated rtstat already.
> Next, we should put similar metrics into fib_hash.c
Yes.
Also "candidate" selection in __rt_hash_shrink can be done in
rt_intern_hash. We avoid an the extra spinning over the hash chain.
Eventually we can save here and have the candidate always ready.
Cheers.
--ro