Linux CXL
 help / color / mirror / Atom feed
* [PATCH v2 0/2] CXL XOR Interleave Arithmetic
@ 2022-08-11 20:49 alison.schofield
  2022-08-11 20:49 ` [PATCH v2 1/2] For ACPICA: Add the CXIMS structure definition to the CEDT table alison.schofield
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: alison.schofield @ 2022-08-11 20:49 UTC (permalink / raw)
  To: Dan Williams, Ira Weiny, Vishal Verma, Ben Widawsky, Dave Jiang
  Cc: Alison Schofield, linux-cxl

From: Alison Schofield <alison.schofield@intel.com>

Changes in v2:
- Use ilog2() of the decoded interleave ways to determine number
of xormaps, instead of using encoded ways directly. This fixes
3, 6, and 12 way interleaves. (Dan)


Add support for the new 'XOR' Interleave Arithmetic as defined
in the CXL 3.0 Specification [1].

A linux-ized ACPI patch is included here for reference. The actual
pull request is pending at https://github.com/acpica/acpica/pull/787

[1]: https://www.computeexpresslink.org/download-the-specification


Alison Schofield (2):
  For ACPICA: Add the CXIMS structure definition to the CEDT table
  cxl/acpi: Support CXL XOR Interleave Math (CXIMS)

 include/acpi/actbl1.h | 14 ++++++-
 drivers/cxl/cxl.h     |  2 +
 drivers/cxl/acpi.c    | 94 ++++++++++++++++++++++++++++++++++++++++---
 3 files changed, 104 insertions(+), 6 deletions(-)


base-commit: 1cd8a2537eb07751d405ab7e2223f20338a90506
-- 
2.31.1


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

end of thread, other threads:[~2022-08-12  4:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-11 20:49 [PATCH v2 0/2] CXL XOR Interleave Arithmetic alison.schofield
2022-08-11 20:49 ` [PATCH v2 1/2] For ACPICA: Add the CXIMS structure definition to the CEDT table alison.schofield
2022-08-11 20:49 ` [PATCH v2 2/2] cxl/acpi: Support CXL XOR Interleave Math (CXIMS) alison.schofield
2022-08-12  4:30 ` [PATCH v2 0/2] CXL XOR Interleave Arithmetic Alison Schofield

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