hash: remove unused constant
authorYipeng Wang <yipeng1.wang@intel.com>
Fri, 28 Sep 2018 14:11:09 +0000 (07:11 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 25 Oct 2018 22:00:16 +0000 (00:00 +0200)
commit86c1ef20908eb1c7574f581569d2800d00a9846f
tree53775683cb562dcaed348578c960d7bf28a2a150
parent5437d81dbb5810939244ef231e928d4cf28a3551
hash: remove unused constant

Since the depth-first search of cuckoo path is removed, we do not
need the macro anymore which specifies the depth of the cuckoo
search.

Fixes: f2e3001b53ec ("hash: support read/write concurrency")
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.h