dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] eal: add missing symbol export for rte_sys_gettid()
@ 2015-02-25  7:50 Panu Matilainen
       [not found] ` <401b518c4a1f65af876c94e06d4b427a89346517.1424850638.git.pmatilai-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Panu Matilainen @ 2015-02-25  7:50 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

Signed-off-by: Panu Matilainen <pmatilai-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
---
 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;
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] eal: add missing symbol export for rte_sys_gettid()
       [not found] ` <401b518c4a1f65af876c94e06d4b427a89346517.1424850638.git.pmatilai-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
@ 2015-02-25  8:03   ` Panu Matilainen
  0 siblings, 0 replies; 2+ messages in thread
From: Panu Matilainen @ 2015-02-25  8:03 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

On 02/25/2015 09:50 AM, Panu Matilainen wrote:
> Signed-off-by: Panu Matilainen <pmatilai-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
> ---
>   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 -

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-25  8:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25  7:50 [PATCH] eal: add missing symbol export for rte_sys_gettid() Panu Matilainen
     [not found] ` <401b518c4a1f65af876c94e06d4b427a89346517.1424850638.git.pmatilai-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2015-02-25  8:03   ` Panu Matilainen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).