Please, could you rebase on HEAD (on top of Anatoly's patches)?
done
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: He
ect: Re: [dpdk-dev] [PATCH v5 2/2] eal/vfio: export internal vfio
> functions
>
> 05/04/2018 11:03, Wang, Xiao W:
>
> > > +int rte_vfio_get_group_num(const char *sysfs_base, const char
> *dev_addr,
> > > +int *iommu_group_num);
> > > +i
05/04/2018 11:03, Wang, Xiao W:
> > +int rte_vfio_get_group_num(const char *sysfs_base, const char *dev_addr,
> > + int *iommu_group_num);
> > +int rte_vfio_get_container_fd(void);
> > +int rte_vfio_get_group_fd(int iommu_group_num);
>
> Considering the "group_no" field defin
Hi Hemant,
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Hemant Agrawal
> Sent: Wednesday, April 4, 2018 3:49 PM
> To: dev@dpdk.org
> Cc: Burakov, Anatoly ; tho...@monjalon.net
> Subject: [dpdk-dev] [PATCH v5 2/2] eal/vfio: export inter
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:
6 matches
Mail list logo