From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP; 01 Nov 2016 04:21:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,579,1473145200"; d="scan'208";a="1078926747" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.44]) by fmsmga002.fm.intel.com with SMTP; 01 Nov 2016 04:21:00 -0700 Received: by (sSMTP sendmail emulation); Tue, 01 Nov 2016 11:20:59 +0000 Date: Tue, 1 Nov 2016 11:20:59 +0000 From: Bruce Richardson To: Nikita Kozlov 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 Content-Disposition: inline In-Reply-To: <20161101104742.12307-1-nikita@elyzion.net> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.7.1 (2016-10-04) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] app/test: fix a segfault when lpm_perf_autotest is run more than 1 time X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2016 11:21:03 -0000 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