Re: [dpdk-dev] [PATCH 2/9] vfio_user: implement lifecycle related APIs

2021-01-05 Thread Xia, Chenbo
jing > > Subject: RE: [dpdk-dev] [PATCH 2/9] vfio_user: implement lifecycle related > APIs > > > > > -Original Message- > > From: dev On Behalf Of Chenbo Xia > > Sent: Friday, December 18, 2020 3:39 PM > > To: dev@dpdk.org; tho...@monjalon.net; davi

Re: [dpdk-dev] [PATCH 2/9] vfio_user: implement lifecycle related APIs

2021-01-05 Thread Xing, Beilei
> Subject: [dpdk-dev] [PATCH 2/9] vfio_user: implement lifecycle related APIs > > This patch implements three lifecycle related APIs for vfio-user server, which > are rte_vfio_user_register(), rte_vfio_user_unregister() and > rte_vfio_user_start(). Socket an device management is implement

[dpdk-dev] [PATCH 2/9] vfio_user: implement lifecycle related APIs

2020-12-17 Thread Chenbo Xia
This patch implements three lifecycle related APIs for vfio-user server, which are rte_vfio_user_register(), rte_vfio_user_unregister() and rte_vfio_user_start(). Socket an device management is implemented along with the API introduction. Signed-off-by: Chenbo Xia Signed-off-by: Xiuchun Lu ---