From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] eal/vfio: export internal vfio functions Date: Mon, 02 Apr 2018 18:41:44 +0200 Message-ID: <7907831.s2sjXKS5yg@xps> References: <1521014434-3399-1-git-send-email-hemant.agrawal@nxp.com> <1522658173-13955-1-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 out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id DFBE31AFFC for ; Mon, 2 Apr 2018 18:51:25 +0200 (CEST) In-Reply-To: <1522658173-13955-1-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" 02/04/2018 10:36, 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 > --- > v2: handle Thomas's comment > fix API documentation You did not reply to my questions and did not address everything.