From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dumitrescu, Cristian" Subject: Re: [PATCH] app/test: fix failing packet-framework table unit-tests Date: Thu, 15 Sep 2016 14:18:05 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D8912647A74C5A@IRSMSX108.ger.corp.intel.com> References: <1473678352-31193-1-git-send-email-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "Singh, Jasvinder" , "dev@dpdk.org" Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2934F58C3 for ; Thu, 15 Sep 2016 16:18:08 +0200 (CEST) In-Reply-To: <1473678352-31193-1-git-send-email-jasvinder.singh@intel.com> Content-Language: en-US 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" > -----Original Message----- > From: Singh, Jasvinder > Sent: Monday, September 12, 2016 12:06 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] app/test: fix failing packet-framework table unit-tests >=20 > 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. >=20 > Fixes: 5205954791cb ("app/test: packet framework unit tests") >=20 > Signed-off-by: Jasvinder Singh > --- Acked-by: Cristian Dumitrescu