Re: [dpdk-dev] [PATCH 3/9] vfio_user: implement device and region related APIs

2021-01-05 Thread Xia, Chenbo
jing > > Subject: RE: [dpdk-dev] [PATCH 3/9] vfio_user: implement device and region > related APIs > > > > > -Original Message- > > From: dev On Behalf Of Chenbo Xia > > Sent: Friday, December 18, 2020 3:39 PM > > To: dev@dpdk.o

Re: [dpdk-dev] [PATCH 3/9] vfio_user: implement device and region related APIs

2021-01-05 Thread Xing, Beilei
> Subject: [dpdk-dev] [PATCH 3/9] vfio_user: implement device and region > related APIs > > This patch introduces device and region related APIs, which are > rte_vfio_user_set_dev_info() and rte_vfio_user_set_reg_info(). > The corresponding vfio-user command handling is also added

[dpdk-dev] [PATCH 3/9] vfio_user: implement device and region related APIs

2020-12-17 Thread Chenbo Xia
This patch introduces device and region related APIs, which are rte_vfio_user_set_dev_info() and rte_vfio_user_set_reg_info(). The corresponding vfio-user command handling is also added with the definition of all vfio-user command identity. Signed-off-by: Chenbo Xia Signed-off-by: Xiuchun Lu ---