Hi Maxime, Thanks for your efforts.
> -----Original Message----- > From: Maxime Coquelin <maxime.coque...@redhat.com> > Sent: Tuesday, October 18, 2022 9:15 PM > To: Pei, Andy <andy....@intel.com>; dev@dpdk.org > Cc: Xia, Chenbo <chenbo....@intel.com>; Xu, Rosen <rosen...@intel.com>; > Huang, Wei <wei.hu...@intel.com>; Cao, Gang <gang....@intel.com> > Subject: Re: [PATCH v8 10/12] vhost: add type to rte vdpa device > > > > On 10/18/22 14:07, Andy Pei wrote: > > Add type to rte_vdpa_device to store device type. > > Call vdpa ops get_dev_type to fill type when register vdpa device. > > > > Signed-off-by: Andy Pei <andy....@intel.com> > > --- > > lib/vhost/socket.c | 15 +-------------- > > lib/vhost/vdpa.c | 15 +++++++++++++++ > > lib/vhost/vdpa_driver.h | 2 ++ > > 3 files changed, 18 insertions(+), 14 deletions(-) > > > > Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> > > Thanks for doing the change! > Maxime