Re: [dpdk-dev] [PATCH v4 07/21] eal/vfio: adding vfio utility functions in map file

2017-04-12 Thread Shreyansh Jain
On Wednesday 12 April 2017 07:19 PM, Ferruh Yigit wrote: On 4/11/2017 2:37 PM, Hemant Agrawal wrote: adding extra vfio utility functions to map file. They will be used by other vfio supported buses like fslmc bus for NXP DPAA2 devices Signed-off-by: Hemant Agrawal <...> @@ -184,6 +184,9 @@

Re: [dpdk-dev] [PATCH v4 07/21] eal/vfio: adding vfio utility functions in map file

2017-04-12 Thread Ferruh Yigit
On 4/11/2017 2:37 PM, Hemant Agrawal wrote: > adding extra vfio utility functions to map file. > They will be used by other vfio supported buses like fslmc bus > for NXP DPAA2 devices > > Signed-off-by: Hemant Agrawal <...> > @@ -184,6 +184,9 @@ DPDK_17.02 { > rte_bus_register; > rt

[dpdk-dev] [PATCH v4 07/21] eal/vfio: adding vfio utility functions in map file

2017-04-11 Thread Hemant Agrawal
adding extra vfio utility functions to map file. They will be used by other vfio supported buses like fslmc bus for NXP DPAA2 devices Signed-off-by: Hemant Agrawal --- lib/librte_eal/bsdapp/eal/rte_eal_version.map | 3 +++ lib/librte_eal/linuxapp/eal/rte_eal_version.map | 3 +++ 2 files change