From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2] test/pmd_ring_perf: release ring resources after test Date: Sun, 18 Nov 2018 23:21:07 +0100 Message-ID: <12856267.c78D8TC06a@xps> References: <1539946839-12996-1-git-send-email-phil.yang@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, nd@arm.com, gavin.hu@arm.com To: Phil Yang 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) In-Reply-To: <1539946839-12996-1-git-send-email-phil.yang@arm.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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