From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhigang Lu Subject: [PATCH 1/1] mpipe: add missing version map for mpipe pmd driver Date: Tue, 17 Nov 2015 15:19:01 +0800 Message-ID: <1447744742-18926-1-git-send-email-zlu@ezchip.com> Mime-Version: 1.0 Content-Type: text/plain Cc: gxin@ezchip.com To: Return-path: Received: from emea01-db3-obe.outbound.protection.outlook.com (mail-db3on0081.outbound.protection.outlook.com [157.55.234.81]) by dpdk.org (Postfix) with ESMTP id 7E71958D4 for ; Tue, 17 Nov 2015 08:19:30 +0100 (CET) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Without it, compiling error occurs when CONFIG_RTE_BUILD_SHARED_LIB is enabled. Reported-by: Guo Xin Signed-off-by: Zhigang Lu --- 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