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