@@ -22,6 +22,7 @@ Date: Oct 25, 2019
2222KernelVersion: 5.6.0
23232424Description: The largest number of work descriptors in a batch.
25+ It's not visible when the device does not support batch.
2526
2627What: /sys/bus/dsa/devices/dsa<m>/max_work_queues_size
2728Date: Oct 25, 2019
@@ -49,6 +50,8 @@ Description: The total number of read buffers supported by this device.
4950 The read buffers represent resources within the DSA
5051 implementation, and these resources are allocated by engines to
5152 support operations. See DSA spec v1.2 9.2.4 Total Read Buffers.
53+ It's not visible when the device does not support Read Buffer
54+ allocation control.
5255
5356What: /sys/bus/dsa/devices/dsa<m>/max_transfer_size
5457Date: Oct 25, 2019
122125Description: The maximum number of read buffers that may be in use at
123126 one time by operations that access low bandwidth memory in the
124127 device. See DSA spec v1.2 9.2.8 GENCFG on Global Read Buffer Limit.
128+ It's not visible when the device does not support Read Buffer
129+ allocation control.
125130
126131What: /sys/bus/dsa/devices/dsa<m>/cmd_status
127132Date: Aug 28, 2020
@@ -205,6 +210,7 @@ KernelVersion: 5.10.0
205210206211Description: The max batch size for this workqueue. Cannot exceed device
207212 max batch size. Configurable parameter.
213+ It's not visible when the device does not support batch.
208214
209215What: /sys/bus/dsa/devices/wq<m>.<n>/ats_disable
210216Date: Nov 13, 2020
@@ -250,6 +256,8 @@ KernelVersion: 5.17.0
250256251257Description: Enable the use of global read buffer limit for the group. See DSA
252258 spec v1.2 9.2.18 GRPCFG Use Global Read Buffer Limit.
259+ It's not visible when the device does not support Read Buffer
260+ allocation control.
253261
254262What: /sys/bus/dsa/devices/group<m>.<n>/read_buffers_allowed
255263Date: Dec 10, 2021
258266Description: Indicates max number of read buffers that may be in use at one time
259267 by all engines in the group. See DSA spec v1.2 9.2.18 GRPCFG Read
260268 Buffers Allowed.
269+ It's not visible when the device does not support Read Buffer
270+ allocation control.
261271
262272What: /sys/bus/dsa/devices/group<m>.<n>/read_buffers_reserved
263273Date: Dec 10, 2021
266276Description: Indicates the number of Read Buffers reserved for the use of
267277 engines in the group. See DSA spec v1.2 9.2.18 GRPCFG Read Buffers
268278 Reserved.
279+ It's not visible when the device does not support Read Buffer
280+ allocation control.
269281
270282What: /sys/bus/dsa/devices/group<m>.<n>/desc_progress_limit
271283Date: Sept 14, 2022
0 commit comments