From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH 1/2] test/hash: fix multiwriter with non consecutive cores Date: Thu, 26 Jul 2018 21:55:49 +0200 Message-ID: <1638259.uLXcVBnkju@xps> References: <20180717133151.30065-1-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, bruce.richardson@intel.com, dev@dpdk.org To: Pablo de Lara Return-path: In-Reply-To: <20180717133151.30065-1-pablo.de.lara.guarch@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" 17/07/2018 15:31, Pablo de Lara: > When non consecutive cores are passed into the test application, > the distribution of the keys that each thread needs to insert > is not correct, since it assumes that there are no cores skipped > between the master core and the worker core. > > Fixes: be856325cba3 ("hash: add scalable multi-writer insertion with Intel TSX") > Cc: stable@dpdk.org > > Signed-off-by: Pablo de Lara Series applied, thanks