DPDK patches and discussions
 help / color / mirror / Atom feed
From: Zhigang Lu <zlu@ezchip.com>
To: <dev@dpdk.org>
Cc: gxin@ezchip.com
Subject: [dpdk-dev] [PATCH 1/1] mpipe: add missing version map for mpipe pmd driver
Date: Tue, 17 Nov 2015 15:19:01 +0800	[thread overview]
Message-ID: <1447744742-18926-1-git-send-email-zlu@ezchip.com> (raw)

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

             reply	other threads:[~2015-11-17  7:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-17  7:19 Zhigang Lu [this message]
2015-11-24 21:17 ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1447744742-18926-1-git-send-email-zlu@ezchip.com \
    --to=zlu@ezchip.com \
    --cc=dev@dpdk.org \
    --cc=gxin@ezchip.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).