From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test: fix failing packet-framework table unit-tests Date: Fri, 23 Sep 2016 18:49:01 +0200 Message-ID: <1533357.3sr7fKJs9g@xps13> References: <1473678352-31193-1-git-send-email-jasvinder.singh@intel.com> <3EB4FA525960D640B5BDFFD6A3D8912647A74C5A@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Dumitrescu, Cristian" To: "Singh, Jasvinder" 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 A962B68F5 for ; Fri, 23 Sep 2016 18:49:17 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id l132so42451637wmf.0 for ; Fri, 23 Sep 2016 09:49:17 -0700 (PDT) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D8912647A74C5A@IRSMSX108.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" > > The pipeline object is not freed when a particular test-case of the unit-test > > finishes. Using rte_pipeline_free() before returning the outcome for each > > test-case fixes the issue. > > > > Fixes: 5205954791cb ("app/test: packet framework unit tests") > > > > Signed-off-by: Jasvinder Singh > > Acked-by: Cristian Dumitrescu Applied, thanks