hash: remove unnecessary pause
authorYipeng Wang <yipeng1.wang@intel.com>
Fri, 26 Oct 2018 09:53:41 +0000 (02:53 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 26 Oct 2018 20:01:37 +0000 (22:01 +0200)
commit2d28bb5ddd0fb7c3bed44f3f3fbc7a7bc449ea7a
tree20af4227a4ceddcf083b6fe84b4e8d0ce9e824b3
parentee1caebc4dea6ae59ef60d2e3cc75338c213207d
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: b26473ff8f4a ("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>
lib/librte_hash/rte_cuckoo_hash.c