From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: Re: [PATCH v4 2/2] eal/vfio: export internal vfio functions Date: Tue, 3 Apr 2018 18:29:10 +0530 Message-ID: <5cf895d5-f1b7-b07c-aa28-50521c09e95f@nxp.com> References: <1522744086-31507-1-git-send-email-hemant.agrawal@nxp.com> <1522753815-28718-1-git-send-email-hemant.agrawal@nxp.com> <1522753815-28718-2-git-send-email-hemant.agrawal@nxp.com> <1912648.iS4KoKlei9@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, anatoly.burakov@intel.com To: Thomas Monjalon , Hemant Agrawal Return-path: Received: from EUR01-VE1-obe.outbound.protection.outlook.com (mail-ve1eur01on0083.outbound.protection.outlook.com [104.47.1.83]) by dpdk.org (Postfix) with ESMTP id 2946F1B687 for ; Tue, 3 Apr 2018 14:59:27 +0200 (CEST) In-Reply-To: <1912648.iS4KoKlei9@xps> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 4/3/2018 5:54 PM, Thomas Monjalon wrote: > 03/04/2018 13:10, Hemant Agrawal: >> --- a/lib/librte_eal/rte_eal_version.map >> +++ b/lib/librte_eal/rte_eal_version.map >> @@ -255,5 +255,8 @@ EXPERIMENTAL { >> rte_service_set_runstate_mapped_check; >> rte_service_set_stats_enable; >> rte_service_start_with_defaults; >> + rte_vfio_get_group_num; >> + rte_vfio_get_container_fd; >> + rte_vfio_get_group_fd; > > The alphabetical order is messed. > I can fix it on apply. > > Thanks!