From: Santosh Shilimkar <[email protected]> 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 <[email protected]> > Signed-off-by: Santosh Shilimkar <[email protected]> > Signed-off-by: Santosh Shilimkar <[email protected]> > --- > v2: Dropped empty new line from rds_add_bound() (David Miller) Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

