Re: [dpdk-dev] [PATCH v2 4/7] hash: fix unnecessary code

2018-09-26 Thread Bruce Richardson
On Fri, Sep 21, 2018 at 10:17:32AM -0700, Yipeng Wang wrote: > 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: sta...@dpdk.org > > Si

[dpdk-dev] [PATCH v2 4/7] hash: fix unnecessary code

2018-09-21 Thread Yipeng Wang
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: sta...@dpdk.org Signed-off-by: Yipeng Wang --- lib/librte_hash/rte_cuckoo_hash.h | 2 -- 1 fi