[Accel-config] [PATCH v3 10/14] accel-config: Add documentation for wq options
ramesh.thomas at intel.com
| Newsgroups | dev.linux.lists.accel-config |
|---|---|
| Message-ID | <[email protected]> |
From: Ramesh Thomas <ramesh.thomas(a)intel.com> Add man pages for config-wq options max_batch_size and max_transfer_size Signed-off-by: Ramesh Thomas <ramesh.thomas(a)intel.com> --- Documentation/accfg/accel-config-config-wq.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Documentation/accfg/accel-config-config-wq.txt b/Documentation/accfg/accel-config-config-wq.txt index 58be829..3ede09c 100644 --- a/Documentation/accfg/accel-config-config-wq.txt +++ b/Documentation/accfg/accel-config-config-wq.txt @@ -64,4 +64,19 @@ OPTIONS configure the mode for the wq. The wq mode can be set as "dedicated" or "shared". +-c:: +--max-batch-size:: + specify the max batch size used by a work queue. The value should be + between 1 and the device maximum batch size found in the + max_batch_size attribute under device. If the value is not a power + of 2, it will be rounded up to the next power of 2. + +-x:: +--max-transfer-size:: + specify the max transfer size used by a work queue. The value should be + between 1 and the device maximum transfer size found in the + 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. + + include::../copyright.txt[] -- 2.26.2