From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41])
 by dpdk.org (Postfix) with ESMTP id 376222BA8
 for <dev@dpdk.org>; Mon, 27 Jun 2016 16:44:37 +0200 (CEST)
Received: by mail-wm0-f41.google.com with SMTP id f126so103554604wma.1
 for <dev@dpdk.org>; Mon, 27 Jun 2016 07:44:37 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding;
 bh=/itkJEV3FyT0WutsWQUnDnW0+A/aR3HDCZX3Lt7o7So=;
 b=2AZv22zBx3K+aADn1RCYt/izn0ZrXOBvCY2ALfrtK335L94/mzGLoYRPiqY8zze75h
 fF+H0pola8SJAj8IMpp6DNWEkeqJ3rky64+Bq3MhDTINdCUIiNdFgtXZTdL8wtK0cI6D
 D7S34KyhDsmi13BCvjXFMZeeo24E5aSEr8HAZpbiWuDul8IuBoUTZyCfBtUkALkBxu5H
 nD7wq7X7Adke663ejvOt7dIoX+whOf46zW9obuUpFC5v1MlLVZXqJumI0b8epP7KRuuI
 9WI4tW2UKYnsZFYgh1NW240BLfzXTpuLg7UOlALLAKWVinraHGpDj/kJEouhI1vXNI20
 7prg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=/itkJEV3FyT0WutsWQUnDnW0+A/aR3HDCZX3Lt7o7So=;
 b=e1iBZsBxmxUhYhG7DgIee18txNlxG1+UMSlUWd6eZFc6wdimtkF9+pl40PfFwJ4yCJ
 61TQDZzl5a4k7dPdD7TJmBtmjO6E/ePu0yP2kxOhyAjBnqOs4bM1cHBkq2n0/CDWJvdm
 rG3Iq//Gw2SWyAAX8AlbZA7lXWr94UQITuSqgN878fYFCtsSLL3BNo1z8Aczyma8tiu8
 I+0XVOyZ3gvVG2H+ys2GuEd962Z/r9Gs/J/7oiFfUpQVfNNnULdU7Ra+M6PbZTzJ0UfA
 Wrm4lAL/aQUIJqnT/FXzrSFoIJKmKutse6iFOEbC8v4mfI5oS5FAiIlYpcXZhmk+zNNr
 BwYQ==
X-Gm-Message-State: ALyK8tLyCfdHYB+irp3bYOf6DF7UXb1gE94lcreYPxrsPUHQoswIg76TBhxA5XfM1je9SsyB
X-Received: by 10.28.55.72 with SMTP id e69mr11266555wma.28.1467038676973;
 Mon, 27 Jun 2016 07:44:36 -0700 (PDT)
Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184])
 by smtp.gmail.com with ESMTPSA id zg10sm2305025wjb.1.2016.06.27.07.44.35
 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Mon, 27 Jun 2016 07:44:36 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com>
Cc: dev@dpdk.org, "Jain, Deepak K" <deepak.k.jain@intel.com>
Date: Mon, 27 Jun 2016 16:44:35 +0200
Message-ID: <1925958.jns7G963kb@xps13>
User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <A09C9DDE180C7E429EC68E2BFB95C903393C9DAD@IRSMSX107.ger.corp.intel.com>
References: <1467031287-30182-1-git-send-email-pablo.de.lara.guarch@intel.com>
 <A09C9DDE180C7E429EC68E2BFB95C903393C9DAD@IRSMSX107.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] app/test: avoid freeing mbufs twice in qat
	test
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 27 Jun 2016 14:44:37 -0000

> > Test_multi_session was freeing mbufs used in the multiple sessions created
> > and setting obuf to NULL after it, but ibuf was not being set to NULL, and
> > therefore, it was being freed again (ibuf and obuf are pointing at the same
> > address), in the ut_teardown() function.
> > 
> > Fixes: 1b9cb73ecef1 ("app/test: fix qat autotest failure")
> > 
> > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> Acked-by: Deepak K Jain <deepak.k.jain@intel.com>

Applied, thanks