Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1250275 > unrolled thread

Re: [RFC PATCH] RDS: convert bind hash table to re-sizable hashtable

Started byDavid Miller <davem@davemloft.net>
First post2015-10-19 03:50 +0200
Last post2015-10-19 18:50 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [RFC PATCH] RDS: convert bind hash table to re-sizable  hashtable David Miller <davem@davemloft.net> - 2015-10-19 03:50 +0200
    Re: [RFC PATCH] RDS: convert bind hash table to re-sizable hashtable santosh shilimkar <santosh.shilimkar@oracle.com> - 2015-10-19 18:50 +0200

#1250275 — Re: [RFC PATCH] RDS: convert bind hash table to re-sizable hashtable

FromDavid Miller <davem@davemloft.net>
Date2015-10-19 03:50 +0200
SubjectRe: [RFC PATCH] RDS: convert bind hash table to re-sizable hashtable
Message-ID<ql7Ki-6sg-3@gated-at.bofh.it>
From: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Date: Wed, 14 Oct 2015 14:15:31 -0700

> From: Santosh Shilimkar <ssantosh@kernel.org>
> 
> To further improve the RDS connection scalabilty on massive systems
> where number of sockets grows into tens of thousands  of sockets, there
> is a need of larger bind hashtable. Pre-allocated 8K or 16K table is
> not very flexible in terms of memory utilisation. The rhashtable
> infrastructure gives us the flexibility to grow the hashtbable based
> on use and also comes up with inbuilt efficient bucket(chain) handling.
> 
> Cc: David Laight <David.Laight@ACULAB.COM>
> Cc: David Miller <davem@davemloft.net>
> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>

This looks fine as far as I can tell.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1250916 — Re: [RFC PATCH] RDS: convert bind hash table to re-sizable hashtable

Fromsantosh shilimkar <santosh.shilimkar@oracle.com>
Date2015-10-19 18:50 +0200
SubjectRe: [RFC PATCH] RDS: convert bind hash table to re-sizable hashtable
Message-ID<qllNg-1H5-7@gated-at.bofh.it>
In reply to#1250275
On 10/18/2015 6:56 PM, David Miller wrote:
> From: Santosh Shilimkar <santosh.shilimkar@oracle.com>
> Date: Wed, 14 Oct 2015 14:15:31 -0700
>
>> From: Santosh Shilimkar <ssantosh@kernel.org>
>>
>> To further improve the RDS connection scalabilty on massive systems
>> where number of sockets grows into tens of thousands  of sockets, there
>> is a need of larger bind hashtable. Pre-allocated 8K or 16K table is
>> not very flexible in terms of memory utilisation. The rhashtable
>> infrastructure gives us the flexibility to grow the hashtbable based
>> on use and also comes up with inbuilt efficient bucket(chain) handling.
>>
>> Cc: David Laight <David.Laight@ACULAB.COM>
>> Cc: David Miller <davem@davemloft.net>
>> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
>
> This looks fine as far as I can tell.


Thanks for review Dave !!

Regards,
Santosh
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web