[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87h81wjigw.fsf@linux.ibm.com>
Date: Thu, 19 Dec 2019 12:09:03 -0600
From: Nathan Lynch <nathanl@...ux.ibm.com>
To: Scott Cheloha <cheloha@...ux.vnet.ibm.com>
Cc: ricklind@...ux.vnet.ibm.com,
Scott Cheloha <cheloha@...ux.vnet.ibm.com>,
linux-kernel@...r.kernel.org,
"Rafael J. Wysocki" <rafael@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
David Hildenbrand <david@...hat.com>
Subject: Re: [PATCH v3] drivers/base/memory.c: cache blocks in radix tree to accelerate lookup
Scott Cheloha <cheloha@...ux.vnet.ibm.com> writes:
> Searching for a particular memory block by id is slow because each block
> device is kept in an unsorted linked list on the subsystem bus.
>
> Lookup is much faster if we cache the blocks in a radix tree. Memory
> subsystem initialization and hotplug/hotunplug is at least a little faster
> for any machine with more than ~100 blocks, and the speedup grows with
> the block count.
>
> Signed-off-by: Scott Cheloha <cheloha@...ux.vnet.ibm.com>
> Acked-by: David Hildenbrand <david@...hat.com>
Acked-by: Nathan Lynch <nathanl@...ux.ibm.com>
Thanks Scott.
Powered by blists - more mailing lists