Re: [PATCH 3/3] rhashtable-test: calculate max_entries value by default

2015-08-28 Thread Thomas Graf
On 08/28/15 at 12:28pm, Phil Sutter wrote: > A maximum table size of 64k entries is insufficient for the multiple > threads test even in default configuration (10 threads * 5 objects = > 50 objects in total). Since we know how many objects will be > inserted, calculate the max size unless o

[PATCH 3/3] rhashtable-test: calculate max_entries value by default

2015-08-28 Thread Phil Sutter
A maximum table size of 64k entries is insufficient for the multiple threads test even in default configuration (10 threads * 5 objects = 50 objects in total). Since we know how many objects will be inserted, calculate the max size unless overridden by parameter. Note that specifying the e