.. | .. |
---|
29 | 29 | Date: May 2014 |
---|
30 | 30 | Contact: klebers@linux.vnet.ibm.com |
---|
31 | 31 | Description: Interface to trigger a PCIe card reset to reload the bitstream. |
---|
| 32 | + |
---|
| 33 | + :: |
---|
| 34 | + |
---|
32 | 35 | sudo sh -c 'echo 1 > \ |
---|
33 | 36 | /sys/class/genwqe/genwqe0_card/reload_bitstream' |
---|
| 37 | + |
---|
34 | 38 | If successfully, the card will come back with the bitstream set |
---|
35 | 39 | on 'next_bitstream'. |
---|
36 | 40 | |
---|
.. | .. |
---|
64 | 68 | What: /sys/class/genwqe/genwqe<n>_card/device/sriov_numvfs |
---|
65 | 69 | Date: Oct 2013 |
---|
66 | 70 | Contact: haver@linux.vnet.ibm.com |
---|
67 | | -Description: Enable VFs (1..15): |
---|
| 71 | +Description: Enable VFs (1..15):: |
---|
| 72 | + |
---|
68 | 73 | sudo sh -c 'echo 15 > \ |
---|
69 | 74 | /sys/bus/pci/devices/0000\:1b\:00.0/sriov_numvfs' |
---|
70 | | - Disable VFs: |
---|
| 75 | + |
---|
| 76 | + Disable VFs:: |
---|
| 77 | + |
---|
71 | 78 | Write a 0 into the same sysfs entry. |
---|