From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id CD56EA0AC5 for ; Sat, 4 May 2019 23:04:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AF0D61F28; Sat, 4 May 2019 23:04:43 +0200 (CEST) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 911C0239 for ; Sat, 4 May 2019 23:04:42 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1787121C46; Sat, 4 May 2019 17:04:42 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sat, 04 May 2019 17:04:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=mm2cAjpLnzvunDU0z8tE+Hy3M511gezP0657mh/yQpw=; b=LtOYgL3wphh+ GkLhnEKMkKmD5Fzag+LdDtQQiybQOJwoLAKw/Z921GS8uUikysnIGzbxK+PoO6KI YTC6jjPgWHAQqABW3Vvo/WpOns+Pq7u3AYObDysmJhYWITI6q6T3AI6wJMAHkL6e BUPYIWvJb7aNsung54c5bSUMB9u8Wf8= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=mm2cAjpLnzvunDU0z8tE+Hy3M511gezP0657mh/yQ pw=; b=wbFHVVrSBZfjxZKEdOpt7oXf0vo16AwwesD51CnEaZULHOzEJtZCE3phn SoKjN5J26NDF/EPxXPSmq5pCQQMlkmLTpRwq882DpCSMZA+mXj6J7krSBYcVeFym Cqvb0FbMGEp+y/b8JLlJOoAzPVERdzQ1t8MA4F9uD9E0BGE5FC0sTU2YU68D240x IPiUlJi9Dvp7zin2K4M64z0L00jePFBdmOiAHzqd9WWvAWjcJbe8BNWrMs+u3hGp 5c9fVJY0qAK+tVV6ACkUjum0xjSSyIlBbULm6ipHArvCuK9I3Yr+QMGw8XGi70xq NuE33pJxbMfnNxJtIAkcdt6liWYhA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrjeefgdduheekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id B031E103D1; Sat, 4 May 2019 17:04:40 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, "Burakov, Anatoly" , aconole@redhat.com Date: Sat, 04 May 2019 23:04:39 +0200 Message-ID: <10989184.AX5ipIJ7lL@xps> In-Reply-To: <50d1a87f-98fb-2ad5-3da0-265d118564fd@intel.com> References: <1556548116-18458-1-git-send-email-david.marchand@redhat.com> <50d1a87f-98fb-2ad5-3da0-265d118564fd@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] test: load tests symbols from binary at init 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190504210439.6IELRzRKFoyFfPywOWhf8AieYXMPol7BFXqjirdAge4@z> 29/04/2019 16:41, Burakov, Anatoly: > On 29-Apr-19 3:28 PM, David Marchand wrote: > > Rather than call nm on the test application binary for each test to > > consider, call it once at the object init. > > > > Signed-off-by: David Marchand > > LGTM > > Acked-by: Anatoly Burakov Applied, thanks