From: santosh shilimkar <santosh.shilimkar@oracle.com>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
ssantosh@kernel.org, David.Laight@ACULAB.COM
Subject: Re: [RFC PATCH] RDS: convert bind hash table to re-sizable hashtable
Date: Mon, 19 Oct 2015 09:45:37 -0700 [thread overview]
Message-ID: <56251E31.8040704@oracle.com> (raw)
In-Reply-To: <20151018.185624.521387334647995840.davem@davemloft.net>
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
next prev parent reply other threads:[~2015-10-19 16:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-14 21:15 [RFC PATCH] RDS: convert bind hash table to re-sizable hashtable Santosh Shilimkar
2015-10-14 21:21 ` santosh.shilimkar
2015-10-19 1:56 ` David Miller
2015-10-19 16:45 ` santosh shilimkar [this message]
2015-10-19 17:03 ` santosh shilimkar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56251E31.8040704@oracle.com \
--to=santosh.shilimkar@oracle.com \
--cc=David.Laight@ACULAB.COM \
--cc=davem@davemloft.net \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=ssantosh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.