Merge branch 'rhashtable-test'
authorDavid S. Miller <davem@davemloft.net>
Mon, 4 May 2015 03:08:54 +0000 (23:08 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 May 2015 03:08:54 +0000 (23:08 -0400)
commit10308220f31db542b91ccaba7780f2d741cf84a5
treea0661f5ac8e8a10a2a0cbd12dbba82dd41c82e19
parent7a852021a4ec2978c5d58d1904eeb90a8b2805fe
parent67b7cbf4203f7e6682a2dc17fc83a6a6cd5a3376
Merge branch 'rhashtable-test'

Thomas Graf says:

====================
rhashtable self-test improvements

This series improves the rhashtable self-test to:
  * Avoid allocation of test objects
  * Measure the time of test runs
  * Use the iterator to walk the table for consistency
  * Account for failed insertions due to memory pressure or
    utilization pressure
  * Ignore failed insertions when checking for consistency
====================

Signed-off-by: David S. Miller <davem@davemloft.net>