From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test: avoid freeing mbufs twice in qat test Date: Mon, 27 Jun 2016 16:44:35 +0200 Message-ID: <1925958.jns7G963kb@xps13> References: <1467031287-30182-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, "Jain, Deepak K" To: "De Lara Guarch, Pablo" Return-path: 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 ; Mon, 27 Jun 2016 16:44:37 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id f126so103554604wma.1 for ; Mon, 27 Jun 2016 07:44:37 -0700 (PDT) In-Reply-To: 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" > > 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 > Acked-by: Deepak K Jain Applied, thanks