From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test: fix qat autotest failure Date: Thu, 10 Mar 2016 21:09:35 +0100 Message-ID: <3177753.UVksnK8OuJ@xps13> References: <1456851316-22234-1-git-send-email-deepak.k.jain@intel.com> <348A99DA5F5B7549AA880327E580B43588F8646F@IRSMSX101.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Jain, Deepak K" Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id A44C52EDA for ; Thu, 10 Mar 2016 21:11:18 +0100 (CET) Received: by mail-wm0-f53.google.com with SMTP id l68so2176675wml.1 for ; Thu, 10 Mar 2016 12:11:18 -0800 (PST) In-Reply-To: <348A99DA5F5B7549AA880327E580B43588F8646F@IRSMSX101.ger.corp.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" > > This patch fix the QAT autotest failure when run for multiple times. > > it was caused as mbuf was not freed. > > > > Fixes: 202d375c60b (app/test: add cryptodev unit and performance tests) > > > > This patch depends on following patch: > > cryptodev API changes > > http://dpdk.org/ml/archives/dev/2016-February/034212.html > > > > Signed-off-by: Deepak Kumar JAIN > > Acked-by: Fiona Trahe Applied, thanks