Re: [dpdk-dev] [PATCH v2] eal/vfio: export internal vfio functions

2018-04-02 Thread Thomas Monjalon
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: He

[dpdk-dev] [PATCH v2] eal/vfio: export internal vfio functions

2018-04-02 Thread 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: