Displaying 2 results from an estimated 2 matches for "mdev_".
Did you mean:
  mdev
  
2019 Nov 04
0
[PATCH V6 3/6] mdev: introduce device specific ops
....com>; christophe.de.dinechin at gmail.com;
>> kevin.tian at intel.com; stefanha at redhat.com; Jason Wang
>> <jasowang at redhat.com>
>> Subject: [PATCH V6 3/6] mdev: introduce device specific ops
>>
>> 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 be used by vfio-
>> mdev and vi...
2019 Oct 30
8
[PATCH V6 0/6] mdev based hardware virtio offloading support
....org/lkml/2019/10/29/335
[2] https://lkml.org/lkml/2019/10/15/1226
Changes from V5:
- use dev_warn() instead of WARN(1) when class id is not set
- validate id_table before trying to do matching between device and
  driver
- add wildcard for modpost script
- use unique name for id_table
- move get_mdev_features() to be the first member of virtio_device_ops
  and more comments for it
- typo fixes for the comments above virtio_mdev_ops
Changes from V4:
- keep mdev_set_class() for the device that doesn't use device ops
- use union for device ops pointer in mdev_device
- introduce class specific...