From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v6 2/2] eal/vfio: export internal vfio functions Date: Fri, 13 Apr 2018 01:09:03 +0200 Message-ID: <1964117.r4GxCQBqhG@xps> References: <1522828120-16100-1-git-send-email-hemant.agrawal@nxp.com> <1523514217-12580-1-git-send-email-hemant.agrawal@nxp.com> <1523514217-12580-2-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, anatoly.burakov@intel.com To: Hemant Agrawal Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id CAA701C0FD for ; Fri, 13 Apr 2018 01:09:05 +0200 (CEST) In-Reply-To: <1523514217-12580-2-git-send-email-hemant.agrawal@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 12/04/2018 08:23, Hemant Agrawal: > This patch moves some of the internal vfio functions from > eal_vfio.h to rte_vfio.h for common uses with "rte_" prefix. > > This patch also change the FSLMC bus usages from the internal > VFIO functions to external ones with "rte_" prefix > > Signed-off-by: Hemant Agrawal > Acked-by: Anatoly Burakov Applied, thanks