From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 79DA7223B0; Mon, 14 May 2018 14:37:38 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 14 May 2018 14:37:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=tSlduOMiwZqBr660yC98tr6vl5 qP6k+AXwLq3IRnVLw=; b=FcipjLBYBB9KBUH+ak7x63/Rl53DL7btrRrUvpiFXi OnJSwsSglKYCcrRjdW3MhGEVWrybKP/jUtCB6Hwng4vjDGchJ5xgmX9lgpFljTFm XM3k49yoiSU+hqF+4JLY4a84GTjNh2L1kh0Hv7F3a3oOKufzLMseT0+lZy9V4Kkx M= 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-sender:x-me-sender:x-sasl-enc; s=fm2; bh=tSlduO MiwZqBr660yC98tr6vl5qP6k+AXwLq3IRnVLw=; b=XmTNizfI8kBzZtYhXro1Ms MTwD9++siPYSZTb9UlS9ylbRMDiOfWyvUgLQSjbEAKIe4mmDCwvr9fPegldW/O3n MnHtT7PEcq8hZWfRDQZ4W2NUV7qaEENBHc7hkY7FDdrguw5Xz4jWKbXCSyau5+rO xrdMe0eVNxB3UwddyH2LmrThwgEZg0RoIIGrbGfhuk6LGxVisUi9HIhSMKZ3TcmT oeJnAEYyfjRR75qKEkmjheGjGXY1kJjowsFK9zcC3zQSWtueWfefoxXxJY+UCnhB hqtrgfV2iXoR+UHCuM0KbcK55MTOEeyxnzL6OfZ2GhVmSPhG3k6JwztjkBA9lY+Q == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 7213BE5091; Mon, 14 May 2018 14:37:37 -0400 (EDT) From: Thomas Monjalon To: 'Anatoly Burakov' Cc: dev@dpdk.org, Ali Alnubani , Wenzhuo Lu , Jingjing Wu , "ferruh.yigit@intel.com" , konstantin.ananyev@intel.com Date: Mon, 14 May 2018 20:37:35 +0200 Message-ID: <4575180.vuEN8W2cl7@xps> In-Reply-To: References: <99dbef2bd2d8652f20b4d349048d018756f09290.1526310468.git.anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] app/testpmd: fix testpmd initialization 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: Mon, 14 May 2018 18:37:39 -0000 > > 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