Re: [dpdk-dev] [PATCH 7/9] vfio_user: add client APIs of DMA/IRQ/region

2021-01-06 Thread Xia, Chenbo
jing > > Subject: RE: [dpdk-dev] [PATCH 7/9] vfio_user: add client APIs of > DMA/IRQ/region > > > > > -Original Message- > > From: dev On Behalf Of Chenbo Xia > > Sent: Friday, December 18, 2020 3:39 PM > > To: dev@dpdk.org; tho...@monjalon.ne

Re: [dpdk-dev] [PATCH 7/9] vfio_user: add client APIs of DMA/IRQ/region

2021-01-06 Thread Xing, Beilei
> Subject: [dpdk-dev] [PATCH 7/9] vfio_user: add client APIs of DMA/IRQ/region > > This patch introduces nine APIs > - Device related: > rte_vfio_user_get_dev_info and rte_vfio_user_reset > - DMA related: > rte_vfio_user_dma_map/unmap > - Region related: > rte_vfio_user_

[dpdk-dev] [PATCH 7/9] vfio_user: add client APIs of DMA/IRQ/region

2020-12-17 Thread Chenbo Xia
This patch introduces nine APIs - Device related: rte_vfio_user_get_dev_info and rte_vfio_user_reset - DMA related: rte_vfio_user_dma_map/unmap - Region related: rte_vfio_user_get_reg_info and rte_vfio_user_region_read/write - IRQ related: rte_vfio_user_get_irq_info and rte_vfio_user_set_ir