Linux CXL
 help / color / mirror / Atom feed
* [ndctl PATCH 0/2] add support for CCI command Get Alert Configuration
@ 2022-10-03 23:23 Jonathan Zhang
  2022-10-03 23:23 ` [PATCH 1/2] libcxl: add accessors for Get Alert Configuration CCI command output Jonathan Zhang
  2022-10-03 23:23 ` [PATCH 2/2] cxl: display alert configuratin fields in list command Jonathan Zhang
  0 siblings, 2 replies; 6+ messages in thread
From: Jonathan Zhang @ 2022-10-03 23:23 UTC (permalink / raw)
  To: linux-cxl, vishal.l.verma, wzhang; +Cc: Jonathan Zhang

From: Jonathan Zhang <jonzhang@meta.com>

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

This patchset adds support for it.

Jonathan Zhang (2):
  libcxl: add accessors for Get Alert Configuration CCI command output
  cxl: display alert configuratin 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                       | 131 +++++++++++++++++++++++++++++++
 cxl/lib/libcxl.c                 | 120 ++++++++++++++++++++++++++++
 cxl/lib/libcxl.sym               |  23 ++++++
 cxl/lib/private.h                |  28 +++++++
 cxl/libcxl.h                     |  19 +++++
 cxl/list.c                       |   3 +
 util/json.h                      |   1 +
 11 files changed, 362 insertions(+)

-- 
2.30.2


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

end of thread, other threads:[~2022-10-21  7:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-03 23:23 [ndctl PATCH 0/2] add support for CCI command Get Alert Configuration Jonathan Zhang
2022-10-03 23:23 ` [PATCH 1/2] libcxl: add accessors for Get Alert Configuration CCI command output Jonathan Zhang
2022-10-21  7:30   ` Verma, Vishal L
2022-10-21  7:35     ` Verma, Vishal L
2022-10-03 23:23 ` [PATCH 2/2] cxl: display alert configuratin fields in list command Jonathan Zhang
2022-10-21  7:30   ` 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