From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: fix testpmd initialization Date: Mon, 14 May 2018 20:37:35 +0200 Message-ID: <4575180.vuEN8W2cl7@xps> References: <99dbef2bd2d8652f20b4d349048d018756f09290.1526310468.git.anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ali Alnubani , Wenzhuo Lu , Jingjing Wu , "ferruh.yigit@intel.com" , konstantin.ananyev@intel.com To: 'Anatoly Burakov' Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id E62A11CA82 for ; Mon, 14 May 2018 20:37:38 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Patch adding configurable locking has reshuffled some init stages, but did not > > put them back in correct order. Fix order of init by moving everything that > > was before arguments parsing into correct places. > > > > Fixes: e505d84c64ab ("app/testpmd: make locking memory configurable") > > > > Reported-by: Thomas Monjalon > > > > Signed-off-by: Anatoly Burakov > Tested-by: Ali Alnubani Applied, thanks