1 What: /sys/bus/vmbus/devices/<UUID>/id
4 Contact: K. Y. Srinivasan <kys@microsoft.com>
5 Description: The VMBus child_relid of the device's primary channel
6 Users: tools/hv/lsvmbus
8 What: /sys/bus/vmbus/devices/<UUID>/class_id
11 Contact: K. Y. Srinivasan <kys@microsoft.com>
12 Description: The VMBus interface type GUID of the device
13 Users: tools/hv/lsvmbus
15 What: /sys/bus/vmbus/devices/<UUID>/device_id
18 Contact: K. Y. Srinivasan <kys@microsoft.com>
19 Description: The VMBus interface instance GUID of the device
20 Users: tools/hv/lsvmbus
22 What: /sys/bus/vmbus/devices/<UUID>/channel_vp_mapping
25 Contact: K. Y. Srinivasan <kys@microsoft.com>
26 Description: The mapping of which primary/sub channels are bound to which
28 Format: <channel's child_relid:the bound cpu's number>
29 Users: tools/hv/lsvmbus
31 What: /sys/bus/vmbus/devices/<UUID>/device
34 Contact: K. Y. Srinivasan <kys@microsoft.com>
35 Description: The 16 bit device ID of the device
36 Users: tools/hv/lsvmbus and user level RDMA libraries
38 What: /sys/bus/vmbus/devices/<UUID>/vendor
41 Contact: K. Y. Srinivasan <kys@microsoft.com>
42 Description: The 16 bit vendor ID of the device
43 Users: tools/hv/lsvmbus and user level RDMA libraries
45 What: /sys/bus/vmbus/devices/<UUID>/numa_node
48 Contact: Stephen Hemminger <sthemmin@microsoft.com>
49 Description: This NUMA node to which the VMBUS device is
50 attached, or -1 if the node is unknown.
52 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>
55 Contact: Stephen Hemminger <sthemmin@microsoft.com>
56 Description: Directory for per-channel information
57 NN is the VMBUS relid associtated with the channel.
59 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/cpu
62 Contact: Stephen Hemminger <sthemmin@microsoft.com>
63 Description: VCPU (sub)channel is affinitized to
64 Users: tools/hv/lsvmbus and other debugging tools
66 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/cpu
69 Contact: Stephen Hemminger <sthemmin@microsoft.com>
70 Description: VCPU (sub)channel is affinitized to
71 Users: tools/hv/lsvmbus and other debugging tools
73 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/in_mask
76 Contact: Stephen Hemminger <sthemmin@microsoft.com>
77 Description: Host to guest channel interrupt mask
78 Users: Debugging tools
80 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/latency
83 Contact: Stephen Hemminger <sthemmin@microsoft.com>
84 Description: Channel signaling latency. This file is available only for
85 performance critical channels (storage, network, etc.) that use
86 the monitor page mechanism.
87 Users: Debugging tools
89 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/out_mask
92 Contact: Stephen Hemminger <sthemmin@microsoft.com>
93 Description: Guest to host channel interrupt mask
94 Users: Debugging tools
96 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/pending
99 Contact: Stephen Hemminger <sthemmin@microsoft.com>
100 Description: Channel interrupt pending state. This file is available only for
101 performance critical channels (storage, network, etc.) that use
102 the monitor page mechanism.
103 Users: Debugging tools
105 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/read_avail
106 Date: September. 2017
108 Contact: Stephen Hemminger <sthemmin@microsoft.com>
109 Description: Bytes available to read
110 Users: Debugging tools
112 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/write_avail
113 Date: September. 2017
115 Contact: Stephen Hemminger <sthemmin@microsoft.com>
116 Description: Bytes available to write
117 Users: Debugging tools
119 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/events
120 Date: September. 2017
122 Contact: Stephen Hemminger <sthemmin@microsoft.com>
123 Description: Number of times we have signaled the host
124 Users: Debugging tools
126 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/interrupts
127 Date: September. 2017
129 Contact: Stephen Hemminger <sthemmin@microsoft.com>
130 Description: Number of times we have taken an interrupt (incoming)
131 Users: Debugging tools
133 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/subchannel_id
136 Contact: Stephen Hemminger <sthemmin@microsoft.com>
137 Description: Subchannel ID associated with VMBUS channel
138 Users: Debugging tools and userspace drivers
140 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/monitor_id
143 Contact: Stephen Hemminger <sthemmin@microsoft.com>
144 Description: Monitor bit associated with channel. This file is available only
145 for performance critical channels (storage, network, etc.) that
146 use the monitor page mechanism.
147 Users: Debugging tools and userspace drivers
149 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/ring
152 Contact: Stephen Hemminger <sthemmin@microsoft.com>
153 Description: Binary file created by uio_hv_generic for ring buffer
154 Users: Userspace drivers
156 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/intr_in_full
159 Contact: Michael Kelley <mikelley@microsoft.com>
160 Description: Number of guest to host interrupts caused by the inbound ring
161 buffer transitioning from full to not full while a packet is
162 waiting for buffer space to become available
163 Users: Debugging tools
165 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/intr_out_empty
168 Contact: Michael Kelley <mikelley@microsoft.com>
169 Description: Number of guest to host interrupts caused by the outbound ring
170 buffer transitioning from empty to not empty
171 Users: Debugging tools
173 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/out_full_first
176 Contact: Michael Kelley <mikelley@microsoft.com>
177 Description: Number of write operations that were the first to encounter an
178 outbound ring buffer full condition
179 Users: Debugging tools
181 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/out_full_total
184 Contact: Michael Kelley <mikelley@microsoft.com>
185 Description: Total number of write operations that encountered an outbound
186 ring buffer full condition
187 Users: Debugging tools