[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240925024647.46735-1-ying.huang@intel.com>
Date: Wed, 25 Sep 2024 10:46:42 +0800
From: Huang Ying <ying.huang@...el.com>
To: Dan Williams <dan.j.williams@...el.com>,
Dave Jiang <dave.jiang@...el.com>
Cc: linux-cxl@...r.kernel.org,
linux-kernel@...r.kernel.org,
Huang Ying <ying.huang@...el.com>,
Davidlohr Bueso <dave@...olabs.net>,
Jonathan Cameron <jonathan.cameron@...wei.com>,
Alison Schofield <alison.schofield@...el.com>,
Vishal Verma <vishal.l.verma@...el.com>,
Ira Weiny <ira.weiny@...el.com>,
Alejandro Lucero <alucerop@....com>
Subject: [RFC 0/5] cxl: Preparation of type2 accelerators support
There have been 2 series to add type 2 accelerators support in [1] and [2].
[1] https://lore.kernel.org/linux-cxl/168592149709.1948938.8663425987110396027.stgit@dwillia2-xfh.jf.intel.com/
[2] https://lore.kernel.org/linux-cxl/20240516081202.27023-1-alucerop@amd.com/
Both provide relative complete support, but both are long too. To
make it easier to review, some preparation of type2 accelerators
support is implemented in this series. More complete support can be
implemented based on it.
This series has been tested with cxl_test via mocking a type2
accelerator as in [1] above. Because more type2 accelerators support
than that provided by this series is needed to simulate the device,
the cxl_test patch isn't included in the series.
Huang Ying (5):
cxl: Rename ACPI_CEDT_CFMWS_RESTRICT_TYPE2/TYPE3
cxl: Rename CXL_DECODER_HOSTONLYMEM/DEVMEM
cxl: Separate coherence from target type
cxl: Set type of region to that of the first endpoint
cxl: Avoid to create dax regions for type2 accelerators
drivers/cxl/acpi.c | 9 +++---
drivers/cxl/core/hdm.c | 38 +++++++++++++----------
drivers/cxl/core/mbox.c | 1 +
drivers/cxl/core/port.c | 17 ++++++-----
drivers/cxl/core/region.c | 58 ++++++++++++++++++++++++++++++------
drivers/cxl/cxl.h | 28 +++++++++++------
drivers/cxl/cxlmem.h | 11 +++++++
include/acpi/actbl1.h | 10 +++----
tools/testing/cxl/test/cxl.c | 24 +++++++--------
9 files changed, 133 insertions(+), 63 deletions(-)
Best Regards,
Huang, Ying
Powered by blists - more mailing lists