DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1 0/2] eal: fix symbol missing in version map
@ 2015-02-25  3:39 Cunming Liang
  2015-02-25  3:39 ` [dpdk-dev] [PATCH v1 1/2] eal/linux: " Cunming Liang
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Cunming Liang @ 2015-02-25  3:39 UTC (permalink / raw)
  To: dev

These two patches are the fixing for the compling error when CONFIG_RTE_BUILD_SHARED_LIB=y.
The root cause is *per_lcore__socket_id* and *rte_sys_gettid* are missing in the version map.
Thanks for the notification from Tetsuya Mukawa <mukawa@igel.co.jp>. 

Cunming Liang (2):
  eal/linux: fix symbol missing in version map
  eal/bsd: fix symbol missing in version map

 lib/librte_eal/bsdapp/eal/rte_eal_version.map   | 2 ++
 lib/librte_eal/linuxapp/eal/rte_eal_version.map | 2 ++
 2 files changed, 4 insertions(+)

-- 
1.8.1.4

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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-25  3:39 [dpdk-dev] [PATCH v1 0/2] eal: fix symbol missing in version map Cunming Liang
2015-02-25  3:39 ` [dpdk-dev] [PATCH v1 1/2] eal/linux: " Cunming Liang
2015-02-25  3:39 ` [dpdk-dev] [PATCH v1 2/2] eal/bsd: " Cunming Liang
2015-02-25  4:08 ` [dpdk-dev] [PATCH v1 0/2] eal: " Tetsuya Mukawa
2015-02-25  8:14 ` Mcnamara, John
2015-02-25  9:07   ` Thomas Monjalon
2015-02-25 12:30 ` Neil Horman
2015-02-25 13:39   ` Thomas Monjalon
2015-02-25 14:34     ` Neil Horman

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).