public inbox for accel-config@lists.linux.dev
 help / color / mirror / Atom feed
* [Accel-config] [PATCH 0/7] accel-config: Add command config-user-default to configure and enable all available devices and WQs
@ 2023-08-01 21:52 Fenghua Yu
  2023-08-01 21:52 ` [Accel-config] [PATCH 1/7] accel-config: Skip configuring ats_disable if the attribute is not present Fenghua Yu
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Fenghua Yu @ 2023-08-01 21:52 UTC (permalink / raw)
  To: accel-config, Ramesh Thomas, Tony Luck

Although current accel-config can configure and enable IDXD devices,
user needs to know a lot of IDXD knowledges and information to do so.
Sometimes user wants an easier way to configure and enable IDXD devices
without sophisticated IDXD knowledges and information.

This patch set adds "config-user-default" to configure and enable
all available devices and WQs with default configurations.

Fenghua Yu (7):
  accel-config: Skip configuring ats_disable if the attribute is not
    present
  accel-config: Add config-user-default command
  accel-config: Add option "-c <config_file>" to load default
    configurations from the file
  accel-config: Disable default configured WQs and devices
  accel-config: Add "-n <wq_name>" to specify WQ name for disabling WQs
  accel-config: Add user_default_profile.conf
  accel-config: Add doumentation for new command "config-user-default"

 Documentation/accfg/Makefile.am               |   6 +-
 .../accel-config-config-user-default.txt      |  75 +++
 accfg/accel-config.c                          |   1 +
 accfg/config.c                                | 482 +++++++++++++++++-
 accfg/libaccel_config.h                       |   1 +
 builtin.h                                     |   1 +
 contrib/configs/profilenote.txt               |  28 +
 contrib/configs/user_default_profile.conf     |  42 ++
 8 files changed, 633 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/accfg/accel-config-config-user-default.txt
 create mode 100644 contrib/configs/user_default_profile.conf

-- 
2.31.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-08-02 15:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-01 21:52 [Accel-config] [PATCH 0/7] accel-config: Add command config-user-default to configure and enable all available devices and WQs Fenghua Yu
2023-08-01 21:52 ` [Accel-config] [PATCH 1/7] accel-config: Skip configuring ats_disable if the attribute is not present Fenghua Yu
2023-08-01 21:52 ` [Accel-config] [PATCH 2/7] accel-config: Add config-user-default command Fenghua Yu
2023-08-02  0:14   ` Dave Jiang
2023-08-02 14:58     ` Fenghua Yu
2023-08-02 15:28       ` Dave Jiang
2023-08-01 21:52 ` [Accel-config] [PATCH 3/7] accel-config: Add option "-c <config_file>" to load default configurations from the file Fenghua Yu
2023-08-01 21:52 ` [Accel-config] [PATCH 4/7] accel-config: Disable default configured WQs and devices Fenghua Yu
2023-08-01 21:52 ` [Accel-config] [PATCH 5/7] accel-config: Add "-n <wq_name>" to specify WQ name for disabling WQs Fenghua Yu
2023-08-01 21:52 ` [Accel-config] [PATCH 6/7] accel-config: Add user_default_profile.conf Fenghua Yu
2023-08-01 21:52 ` [Accel-config] [PATCH 7/7] accel-config: Add doumentation for new command "config-user-default" Fenghua Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox