Re: [dpdk-dev] [PATCH v4 2/2] hash table: add an iterator over conflicting entries

2018-10-09 Thread Wang, Yipeng1
Hi, Qiaobin, Could you try to rebase on this patch set? (http://patchwork.dpdk.org/cover/46106/) I checked your patch and I think there won't be many functional issues merging our patches. Let's coordinate to make sure the final merge is easier. Other comments inlined: >-Original Messag

[dpdk-dev] [PATCH v4 2/2] hash table: add an iterator over conflicting entries

2018-10-09 Thread Qiaobin Fu
Function rte_hash_iterate_conflict_entries_with_hash() iterates over the entries that conflict with an incoming entry. Iterating over conflicting entries enables one to decide if the incoming entry is more valuable than the entries already in the hash table. This is particularly useful after an in