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

2021-01-18 Thread Xia, Chenbo
Hi David, > -Original Message- > From: dev On Behalf Of David Christensen > Sent: Friday, January 15, 2021 2:49 AM > To: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 3/9] vfio_user: implement device and region > related APIs > > > > On 1/13/21 10:14

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

2021-01-14 Thread David Christensen
On 1/13/21 10:14 PM, Chenbo Xia wrote: 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. Receiving a

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

2021-01-13 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 ---