From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test: avoid freeing mbuf twice Date: Mon, 27 Jun 2016 12:40:17 +0200 Message-ID: <2002108.K7Xf9QBggu@xps13> References: <1466871081-22815-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 To: Pablo de Lara Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 9D3A958F3 for ; Mon, 27 Jun 2016 12:40:19 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id 187so20349836wmz.1 for ; Mon, 27 Jun 2016 03:40:19 -0700 (PDT) In-Reply-To: <1466871081-22815-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-06-25 17:11, Pablo de Lara: > In cryptodev tests, when input and output buffers were the same, > the mbuf was being freed twice, causing refcnt_atomic to be negative. > > Fixes: 202d375c60bc ("app/test: add cryptodev unit and performance tests") > > Signed-off-by: Pablo de Lara Applied, thanks