Re: [dpdk-dev] [PATCHv5 11/33] bus/fslmc: add vfio support

2017-01-19 Thread Hemant Agrawal
On 1/19/2017 10:53 PM, Thomas Monjalon wrote: 2017-01-19 18:53, Hemant Agrawal: @@ -45,8 +45,10 @@ DPDK_17.02 { dpseci_open; dpseci_reset; dpseci_set_rx_queue; +mcp_ptr_list; rte_fslmc_driver_register; rte_fslmc_driver_unregister; +vfi

Re: [dpdk-dev] [PATCHv5 11/33] bus/fslmc: add vfio support

2017-01-19 Thread Ferruh Yigit
On 1/19/2017 1:23 PM, Hemant Agrawal wrote: > Add support for using VFIO for dpaa2 based fsl-mc bus. > > There are some differences in the way vfio used for fsl-mc bus > from the eal vfio. > - The scanning of bus for individual objects on the basis of >the DPRC container. > - The use and map

Re: [dpdk-dev] [PATCHv5 11/33] bus/fslmc: add vfio support

2017-01-19 Thread Thomas Monjalon
2017-01-19 18:53, Hemant Agrawal: > @@ -45,8 +45,10 @@ DPDK_17.02 { > dpseci_open; > dpseci_reset; > dpseci_set_rx_queue; > +mcp_ptr_list; > rte_fslmc_driver_register; > rte_fslmc_driver_unregister; > +vfio_dmamap_mem_region; These symbo

[dpdk-dev] [PATCHv5 11/33] bus/fslmc: add vfio support

2017-01-19 Thread Hemant Agrawal
Add support for using VFIO for dpaa2 based fsl-mc bus. There are some differences in the way vfio used for fsl-mc bus from the eal vfio. - The scanning of bus for individual objects on the basis of the DPRC container. - The use and mapping of MC portal for object access With the evolution of