From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 2/2] eal/vfio: export internal vfio functions Date: Wed, 11 Apr 2018 23:25:32 +0200 Message-ID: <2298609.iZLcuSkZpK@xps> References: <1522753815-28718-1-git-send-email-hemant.agrawal@nxp.com> <1522828120-16100-1-git-send-email-hemant.agrawal@nxp.com> <1522828120-16100-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 53DCB1B7DE for ; Wed, 11 Apr 2018 23:25:35 +0200 (CEST) In-Reply-To: <1522828120-16100-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" 04/04/2018 09:48, 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 > --- > v5: fix the bsd compilation > > drivers/bus/fslmc/Makefile | 1 - > drivers/bus/fslmc/fslmc_vfio.c | 7 +-- > drivers/bus/fslmc/fslmc_vfio.h | 2 - > drivers/bus/fslmc/meson.build | 1 - > lib/librte_eal/bsdapp/eal/eal.c | 24 +++++++++ > lib/librte_eal/common/include/rte_vfio.h | 75 +++++++++++++++++++++++++- > lib/librte_eal/linuxapp/eal/eal_vfio.c | 39 +++++++------- > lib/librte_eal/linuxapp/eal/eal_vfio.h | 21 -------- > lib/librte_eal/linuxapp/eal/eal_vfio_mp_sync.c | 4 +- > lib/librte_eal/rte_eal_version.map | 3 ++ > 10 files changed, 127 insertions(+), 50 deletions(-) Please, could you rebase on HEAD (on top of Anatoly's patches)?