commit | cdd4de372ea06a18e104100b9f2c442527d26db1 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Wed Sep 20 01:12:14 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 19 16:15:47 2017 -0700 |
tree | 80c6c1c91a9d018f36149a2f738867024280bba0 | |
parent | a6359bd8dd1c3a15c09e7dbb533bf89d13b42acd [diff] |
test_rhashtable: add test case for rhl_table interface also test rhltable. rhltable remove operations are slow as deletions require a list walk, thus test with 1/16th of the given entry count number to get a run duration similar to rhashtable one. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>