From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v3 3/5] test/hash: fix rw test with non-consecutive cores Date: Thu, 27 Sep 2018 12:18:38 +0100 Message-ID: <20180927111838.GE19604@bricha3-MOBL.ger.corp.intel.com> References: <1536253745-133104-1-git-send-email-yipeng1.wang@intel.com> <1537966465-248530-1-git-send-email-yipeng1.wang@intel.com> <1537966465-248530-4-git-send-email-yipeng1.wang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, honnappa.nagarahalli@arm.com, sameh.gobriel@intel.com To: Yipeng Wang Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 8AB501B3D8 for ; Thu, 27 Sep 2018 13:20:34 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1537966465-248530-4-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" On Wed, Sep 26, 2018 at 05:54:23AM -0700, Yipeng Wang wrote: > the multi-reader and multi-writer rte_hash unit test does not > work correctly with non-consicutive core ids. This commit ^^^^^^ typo, forgot to mention on previous review > fixes the issue. > > Fixes: 0eb3726ebcf1 ("test/hash: add test for read/write concurrency") > Cc: stable@dpdk.org > > Signed-off-by: Yipeng Wang > Tested-by: Bruce Richardson > Acked-by: Bruce Richardson