sysfs-class-vduse 1007 B

123456789101112131415161718192021222324252627282930313233
  1. What: /sys/class/vduse/
  2. Date: Oct 2021
  3. KernelVersion: 5.15
  4. Contact: Yongji Xie <[email protected]>
  5. Description:
  6. The vduse/ class sub-directory belongs to the VDUSE
  7. framework and provides a sysfs interface for configuring
  8. VDUSE devices.
  9. What: /sys/class/vduse/control/
  10. Date: Oct 2021
  11. KernelVersion: 5.15
  12. Contact: Yongji Xie <[email protected]>
  13. Description:
  14. This directory entry is created for the control device
  15. of VDUSE framework.
  16. What: /sys/class/vduse/<device-name>/
  17. Date: Oct 2021
  18. KernelVersion: 5.15
  19. Contact: Yongji Xie <[email protected]>
  20. Description:
  21. This directory entry is created when a VDUSE device is
  22. created via the control device.
  23. What: /sys/class/vduse/<device-name>/msg_timeout
  24. Date: Oct 2021
  25. KernelVersion: 5.15
  26. Contact: Yongji Xie <[email protected]>
  27. Description:
  28. (RW) The timeout (in seconds) for waiting for the control
  29. message's response from userspace. Default value is 30s.
  30. Writing a '0' to the file means to disable the timeout.