Re: [PATCH 00/20] staging: lustre: convert to rhashtable

2018-04-23 Thread Greg Kroah-Hartman
On Thu, Apr 12, 2018 at 07:54:48AM +1000, NeilBrown wrote: > libcfs in lustre has a resizeable hashtable. > Linux already has a resizeable hashtable, rhashtable, which is better > is most metrics. See https://lwn.net/Articles/751374/ in a few days > for an introduction to rhashtable. > > This

Re: [PATCH 00/20] staging: lustre: convert to rhashtable

2018-04-23 Thread Greg Kroah-Hartman
On Thu, Apr 12, 2018 at 07:54:48AM +1000, NeilBrown wrote: > libcfs in lustre has a resizeable hashtable. > Linux already has a resizeable hashtable, rhashtable, which is better > is most metrics. See https://lwn.net/Articles/751374/ in a few days > for an introduction to rhashtable. > > This

Re: [lustre-devel] [PATCH 00/20] staging: lustre: convert to rhashtable

2018-04-18 Thread Simmons, James A.
>>> libcfs in lustre has a resizeable hashtable. >>> Linux already has a resizeable hashtable, rhashtable, which is better >>> is most metrics. See https://lwn.net/Articles/751374/ in a few days >>> for an introduction to rhashtable. >> >> Thansk for starting this work. I was think about cleaning

Re: [lustre-devel] [PATCH 00/20] staging: lustre: convert to rhashtable

2018-04-18 Thread Simmons, James A.
>>> libcfs in lustre has a resizeable hashtable. >>> Linux already has a resizeable hashtable, rhashtable, which is better >>> is most metrics. See https://lwn.net/Articles/751374/ in a few days >>> for an introduction to rhashtable. >> >> Thansk for starting this work. I was think about cleaning

Re: [PATCH 00/20] staging: lustre: convert to rhashtable

2018-04-17 Thread NeilBrown
On Tue, Apr 17 2018, James Simmons wrote: >> libcfs in lustre has a resizeable hashtable. >> Linux already has a resizeable hashtable, rhashtable, which is better >> is most metrics. See https://lwn.net/Articles/751374/ in a few days >> for an introduction to rhashtable. > > Thansk for starting

Re: [PATCH 00/20] staging: lustre: convert to rhashtable

2018-04-17 Thread NeilBrown
On Tue, Apr 17 2018, James Simmons wrote: >> libcfs in lustre has a resizeable hashtable. >> Linux already has a resizeable hashtable, rhashtable, which is better >> is most metrics. See https://lwn.net/Articles/751374/ in a few days >> for an introduction to rhashtable. > > Thansk for starting

Re: [PATCH 00/20] staging: lustre: convert to rhashtable

2018-04-16 Thread James Simmons
> libcfs in lustre has a resizeable hashtable. > Linux already has a resizeable hashtable, rhashtable, which is better > is most metrics. See https://lwn.net/Articles/751374/ in a few days > for an introduction to rhashtable. Thansk for starting this work. I was think about cleaning the libcfs

Re: [PATCH 00/20] staging: lustre: convert to rhashtable

2018-04-16 Thread James Simmons
> libcfs in lustre has a resizeable hashtable. > Linux already has a resizeable hashtable, rhashtable, which is better > is most metrics. See https://lwn.net/Articles/751374/ in a few days > for an introduction to rhashtable. Thansk for starting this work. I was think about cleaning the libcfs

[PATCH 00/20] staging: lustre: convert to rhashtable

2018-04-11 Thread NeilBrown
libcfs in lustre has a resizeable hashtable. Linux already has a resizeable hashtable, rhashtable, which is better is most metrics. See https://lwn.net/Articles/751374/ in a few days for an introduction to rhashtable. This series converts lustre to use rhashtable. This affects several different

[PATCH 00/20] staging: lustre: convert to rhashtable

2018-04-11 Thread NeilBrown
libcfs in lustre has a resizeable hashtable. Linux already has a resizeable hashtable, rhashtable, which is better is most metrics. See https://lwn.net/Articles/751374/ in a few days for an introduction to rhashtable. This series converts lustre to use rhashtable. This affects several different