From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id A53619A9D for ; Wed, 25 Feb 2015 09:03:38 +0100 (CET) Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t1P83bXF007113 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 25 Feb 2015 03:03:37 -0500 Received: from localhost.localdomain (vpn1-4-57.ams2.redhat.com [10.36.4.57]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t1P83aWJ003554 for ; Wed, 25 Feb 2015 03:03:37 -0500 Message-ID: <54ED81D8.7090402@redhat.com> Date: Wed, 25 Feb 2015 10:03:36 +0200 From: Panu Matilainen User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: dev@dpdk.org References: <401b518c4a1f65af876c94e06d4b427a89346517.1424850638.git.pmatilai@redhat.com> In-Reply-To: <401b518c4a1f65af876c94e06d4b427a89346517.1424850638.git.pmatilai@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 Subject: Re: [dpdk-dev] [PATCH] eal: add missing symbol export for rte_sys_gettid() 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: Wed, 25 Feb 2015 08:03:39 -0000 On 02/25/2015 09:50 AM, Panu Matilainen wrote: > Signed-off-by: Panu Matilainen > --- > lib/librte_eal/linuxapp/eal/rte_eal_version.map | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lib/librte_eal/linuxapp/eal/rte_eal_version.map b/lib/librte_eal/linuxapp/eal/rte_eal_version.map > index c207cee..117246a 100644 > --- a/lib/librte_eal/linuxapp/eal/rte_eal_version.map > +++ b/lib/librte_eal/linuxapp/eal/rte_eal_version.map > @@ -83,6 +83,7 @@ DPDK_2.0 { > rte_snprintf; > rte_strerror; > rte_strsplit; > + rte_sys_gettid; > rte_thread_get_affinity; > rte_thread_set_affinity; > rte_vlog; Never mind, already addressed here: http://dpdk.org/dev/patchwork/patch/3683/ NAK for myself... - Panu -