From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 8E1B01B05 for ; Mon, 29 Oct 2018 03:54:05 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 059A821175; Sun, 28 Oct 2018 22:54:05 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 28 Oct 2018 22:54:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=IbJocuGD1WZo+sh4fVTAQAs1JpHkSF5F1Y52g4XZZBo=; b=K1SfLvVnoTr8 XoZs2pajsY7sAph3tfFKqw3O+r54avxuDiZyD0h4yAAKPkL5eJyRWLq+AdA8nOFy qsmKb+F+cUp3NHBZDNLwqF7uLOOKDB1FLQrFBo/7MJrGTQCfeivzKhBgaNqJj4/D gtwMJqkH1Mxk6TIhPA2+iriJvCBvERA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=IbJocuGD1WZo+sh4fVTAQAs1JpHkSF5F1Y52g4XZZ Bo=; b=xQdWj4290Gg728sU4L741BxmYhM/QS5NcjEYEGHV4L7dycJsqPxlG9CW1 PcA67XJsiQc7gAGBZkJyofiiMC2UnZ0rizpwzDtXKCsh4GdmX3zFDUS6If3id0GH 0MXTGbFafLS5/O8LEnq8KGa16RIA3wAttFX2OrPA7tecBq9cTP7Y4z2UOLcgctn8 VweJS4oMAKtiuWS7vOWyfWLB5hRIoE8ANI6VZsyi9FAoyKIrbgi6A0SJbgeyJnMa fCVDMMSqYUvjRKEZzt1EiJzWkVnReXH4bCA0FmrEb5cpS6zZU9rhWHlcpEUr0+/f Cg3fgDiJqYjo7+HcfnrhRkj3i1rNA== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id EDD71E4074; Sun, 28 Oct 2018 22:54:03 -0400 (EDT) From: Thomas Monjalon To: Chaitanya Babu Talluri Cc: dev@dpdk.org, Jananee Parthasarathy , reshma.pattan@intel.com Date: Mon, 29 Oct 2018 03:54:10 +0100 Message-ID: <3735928.DDHiYSVHQl@xps> In-Reply-To: <1537967485-20619-1-git-send-email-jananeex.m.parthasarathy@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> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Mon, 29 Oct 2018 02:54:05 -0000 26/09/2018 15:11, Jananee Parthasarathy: > From: Chaitanya Babu Talluri > > Divided main test to smaller logical tests. > Registered with UT framework. > Added cleanup of the resources else ring creation fails > during consecutive test runs. > Freed the allocated mempool, rings and uninitalized the drivers. > > Signed-off-by: Chaitanya Babu Talluri > Reviewed-by: Reshma Pattan Applied, thanks