All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xiaochen Shen <xiaochen.shen at intel.com>
To: accel-config@lists.01.org
Subject: [Accel-config] [PATCH v2 0/5] accel-config: Add wq ats_disable support
Date: Fri, 09 Jul 2021 13:18:21 +0800	[thread overview]
Message-ID: <1625807906-11570-1-git-send-email-xiaochen.shen@intel.com> (raw)
In-Reply-To: 1612165698-8287-1-git-send-email-xiaochen.shen@intel.com

[-- Attachment #1: Type: text/plain, Size: 1451 bytes --]

Upstream kernel 5.11 introduced ATS disable knob for work queues in
commit 92de5fa2dc39 ("dmaengine: idxd: add ATS disable knob for work
queues"). Accel-config needs to add support to match kernel driver
change.

Add wq ats_disable support in library, configuration file, json
interface, and config-wq command.
Add unit test and documentation for wq option ats_disable.

Changelog:
v2:
- Rebase to the latest in the pending branch (v3.3).

Xiaochen Shen (5):
  accel-config: Add ats_disable wq function in lib
  accel-config: Add ats_disable in config and json
  accel-config: Add ats_disable attr to config-wq command
  accel-config: Add ats_disable unit test
  accel-config: Add documentation for wq option ats-disable

 Documentation/accfg/accel-config-config-wq.txt |  6 ++++++
 accfg/config.c                                 |  1 +
 accfg/config_attr.c                            | 16 ++++++++++++++++
 accfg/lib/libaccel-config.sym                  |  6 ++++++
 accfg/lib/libaccfg.c                           |  3 +++
 accfg/lib/private.h                            |  1 +
 accfg/libaccel_config.h                        |  3 +++
 test/dsa.c                                     |  1 +
 test/dsa.h                                     |  1 +
 test/libaccfg.c                                |  9 +++++++++
 util/json.c                                    |  4 ++++
 11 files changed, 51 insertions(+)

-- 
1.8.3.1

                 reply	other threads:[~2021-07-09  5:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1625807906-11570-1-git-send-email-xiaochen.shen@intel.com \
    --to=accel-config@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.