Re: [PATCH V11 3/6] mdev: introduce device specific ops

2019-11-08 Thread Kirti Wankhede
On 11/7/2019 8:41 PM, Jason Wang wrote: Currently, except for the create and remove, the rest of mdev_parent_ops is designed for vfio-mdev driver only and may not help for kernel mdev driver. With the help of class id, this patch introduces device specific callbacks inside mdev_device structure

Re: [PATCH V11 3/6] mdev: introduce device specific ops

2019-11-07 Thread Cornelia Huck
On Thu, 7 Nov 2019 23:11:06 +0800 Jason Wang wrote: > Currently, except for the create and remove, the rest of > mdev_parent_ops is designed for vfio-mdev driver only and may not help > for kernel mdev driver. With the help of class id, this patch > introduces device specific callbacks inside md

[PATCH V11 3/6] mdev: introduce device specific ops

2019-11-07 Thread Jason Wang
Currently, except for the create and remove, the rest of mdev_parent_ops is designed for vfio-mdev driver only and may not help for kernel mdev driver. With the help of class id, this patch introduces device specific callbacks inside mdev_device structure. This allows different set of callback to b