From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 3BB854C8E for ; Sun, 18 Nov 2018 23:21:10 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id AD88721ED6; Sun, 18 Nov 2018 17:21:09 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 18 Nov 2018 17:21:09 -0500 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=pu6s9Nzo98oSVexjg1bP7vEzVOu3dD8Q7Ey6HDXsMgA=; b=GTEy0Uoze4y6 2bltvVCuPI1DqhRu9R/JdWw9EesjsVm/sSC6DjShSnZRxVdv1MeY2oM6Rm87ZHgv +PeIoUOQzU/HOTBQHzzr1J37OBGPFi1w13ZCHm4LT3i7d9iPPk8oOMgPK5CDVfj+ WbYFp8QtC8lhB8k8OASBeYqa/Q4abyg= 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=pu6s9Nzo98oSVexjg1bP7vEzVOu3dD8Q7Ey6HDXsM gA=; b=pIl60npyk765CTra7fhaKKvbNYo7J8kjmNvq+PxjvoouyjC8OFGdiQ6WL 7oqi8KChE4pUOtyo7C9Z4lMIOpJwjPQz2nOxIZNxWsWEs2ToZGWTh+zfbNfJAtKI fp5ssdj77GiRHmVB2FWoL6f9AtR32kLxPrWXq2GupboMYHtTvw59mttgr4uPAU2P 6spmVUPGkc0nPkAsNcgDR33XgxCfrq+52u23pA8Y/y+bbx7lliPjaSCg3HzZrm4D wVQOoNDGQ10q6IhsYEw21a5VUc86yUaoBuRreUlg37QxW/wUwkczf6opVYA07vWP g4frozw2feHL/2vRuqE7IwMcLsqYg== 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 9C37EE405D; Sun, 18 Nov 2018 17:21:08 -0500 (EST) From: Thomas Monjalon To: Phil Yang Cc: dev@dpdk.org, nd@arm.com, gavin.hu@arm.com Date: Sun, 18 Nov 2018 23:21:07 +0100 Message-ID: <12856267.c78D8TC06a@xps> In-Reply-To: <1539946839-12996-1-git-send-email-phil.yang@arm.com> References: <1539946839-12996-1-git-send-email-phil.yang@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/2] test/pmd_ring_perf: release ring resources after 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: Sun, 18 Nov 2018 22:21:10 -0000 19/10/2018 13:00, Phil Yang: > Need to release the port and the ring resources after test. Otherwise, > it will cause failure to allocate memory when reentry the test. > > Fixes: ea764af ("app/test: add performance test for ring driver") > > Signed-off-by: Phil Yang > Reviewed-by: Gavin Hu This patch was out of the radar because patch 2 was superseded. Applied, thanks