From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 0/5] hash: fix multiple issues Date: Fri, 26 Oct 2018 00:04:27 +0200 Message-ID: <5852730.k0t2O9qduM@xps> References: <1537966465-248530-1-git-send-email-yipeng1.wang@intel.com> <1538143869-152808-1-git-send-email-yipeng1.wang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, bruce.richardson@intel.com, honnappa.nagarahalli@arm.com, sameh.gobriel@intel.com To: Yipeng Wang Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id AF6FB2E81 for ; Fri, 26 Oct 2018 00:04:26 +0200 (CEST) In-Reply-To: <1538143869-152808-1-git-send-email-yipeng1.wang@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 28/09/2018 16:11, Yipeng Wang: > This patch set was part of extendable hash table patch > set before V2. According to Bruce's comment, this patch set > is now separated from the original patch set for easier > review and merge. > https://mails.dpdk.org/archives/dev/2018-September/112555.html > > This patch set fixes multiple issues/bugs from rte_hash and hash > unit test. > > V3->V4: > In first commit, per Honnappa's suggestion, added comment to explain > what value should BUCKET_SIZE be. > In third commit, fix a typo: "consecutive" > > V2->V3: > As Bruce suggested: > Added a new commit to add missing file into meson.build for readwrite test. > Revised the commit message for the last commit. > > Yipeng Wang (5): > test/hash: fix bucket size in hash perf test > test/hash: more accurate hash perf test output > test/hash: fix rw test with non-consecutive cores > test/hash: fix missing file in meson build file > hash: fix unused define Applied, thanks