[Accel-config] [PATCH] accel-config: add missing name parameter for config-wq man page
Dave Jiang <dave.jiang at intel.com>
| Newsgroups | dev.linux.lists.accel-config |
|---|---|
| Message-ID | < <161046646484.729107.9304834837080378359.stgit@djiang5-desk3.ch.intel.com>> |
The -n,--name parameter is missing for wq configuration. Add missing bits in the man page. Signed-off-by: Dave Jiang <dave.jiang(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 3ede09c9bcee..9fc2adf92744 100644 --- a/Documentation/accfg/accel-config-config-wq.txt +++ b/Documentation/accfg/accel-config-config-wq.txt @@ -59,6 +59,12 @@ OPTIONS user case to request wq, "mdev" for mediated device driver use case to request wq or "user" for regular character device driver use case to wq. +-n:: +--name:: + configure the name for the wq. This can be any string defined by the user. + Typically it is used for identifying the wq in some unique way. A possible + suggestion would be using a uuid string. + -m:: --mode:: configure the mode for the wq. The wq mode can be set as "dedicated" or