RE: [PATCH v2] vdpa/ifc: Match ANY subsystem IDs for modern virtio devices

2022-12-08 Thread Pei, Andy
v@dpdk.org; sta...@dpdk.org; Xia, Chenbo ; > Mandal, Purna Chandra ; Pei, Andy > > Subject: RE: [PATCH v2] vdpa/ifc: Match ANY subsystem IDs for modern virtio > devices > > Hi Abhishek, > > Please see comments inline. > > BRs, > Xiao > > > -Original Messa

RE: [PATCH v2] vdpa/ifc: Match ANY subsystem IDs for modern virtio devices

2022-12-08 Thread Wang, Xiao W
> Subject: [PATCH v2] vdpa/ifc: Match ANY subsystem IDs for modern virtio > devices > > Fixing the match table for vdpa/ifcvf driver because as per the Virtio > device specification, for modern virtio devices, drivers MAY match any > PCI Subsystem Vendor ID and any PCI Subsys

[PATCH v2] vdpa/ifc: Match ANY subsystem IDs for modern virtio devices

2022-12-06 Thread Abhishek Maheshwari
Fixing the match table for vdpa/ifcvf driver because as per the Virtio device specification, for modern virtio devices, drivers MAY match any PCI Subsystem Vendor ID and any PCI Subsystem Device ID value. Fixes: a60b747d0ad ("vdpa/ifc: support virtio block device") Fixes: 5c806b94785 ("vdpa/ifc: a