| 125 | } |
| 126 | |
| 127 | static int |
| 128 | test_thash_perf(void) |
| 129 | { |
| 130 | run_thash_test(IPV4_2_TUPLE_LEN); |
| 131 | run_thash_test(IPV4_4_TUPLE_LEN); |
| 132 | run_thash_test(IPV6_2_TUPLE_LEN); |
| 133 | run_thash_test(IPV6_4_TUPLE_LEN); |
| 134 | |
| 135 | return 0; |
| 136 | } |
| 137 | |
| 138 | REGISTER_PERF_TEST(thash_perf_autotest, test_thash_perf); |
nothing calls this directly
no test coverage detected