mbox series

[v2,0/4] cxl: Prep for QoS class support

Message ID 168382784460.3510737.9571643715488757272.stgit@djiang5-mobl3
Headers show
Series cxl: Prep for QoS class support | expand

Message

Dave Jiang May 11, 2023, 5:58 p.m. UTC
v2:
- Set cdat.table at the end to keep consistency. (Davidlohr)
- Split out error return for cdat_read(). (Davidlohr)

With the "cxl: Add support for QTG ID retrieval for CXL subsystem" series
getting larger and larger and span multiple maintainers, I'm going to try
to break them up into smaller parts. These 3 patches are just preparation
for QTG retrieval. Full git branch available at [1].

[1]: https://git.kernel.org/pub/scm/linux/kernel/git/djiang/linux.git/log/?h=cxl-qtg
---

Dave Jiang (4):
      cxl: Export QTG ids from CFMWS to sysfs as qos_class attribute
      cxl: Add missing return to cdat read error path
      cxl: Add checksum verification to CDAT from CXL
      cxl: Add support for reading CXL switch CDAT table


 Documentation/ABI/testing/sysfs-bus-cxl | 15 +++++++++
 drivers/cxl/acpi.c                      |  3 ++
 drivers/cxl/core/pci.c                  | 43 +++++++++++++++++++++----
 drivers/cxl/core/port.c                 | 11 +++++++
 drivers/cxl/cxl.h                       |  3 ++
 drivers/cxl/port.c                      |  3 ++
 6 files changed, 72 insertions(+), 6 deletions(-)

--

Comments

Davidlohr Bueso May 12, 2023, 7 p.m. UTC | #1
On Thu, 11 May 2023, Dave Jiang wrote:

>v2:
>- Set cdat.table at the end to keep consistency. (Davidlohr)
>- Split out error return for cdat_read(). (Davidlohr)

For the other two patches in the series:

Reviewed-by: Davidlohr Bueso <dave@stgolabs.net>