Re: [net-next PATCH v2] RDS: convert bind hash table to re-sizable hashtable
From: David Miller <davem@davemloft.net>
Date: 2015-11-02 20:37:12
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2015-11-02 20:37:12
Also in:
lkml
From: Santosh Shilimkar <redacted> 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 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. Reviewed-by: David Miller <davem@davemloft.net> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org> Signed-off-by: Santosh Shilimkar <redacted> --- v2: Dropped empty new line from rds_add_bound() (David Miller)
Applied.