From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] test: fix hash multiwriter test Date: Thu, 13 Oct 2016 15:00:35 +0200 Message-ID: <1542088.LuccGY7c8P@xps13> References: <1475793290-185602-1-git-send-email-pablo.de.lara.guarch@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 To: Pablo de Lara Return-path: Received: from mail-lf0-f47.google.com (mail-lf0-f47.google.com [209.85.215.47]) by dpdk.org (Postfix) with ESMTP id 885263978 for ; Thu, 13 Oct 2016 15:00:38 +0200 (CEST) Received: by mail-lf0-f47.google.com with SMTP id x79so138647502lff.0 for ; Thu, 13 Oct 2016 06:00:38 -0700 (PDT) In-Reply-To: <1475793290-185602-1-git-send-email-pablo.de.lara.guarch@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-10-06 23:34, Pablo de Lara: > Hash multiwriter test consists of two subtests. > If the any of the subtests fails, the overall test should fail, > but the overall test only passed if the second subtest passed, > because the return of the first subtest was being overwritten. > > Fixes: be856325cba3 ("hash: add scalable multi-writer insertion with Intel TSX") > > Signed-off-by: Pablo de Lara Applied, thanks