From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com
 [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 53DCB1B7DE
 for <dev@dpdk.org>; Wed, 11 Apr 2018 23:25:35 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id CDAF5208B1;
 Wed, 11 Apr 2018 17:25:34 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162])
 by compute1.internal (MEProxy); Wed, 11 Apr 2018 17:25:34 -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=nptRuB2WP9Utf1vbLg3+Q9D5SR
 xysKomphmsUg5eqS4=; b=TjfFdggcxlWlkfqilJQFHQt6AYuc6BEYDJkNIc8z9y
 d1kMKCdaZ12UFXONx/YqfziodZrkyOZZRySVorUuAp5hJo+AXcLoA4TUgDdESDK5
 0enNbAZGgAvEct/xVeNL45ihG9PmZh7+CyBXijAmusqgNnJ6xovKazUG8BnLDsPb
 U=
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=nptRuB
 2WP9Utf1vbLg3+Q9D5SRxysKomphmsUg5eqS4=; b=WL+cAjKmWar8z/iwIUVmCW
 qDOju+pVVhK5885e0p8nUZhwKHWSxDL00sofTXuU5VVXpvXpJ0uOGxjEU8eJEBF5
 wf+2ntviN1mWxiNsC+J6QxfktrzDBEuj3zxJk7B4ebk18d4aZNk0c+p2TiFizE4R
 MiKE+T/wO9Bld/aNw4UOWhmrYlMeMYIRPWgzXRejT7l+Iw6Q2Yh4R2m5Iz59FCkG
 egfz53GS93pu4y0IML8F1enEn2kNdoDw8t23zmMH+FrXKzM4wvjAsKad9pdHNn5Q
 U2aBFNU+I18nGdssJvkR3zWrTmqE4wvcwMf2bskJBnLPdR50itpS/tIMUGgVcmFw
 ==
X-ME-Sender: <xms:Tn3OWr4pMS3H9nBWiW9bHUCjhh-kG5_bEGpe40sb3ARp64uUVKiLpQ>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 21FF8E4122;
 Wed, 11 Apr 2018 17:25:34 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Hemant Agrawal <hemant.agrawal@nxp.com>
Cc: dev@dpdk.org, anatoly.burakov@intel.com
Date: Wed, 11 Apr 2018 23:25:32 +0200
Message-ID: <2298609.iZLcuSkZpK@xps>
In-Reply-To: <1522828120-16100-2-git-send-email-hemant.agrawal@nxp.com>
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-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v5 2/2] eal/vfio: export internal vfio
	functions
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 11 Apr 2018 21:25:35 -0000

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 <hemant.agrawal@nxp.com>
> Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
> ---
> 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)?