Linux CXL
 help / color / mirror / Atom feed
* [ndctl PATCH V4 0/2] add support for CCI Get Alert Configuration
@ 2022-11-07 23:38 Jonathan Zhang
  2022-11-07 23:38 ` [ndctl PATCH V4 1/2] libcxl: add accessors for Get Alert Configuration CCI output Jonathan Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jonathan Zhang @ 2022-11-07 23:38 UTC (permalink / raw)
  To: linux-cxl, vishal.l.verma, wzhang, alison.schofield; +Cc: Jonathan Zhang

CXL spec 3.0 section 8.2.9.8.3.2 defines CCI command
Get Alert Configuration.

This patchset adds support for it.
  
v4:
- Fix the typo of LIEF instead of LIFE (Alison).

v3:
- Update man page and JSON output to use "alert-config" (Alison).

v2:
- Change the command parameter from "alert" to "alert-config" (Vishal).
- Update the format based on clang-formt (Vishal).
- Updated the names to be consistent with the existing code (Vishal). Such as:
-- pers_mem --> pmem
-- temp --> temperature
-- drop "get_" from some function names.

Jonathan Zhang (2):
  libcxl: add accessors for Get Alert Configuration CCI output
  cxl: display alert configuration fields in list command

 Documentation/cxl/cxl-list.txt   |  33 ++++++
 Documentation/cxl/lib/libcxl.txt |   1 +
 cxl/filter.c                     |   2 +
 cxl/filter.h                     |   1 +
 cxl/json.c                       | 185 +++++++++++++++++++++++++++++++
 cxl/lib/libcxl.c                 | 163 +++++++++++++++++++++++++++
 cxl/lib/libcxl.sym               |  23 ++++
 cxl/lib/private.h                |  38 +++++++
 cxl/libcxl.h                     |  35 ++++++
 cxl/list.c                       |   6 +-
 util/json.h                      |   1 +
 11 files changed, 486 insertions(+), 2 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2022-11-10 20:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-07 23:38 [ndctl PATCH V4 0/2] add support for CCI Get Alert Configuration Jonathan Zhang
2022-11-07 23:38 ` [ndctl PATCH V4 1/2] libcxl: add accessors for Get Alert Configuration CCI output Jonathan Zhang
2022-11-07 23:38 ` [ndctl PATCH V4 2/2] cxl: display alert configuration fields Jonathan Zhang
2022-11-10 20:00 ` [ndctl PATCH V4 0/2] add support for CCI Get Alert Configuration Verma, Vishal L

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