From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] app/test: fix a segfault when lpm_perf_autotest is run more than 1 time Date: Tue, 1 Nov 2016 11:20:59 +0000 Message-ID: <20161101112059.GA112052@bricha3-MOBL3.ger.corp.intel.com> References: <20161101104742.12307-1-nikita@elyzion.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Nikita Kozlov Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id EDB92590F for ; Tue, 1 Nov 2016 12:21:02 +0100 (CET) Content-Disposition: inline In-Reply-To: <20161101104742.12307-1-nikita@elyzion.net> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Nov 01, 2016 at 11:47:42AM +0100, Nikita Kozlov wrote: > num_route_entries need to be reseted. > --- > app/test/test_lpm_perf.c | 1 + > 1 file changed, 1 insertion(+) > You forgot your signoff on the patch, but I confirm it does indeed fix the issue. Also, as fixes line is needed to identify the commit that introduced the bug. Tested-by: Bruce Richardson