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 1EBADA0AC5 for ; Fri, 3 May 2019 19:55:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 633B11B112; Fri, 3 May 2019 19:55:00 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id DB8121B10E for ; Fri, 3 May 2019 19:54:58 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3FCF73092649; Fri, 3 May 2019 17:54:58 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-124-136.rdu2.redhat.com [10.10.124.136]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7DDB417B25; Fri, 3 May 2019 17:54:54 +0000 (UTC) From: Aaron Conole To: David Marchand Cc: dev@dpdk.org, thomas@monjalon.net References: <1556548116-18458-1-git-send-email-david.marchand@redhat.com> Date: Fri, 03 May 2019 13:54:50 -0400 In-Reply-To: <1556548116-18458-1-git-send-email-david.marchand@redhat.com> (David Marchand's message of "Mon, 29 Apr 2019 16:28:36 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.43]); Fri, 03 May 2019 17:54:58 +0000 (UTC) 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: <20190503175450.UlpUSNUgw_EhOo5ShUu_fmROpE8QuRgpp1z3dSpaIqs@z> David Marchand writes: > 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 > --- Acked-by: Aaron Conole