Hi Maxime, Thanks for your efforts.
> -----Original Message----- > From: Maxime Coquelin <[email protected]> > Sent: Tuesday, October 18, 2022 9:15 PM > To: Pei, Andy <[email protected]>; [email protected] > Cc: Xia, Chenbo <[email protected]>; Xu, Rosen <[email protected]>; > Huang, Wei <[email protected]>; Cao, Gang <[email protected]> > 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 <[email protected]> > > --- > > 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 <[email protected]> > > Thanks for doing the change! > Maxime

