Re: [PATCH V11 1/6] mdev: class id support

2019-11-08 Thread Kirti Wankhede
On 11/7/2019 8:41 PM, Jason Wang wrote: Mdev bus only supports vfio driver right now, so it doesn't implement match method. But in the future, we may add drivers other than vfio, the first driver could be virtio-mdev. This means we need to add device class id support in bus match method to pair

[PATCH V11 1/6] mdev: class id support

2019-11-07 Thread Jason Wang
Mdev bus only supports vfio driver right now, so it doesn't implement match method. But in the future, we may add drivers other than vfio, the first driver could be virtio-mdev. This means we need to add device class id support in bus match method to pair the mdev device and mdev driver correctly.