Re: [PATCH 5/6] vdpa: introduce virtio pci driver
From: "Michael S. Tsirkin" <mst@redhat.com>
Date: 2020-06-08 09:45:42
Also in:
kvm, lkml, netdev
From: "Michael S. Tsirkin" <mst@redhat.com>
Date: 2020-06-08 09:45:42
Also in:
kvm, lkml, netdev
On Mon, Jun 08, 2020 at 05:43:58PM +0800, Jason Wang wrote:
quoted
quoted
Looking at pci_match_one_device() it checks both subvendor and subdevice there. ThanksBut IIUC there is no guarantee that driver with a specific subvendor matches in presence of a generic one. So either IFC or virtio pci can win, whichever binds first.I'm not sure I get there. But I try manually bind IFCVF to qemu's virtio-net-pci, and it fails. Thanks
Right but the reverse can happen: virtio-net can bind to IFCVF first. -- MST