Re: [PATCH net-next 4/4] test_rhashtable: add test case for rhl_table interface

2017-09-19 Thread kbuild test robot
Hi Florian, [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Florian-Westphal/test_rhashtable-add-test-case-for-rhl-table/20170919-135550 config: x86_64-randconfig-a0-09192105 (attached as .config) compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7 reproduce:

[PATCH net-next 4/4] test_rhashtable: add test case for rhl_table interface

2017-09-18 Thread Florian Westphal
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 --- lib/test_rhashtable.c | 196