From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id F29931B109 for ; Tue, 9 Oct 2018 11:08:06 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Oct 2018 02:08:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,359,1534834800"; d="scan'208";a="76548045" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga007.fm.intel.com with ESMTP; 09 Oct 2018 02:07:49 -0700 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.182]) by IRSMSX154.ger.corp.intel.com ([169.254.12.130]) with mapi id 14.03.0319.002; Tue, 9 Oct 2018 10:07:48 +0100 From: "Pattan, Reshma" To: "Parthasarathy, JananeeX M" , "dev@dpdk.org" CC: "Chaitanya Babu, TalluriX" Thread-Topic: [PATCH v2] test: restructure and cleanup ring PMD test Thread-Index: AQHUVZqJamob1t6LzECeqwZrY6qzt6UWs52Q Date: Tue, 9 Oct 2018 09:07:47 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A3B60C5@irsmsx110.ger.corp.intel.com> References: <1537449810-23573-1-git-send-email-jananeex.m.parthasarathy@intel.com> <1537967485-20619-1-git-send-email-jananeex.m.parthasarathy@intel.com> In-Reply-To: <1537967485-20619-1-git-send-email-jananeex.m.parthasarathy@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] test: restructure and cleanup ring PMD test X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2018 09:08:07 -0000 > -----Original Message----- > From: Parthasarathy, JananeeX M > Sent: Wednesday, September 26, 2018 2:11 PM > To: dev@dpdk.org > Cc: Pattan, Reshma ; Chaitanya Babu, TalluriX > > Subject: [PATCH v2] test: restructure and cleanup ring PMD test >=20 > From: Chaitanya Babu Talluri >=20 > Divided main test to smaller logical tests. > Registered with UT framework. > Added cleanup of the resources else ring creation fails during consecutiv= e test > runs. > Freed the allocated mempool, rings and uninitalized the drivers. >=20 > Signed-off-by: Chaitanya Babu Talluri > Reviewed-by: Reshma Pattan > --- > v2: Corrected the tab spaces. > --- Acked-by: Reshma Pattan