From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2A8B920A9C; Sun, 27 May 2018 21:21:10 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 27 May 2018 21:21:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=0RvuwnPVm16noXfSWkBYkzT4zZ bkcxBUS2b/UM6HpWY=; b=TI+q85dDbubE3C65Qkxrfc0KE+76pIeGOQetS+50SW l2jfqdw7iNqrlyT97V1UiclpQxMo98L3kQqAqTCHm6KDNG+XPhm2lTNGpmcyVlaJ +L+XSJWeWQtkN/63m3ynBeI5yE4FcvGrM5USDhK+OoIrysjrfkHdJr3OFZTfe0p1 I= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=0Rvuwn PVm16noXfSWkBYkzT4zZbkcxBUS2b/UM6HpWY=; b=Mva3Mp/haVMb+Z/dpR5Bek FdAZMG4reOC3xqbWOgBkw0neIH0t8UjIfm9BwCVxrbzFT2Arn+fkq4ImksghJaTI VMlsdw8AHhQv9OBc8lr7bvlmMJ8Q/TMeBKoaJq0htYa1wBEPn7AKHxy/qSg558Ah J3XCoXMenEtfhSDEKUXeXkJMVFaMzUYLxRug67JaGKruYRUQIiJpo5xBrV7y6lOO AcShtT+bY34gAlLwyh+hbwcsJqdJFzqXIkIbtD8m/UYTLqUGxwYmRbY1NjLaipbz d/f2LZP8HweN7XlIf4Sse522dTknwEoJbZ5JVav/+y2h5XgiwCKeG54s3TtFx9wQ == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 9D458E44F3; Sun, 27 May 2018 21:21:09 -0400 (EDT) From: Thomas Monjalon To: hemant.agrawal@nxp.com Cc: dev@dpdk.org Date: Mon, 28 May 2018 03:21:08 +0200 Message-ID: <6450374.IWQCH9VYXR@xps> In-Reply-To: <20180527222335.16850-1-thomas@monjalon.net> References: <20180527222335.16850-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] vfio: fix export of renamed symbols X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2018 01:21:10 -0000 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