mbox series

[ndctl,0/2] add support for CCI command Get Alert Configuration

Message ID 20221003232306.1326511-1-jonzhang@fb.com
Headers show
Series add support for CCI command Get Alert Configuration | expand

Message

Jonathan Zhang Oct. 3, 2022, 11:23 p.m. UTC
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(+)