From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 15 Sep 2016 07:18:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,339,1470726000"; d="scan'208";a="761193440" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by FMSMGA003.fm.intel.com with ESMTP; 15 Sep 2016 07:18:07 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX102.ger.corp.intel.com ([169.254.2.248]) with mapi id 14.03.0248.002; Thu, 15 Sep 2016 15:18:06 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH] app/test: fix failing packet-framework table unit-tests Thread-Index: AQHSDOSNT3BWuNzK5kKAAyIOcppt36B6nf5g 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> In-Reply-To: <1473678352-31193-1-git-send-email-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNmQ3MjE5ODEtMjg0My00YWMzLWE0YzEtYThhZWNiMTllNjBjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkdOK3F4SjdYdWI3R0NzXC9ualVDSnN1OWFsUVNnREFlajd5UTZBWnZCK1ZFPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] app/test: fix failing packet-framework table unit-tests X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2016 14:18:08 -0000 > -----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