~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/ABI/testing/sysfs-bus-vfio-mdev

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/ABI/testing/sysfs-bus-vfio-mdev (Version linux-6.12-rc7) and /Documentation/ABI/testing/sysfs-bus-vfio-mdev (Version linux-6.9.12)


  1 What:           /sys/.../<device>/mdev_support      1 What:           /sys/.../<device>/mdev_supported_types/
  2 Date:           October 2016                        2 Date:           October 2016
  3 Contact:        Kirti Wankhede <kwankhede@nvidi      3 Contact:        Kirti Wankhede <kwankhede@nvidia.com>
  4 Description:                                        4 Description:
  5                 This directory contains list o      5                 This directory contains list of directories of currently
  6                 supported mediated device type      6                 supported mediated device types and their details for
  7                 <device>. Supported type attri      7                 <device>. Supported type attributes are defined by the
  8                 vendor driver who registers wi      8                 vendor driver who registers with Mediated device framework.
  9                 Each supported type is a direc      9                 Each supported type is a directory whose name is created
 10                 by adding the device driver st     10                 by adding the device driver string as a prefix to the
 11                 string provided by the vendor      11                 string provided by the vendor driver.
 12                                                    12 
 13 What:           /sys/.../<device>/mdev_support     13 What:           /sys/.../<device>/mdev_supported_types/<type-id>/
 14 Date:           October 2016                       14 Date:           October 2016
 15 Contact:        Kirti Wankhede <kwankhede@nvidi     15 Contact:        Kirti Wankhede <kwankhede@nvidia.com>
 16 Description:                                       16 Description:
 17                 This directory gives details o     17                 This directory gives details of supported type, like name,
 18                 description, available_instanc     18                 description, available_instances, device_api etc.
 19                 'device_api' and 'available_in     19                 'device_api' and 'available_instances' are mandatory
 20                 attributes to be provided by v     20                 attributes to be provided by vendor driver. 'name',
 21                 'description' and other vendor     21                 'description' and other vendor driver specific attributes
 22                 are optional.                      22                 are optional.
 23                                                    23 
 24 What:           /sys/.../mdev_supported_types/     24 What:           /sys/.../mdev_supported_types/<type-id>/create
 25 Date:           October 2016                       25 Date:           October 2016
 26 Contact:        Kirti Wankhede <kwankhede@nvidi     26 Contact:        Kirti Wankhede <kwankhede@nvidia.com>
 27 Description:                                       27 Description:
 28                 Writing UUID to this file will     28                 Writing UUID to this file will create mediated device of
 29                 type <type-id> for parent devi     29                 type <type-id> for parent device <device>. This is a
 30                 write-only file.                   30                 write-only file.
 31                 For example::                      31                 For example::
 32                                                    32 
 33                   # echo "83b8f4f2-509f-382f-3     33                   # echo "83b8f4f2-509f-382f-3c1e-e6bfe0fa1001" >       \
 34                        /sys/devices/foo/mdev_s     34                        /sys/devices/foo/mdev_supported_types/foo-1/create
 35                                                    35 
 36 What:           /sys/.../mdev_supported_types/     36 What:           /sys/.../mdev_supported_types/<type-id>/devices/
 37 Date:           October 2016                       37 Date:           October 2016
 38 Contact:        Kirti Wankhede <kwankhede@nvidi     38 Contact:        Kirti Wankhede <kwankhede@nvidia.com>
 39 Description:                                       39 Description:
 40                 This directory contains symbol     40                 This directory contains symbolic links pointing to mdev
 41                 devices sysfs entries which ar     41                 devices sysfs entries which are created of this <type-id>.
 42                                                    42 
 43 What:           /sys/.../mdev_supported_types/     43 What:           /sys/.../mdev_supported_types/<type-id>/available_instances
 44 Date:           October 2016                       44 Date:           October 2016
 45 Contact:        Kirti Wankhede <kwankhede@nvidi     45 Contact:        Kirti Wankhede <kwankhede@nvidia.com>
 46 Description:                                       46 Description:
 47                 Reading this attribute will sh     47                 Reading this attribute will show the number of mediated
 48                 devices of type <type-id> that     48                 devices of type <type-id> that can be created. This is a
 49                 readonly file.                     49                 readonly file.
 50 Users:                                             50 Users:
 51                 Userspace applications interes     51                 Userspace applications interested in creating mediated
 52                 device of that type. Userspace     52                 device of that type. Userspace application should check
 53                 the number of available instan     53                 the number of available instances could be created before
 54                 creating mediated device of th     54                 creating mediated device of this type.
 55                                                    55 
 56 What:           /sys/.../mdev_supported_types/     56 What:           /sys/.../mdev_supported_types/<type-id>/device_api
 57 Date:           October 2016                       57 Date:           October 2016
 58 Contact:        Kirti Wankhede <kwankhede@nvidi     58 Contact:        Kirti Wankhede <kwankhede@nvidia.com>
 59 Description:                                       59 Description:
 60                 Reading this attribute will sh     60                 Reading this attribute will show VFIO device API supported
 61                 by this type. For example, "vf     61                 by this type. For example, "vfio-pci" for a PCI device,
 62                 "vfio-platform" for platform d     62                 "vfio-platform" for platform device.
 63                                                    63 
 64 What:           /sys/.../mdev_supported_types/     64 What:           /sys/.../mdev_supported_types/<type-id>/name
 65 Date:           October 2016                       65 Date:           October 2016
 66 Contact:        Kirti Wankhede <kwankhede@nvidi     66 Contact:        Kirti Wankhede <kwankhede@nvidia.com>
 67 Description:                                       67 Description:
 68                 Reading this attribute will sh     68                 Reading this attribute will show human readable name of the
 69                 mediated device that will get      69                 mediated device that will get created of type <type-id>.
 70                 This is optional attribute. Fo     70                 This is optional attribute. For example: "Grid M60-0Q"
 71 Users:                                             71 Users:
 72                 Userspace applications interes     72                 Userspace applications interested in knowing the name of
 73                 a particular <type-id> that ca     73                 a particular <type-id> that can help in understanding the
 74                 type of mediated device.           74                 type of mediated device.
 75                                                    75 
 76 What:           /sys/.../mdev_supported_types/     76 What:           /sys/.../mdev_supported_types/<type-id>/description
 77 Date:           October 2016                       77 Date:           October 2016
 78 Contact:        Kirti Wankhede <kwankhede@nvidi     78 Contact:        Kirti Wankhede <kwankhede@nvidia.com>
 79 Description:                                       79 Description:
 80                 Reading this attribute will sh     80                 Reading this attribute will show description of the type of
 81                 mediated device that will get      81                 mediated device that will get created of type <type-id>.
 82                 This is optional attribute. Fo     82                 This is optional attribute. For example:
 83                 "2 heads, 512M FB, 2560x1600 m     83                 "2 heads, 512M FB, 2560x1600 maximum resolution"
 84 Users:                                             84 Users:
 85                 Userspace applications interes     85                 Userspace applications interested in knowing the details of
 86                 a particular <type-id> that ca     86                 a particular <type-id> that can help in understanding the
 87                 features provided by that type     87                 features provided by that type of mediated device.
 88                                                    88 
 89 What:           /sys/.../<device>/<UUID>/          89 What:           /sys/.../<device>/<UUID>/
 90 Date:           October 2016                       90 Date:           October 2016
 91 Contact:        Kirti Wankhede <kwankhede@nvidi     91 Contact:        Kirti Wankhede <kwankhede@nvidia.com>
 92 Description:                                       92 Description:
 93                 This directory represents devi     93                 This directory represents device directory of mediated
 94                 device. It contains all the at     94                 device. It contains all the attributes related to mediated
 95                 device.                            95                 device.
 96                                                    96 
 97 What:           /sys/.../<device>/<UUID>/mdev_     97 What:           /sys/.../<device>/<UUID>/mdev_type
 98 Date:           October 2016                       98 Date:           October 2016
 99 Contact:        Kirti Wankhede <kwankhede@nvidi     99 Contact:        Kirti Wankhede <kwankhede@nvidia.com>
100 Description:                                      100 Description:
101                 This is symbolic link pointing    101                 This is symbolic link pointing to supported type, <type-id>
102                 directory of which this mediat    102                 directory of which this mediated device is created.
103                                                   103 
104 What:           /sys/.../<device>/<UUID>/remov    104 What:           /sys/.../<device>/<UUID>/remove
105 Date:           October 2016                      105 Date:           October 2016
106 Contact:        Kirti Wankhede <kwankhede@nvidi    106 Contact:        Kirti Wankhede <kwankhede@nvidia.com>
107 Description:                                      107 Description:
108                 Writing '1' to this file destr    108                 Writing '1' to this file destroys the mediated device. The
109                 vendor driver can fail the rem    109                 vendor driver can fail the remove() callback if that device
110                 is active and the vendor drive    110                 is active and the vendor driver doesn't support hot unplug.
111                 Example::                         111                 Example::
112                                                   112 
113                   # echo 1 > /sys/bus/mdev/dev    113                   # echo 1 > /sys/bus/mdev/devices/<UUID>/remove
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php