[Accel-config] [PATCH v2 5/5] accel-config: Add documentation for wq option ats-disable
Xiaochen Shen <xiaochen.shen at intel.com>
| Newsgroups | dev.linux.lists.accel-config |
|---|---|
| Message-ID | <[email protected]> |
Add man pages for config-wq option ats-disable. Signed-off-by: Xiaochen Shen <xiaochen.shen(a)intel.com> --- Documentation/accfg/accel-config-config-wq.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/accfg/accel-config-config-wq.txt b/Documentation/accfg/accel-config-config-wq.txt index aa4b0ab..39c8a8b 100644 --- a/Documentation/accfg/accel-config-config-wq.txt +++ b/Documentation/accfg/accel-config-config-wq.txt @@ -84,5 +84,11 @@ OPTIONS max_transfer_size attribute under device. If the value is not a power of 2, it will be rounded up to the next power of 2. +-a:: +--ats-disable:: + toggle whether ATS disable is turned on for the work queue. The value + should be either 0 or 1. 0 indicates ATS is on, and 1 indicates ATS is + off for the work queue. + include::../copyright.txt[] -- 1.8.3.1