MCPcopy Create free account
hub / github.com/F-Stack/f-stack / reset_table

Function reset_table

dpdk/app/test/test_hash_perf.c:568–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566}
567
568static void
569reset_table(unsigned table_index)
570{
571 rte_hash_reset(h[table_index]);
572}
573
574static int
575run_all_tbl_perf_tests(unsigned int with_pushes, unsigned int with_locks,

Callers 1

run_all_tbl_perf_testsFunction · 0.85

Calls 1

rte_hash_resetFunction · 0.85

Tested by

no test coverage detected