From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH] vfio: fix export of renamed symbols Date: Mon, 28 May 2018 00:23:35 +0200 Message-ID: <20180527222335.16850-1-thomas@monjalon.net> Cc: dev@dpdk.org To: hemant.agrawal@nxp.com Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 1A4673572 for ; Mon, 28 May 2018 00:23:43 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The functions - vfio_get_container_fd - vfio_get_group_fd - vfio_get_group_no have been renamed to - rte_vfio_get_container_fd - rte_vfio_get_group_fd - rte_vfio_get_group_num The old names are removed from the map file. Fixes: 964b2f3bfb07 ("vfio: export some internal functions") Signed-off-by: Thomas Monjalon --- lib/librte_eal/rte_eal_version.map | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/librte_eal/rte_eal_version.map b/lib/librte_eal/rte_eal_version.map index 7fadfea27..f7dd0e7bc 100644 --- a/lib/librte_eal/rte_eal_version.map +++ b/lib/librte_eal/rte_eal_version.map @@ -161,9 +161,6 @@ DPDK_17.05 { rte_log_set_global_level; rte_log_set_level; rte_log_set_level_regexp; - vfio_get_container_fd; - vfio_get_group_fd; - vfio_get_group_no; } DPDK_17.02; -- 2.16.2