Re: [net-next PATCH v2] RDS: convert bind hash table to re-sizable hashtable

2015-11-02 Thread David Miller
From: Santosh Shilimkar Date: Fri, 30 Oct 2015 08:49:10 -0700 > 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

[net-next PATCH v2] RDS: convert bind hash table to re-sizable hashtable

2015-10-30 Thread Santosh Shilimkar
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 t