.. | .. |
---|
63 | 63 | Description: VCPU (sub)channel is affinitized to |
---|
64 | 64 | Users: tools/hv/lsvmbus and other debugging tools |
---|
65 | 65 | |
---|
66 | | -What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/cpu |
---|
67 | | -Date: September. 2017 |
---|
68 | | -KernelVersion: 4.14 |
---|
69 | | -Contact: Stephen Hemminger <sthemmin@microsoft.com> |
---|
70 | | -Description: VCPU (sub)channel is affinitized to |
---|
71 | | -Users: tools/hv/lsvmbus and other debugging tools |
---|
72 | | - |
---|
73 | 66 | What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/in_mask |
---|
74 | 67 | Date: September. 2017 |
---|
75 | 68 | KernelVersion: 4.14 |
---|
.. | .. |
---|
152 | 145 | Contact: Stephen Hemminger <sthemmin@microsoft.com> |
---|
153 | 146 | Description: Binary file created by uio_hv_generic for ring buffer |
---|
154 | 147 | Users: Userspace drivers |
---|
| 148 | + |
---|
| 149 | +What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/intr_in_full |
---|
| 150 | +Date: February 2019 |
---|
| 151 | +KernelVersion: 5.0 |
---|
| 152 | +Contact: Michael Kelley <mikelley@microsoft.com> |
---|
| 153 | +Description: Number of guest to host interrupts caused by the inbound ring |
---|
| 154 | + buffer transitioning from full to not full while a packet is |
---|
| 155 | + waiting for buffer space to become available |
---|
| 156 | +Users: Debugging tools |
---|
| 157 | + |
---|
| 158 | +What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/intr_out_empty |
---|
| 159 | +Date: February 2019 |
---|
| 160 | +KernelVersion: 5.0 |
---|
| 161 | +Contact: Michael Kelley <mikelley@microsoft.com> |
---|
| 162 | +Description: Number of guest to host interrupts caused by the outbound ring |
---|
| 163 | + buffer transitioning from empty to not empty |
---|
| 164 | +Users: Debugging tools |
---|
| 165 | + |
---|
| 166 | +What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/out_full_first |
---|
| 167 | +Date: February 2019 |
---|
| 168 | +KernelVersion: 5.0 |
---|
| 169 | +Contact: Michael Kelley <mikelley@microsoft.com> |
---|
| 170 | +Description: Number of write operations that were the first to encounter an |
---|
| 171 | + outbound ring buffer full condition |
---|
| 172 | +Users: Debugging tools |
---|
| 173 | + |
---|
| 174 | +What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/out_full_total |
---|
| 175 | +Date: February 2019 |
---|
| 176 | +KernelVersion: 5.0 |
---|
| 177 | +Contact: Michael Kelley <mikelley@microsoft.com> |
---|
| 178 | +Description: Total number of write operations that encountered an outbound |
---|
| 179 | + ring buffer full condition |
---|
| 180 | +Users: Debugging tools |
---|