All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] mpipe: add missing version map for mpipe pmd driver
@ 2015-11-17  7:19 Zhigang Lu
  2015-11-24 21:17 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Zhigang Lu @ 2015-11-17  7:19 UTC (permalink / raw)
  To: dev; +Cc: gxin

Without it, compiling error occurs when CONFIG_RTE_BUILD_SHARED_LIB
is enabled.

Reported-by: Guo Xin <gxin@ezchip.com>
Signed-off-by: Zhigang Lu <zlu@ezchip.com>
---
 drivers/net/mpipe/rte_pmd_mpipe_version.map | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 drivers/net/mpipe/rte_pmd_mpipe_version.map

diff --git a/drivers/net/mpipe/rte_pmd_mpipe_version.map b/drivers/net/mpipe/rte_pmd_mpipe_version.map
new file mode 100644
index 0000000..ad607bb
--- /dev/null
+++ b/drivers/net/mpipe/rte_pmd_mpipe_version.map
@@ -0,0 +1,3 @@
+DPDK_2.2 {
+	local: *;
+};
-- 
2.1.2

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

* Re: [PATCH 1/1] mpipe: add missing version map for mpipe pmd driver
  2015-11-17  7:19 [PATCH 1/1] mpipe: add missing version map for mpipe pmd driver Zhigang Lu
@ 2015-11-24 21:17 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2015-11-24 21:17 UTC (permalink / raw)
  To: Zhigang Lu; +Cc: dev, gxin

2015-11-17 15:19, Zhigang Lu:
> Without it, compiling error occurs when CONFIG_RTE_BUILD_SHARED_LIB
> is enabled.
> 
> Reported-by: Guo Xin <gxin@ezchip.com>
> Signed-off-by: Zhigang Lu <zlu@ezchip.com>

Applied, thanks

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

end of thread, other threads:[~2015-11-24 21:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-17  7:19 [PATCH 1/1] mpipe: add missing version map for mpipe pmd driver Zhigang Lu
2015-11-24 21:17 ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.