numam-dpdk/lib/librte_hash
Yipeng Wang 2d28bb5ddd hash: remove unnecessary pause
There is a rte_pause in hash table reset function.
Since the loop is not a polling loop on shared
data structure, the rte_pause is not needed.

Fixes: b26473ff8f ("hash: add reset function")
Cc: stable@dpdk.org

Signed-off-by: Yipeng Wang <yipeng1.wang@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
2018-10-26 22:01:37 +02:00
..
Makefile lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
meson.build hash: support read/write concurrency 2018-07-12 23:03:50 +02:00
rte_cmp_arm64.h lib: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
rte_cmp_x86.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_crc_arm64.h lib: use SPDX tag for Cavium copyright files 2018-01-09 16:19:01 +01:00
rte_cuckoo_hash.c hash: remove unnecessary pause 2018-10-26 22:01:37 +02:00
rte_cuckoo_hash.h hash: add lock-free r/w concurrency 2018-10-26 12:50:43 +02:00
rte_fbk_hash.c hash: select fbk function at run-time 2018-01-20 15:35:16 +01:00
rte_fbk_hash.h hash: select fbk function at run-time 2018-01-20 15:35:16 +01:00
rte_hash_crc.h hash: explicit casts for truncation in CRC32c 2018-05-13 22:45:37 +02:00
rte_hash_version.map hash: support no free on delete 2018-10-26 12:44:52 +02:00
rte_hash.h hash: add lock-free r/w concurrency 2018-10-26 12:50:43 +02:00
rte_jhash.h lib: fix missing includes in exported headers 2018-01-17 00:31:05 +01:00
rte_thash.h lib: fix missing includes in exported headers 2018-01-17 00:31:05 +01:00