sysfs-driver-genwqe 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. What: /sys/class/genwqe/genwqe<n>_card/version
  2. Date: Oct 2013
  3. Contact: [email protected]
  4. Description: Unique bitstream identification e.g.
  5. '0000000330336283.00000000475a4950'.
  6. What: /sys/class/genwqe/genwqe<n>_card/appid
  7. Date: Oct 2013
  8. Contact: [email protected]
  9. Description: Identifies the currently active card application e.g. 'GZIP'
  10. for compression/decompression.
  11. What: /sys/class/genwqe/genwqe<n>_card/type
  12. Date: Oct 2013
  13. Contact: [email protected]
  14. Description: Type of the card e.g. 'GenWQE5-A7'.
  15. What: /sys/class/genwqe/genwqe<n>_card/curr_bitstream
  16. Date: Oct 2013
  17. Contact: [email protected]
  18. Description: Currently active bitstream. 1 is default, 0 is backup.
  19. What: /sys/class/genwqe/genwqe<n>_card/next_bitstream
  20. Date: Oct 2013
  21. Contact: [email protected]
  22. Description: Interface to set the next bitstream to be used.
  23. What: /sys/class/genwqe/genwqe<n>_card/reload_bitstream
  24. Date: May 2014
  25. Contact: [email protected]
  26. Description: Interface to trigger a PCIe card reset to reload the bitstream.
  27. ::
  28. sudo sh -c 'echo 1 > \
  29. /sys/class/genwqe/genwqe0_card/reload_bitstream'
  30. If successfully, the card will come back with the bitstream set
  31. on 'next_bitstream'.
  32. What: /sys/class/genwqe/genwqe<n>_card/tempsens
  33. Date: Oct 2013
  34. Contact: [email protected]
  35. Description: Interface to read the cards temperature sense register.
  36. What: /sys/class/genwqe/genwqe<n>_card/freerunning_timer
  37. Date: Oct 2013
  38. Contact: [email protected]
  39. Description: Interface to read the cards free running timer.
  40. Used for performance and utilization measurements.
  41. What: /sys/class/genwqe/genwqe<n>_card/queue_working_time
  42. Date: Oct 2013
  43. Contact: [email protected]
  44. Description: Interface to read queue working time.
  45. Used for performance and utilization measurements.
  46. What: /sys/class/genwqe/genwqe<n>_card/state
  47. Date: Oct 2013
  48. Contact: [email protected]
  49. Description: State of the card: "unused", "used", "error".
  50. What: /sys/class/genwqe/genwqe<n>_card/base_clock
  51. Date: Oct 2013
  52. Contact: [email protected]
  53. Description: Base clock frequency of the card.
  54. What: /sys/class/genwqe/genwqe<n>_card/device/sriov_numvfs
  55. Date: Oct 2013
  56. Contact: [email protected]
  57. Description: Enable VFs (1..15)::
  58. sudo sh -c 'echo 15 > \
  59. /sys/bus/pci/devices/0000\:1b\:00.0/sriov_numvfs'
  60. Disable VFs::
  61. Write a 0 into the same sysfs entry.