From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] vfio: fix export of renamed symbols Date: Mon, 28 May 2018 03:21:08 +0200 Message-ID: <6450374.IWQCH9VYXR@xps> References: <20180527222335.16850-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit 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 88CF32BB0 for ; Mon, 28 May 2018 03:21:10 +0200 (CEST) In-Reply-To: <20180527222335.16850-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 28/05/2018 00:23, Thomas Monjalon: > 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 Applied