Linux CXL
 help / color / mirror / Atom feed
From: Alison Schofield <alison.schofield@intel.com>
To: Dan Williams <dan.j.williams@intel.com>,
	Ira Weiny <ira.weiny@intel.com>,
	Vishal Verma <vishal.l.verma@intel.com>,
	Ben Widawsky <bwidawsk@kernel.org>,
	Dave Jiang <dave.jiang@intel.com>
Cc: linux-cxl@vger.kernel.org
Subject: Re: [PATCH v5 0/3] CXL XOR Interleave Arithmetic
Date: Wed, 26 Oct 2022 21:26:37 -0700	[thread overview]
Message-ID: <Y1oIfSLoTcEEDLTX@aschofie-mobl2> (raw)
In-Reply-To: <cover.1666841669.git.alison.schofield@intel.com>

On Wed, Oct 26, 2022 at 09:07:40PM -0700, alison.schofield@intel.com wrote:
> From: Alison Schofield <alison.schofield@intel.com>
> 
> Changes in v5:

  - Rebase to 6.1-rc2

> - Add to 'n' for 6 & 12 way. (v3->v4 broke it)
> - Clean up x3 index init. (Dan)
> - Remove unneeded HB's from cxl_test topology.
> - Remove dependency on stale patch in cxl_test.
> 
> Changes in v4:
> - Use GENMASK_ULL to fix i386 arch build (0-day)
> - Use do_div to fix ARM arch build (0-day)
> - Update comments in ACPICA patch to reflect new state of the
>   ACPICA patch - pending again in github.
> 
> Changes in v3:
> - Fix the 3, 6, 12 way interleave (again).
> - Do not look for a CXIMS when not needed for x1 & x3 interleaves
> - New cxl_test patch: Add cxl_test module support for this feature
> - In a separate ndctl patch, cxl test: cxl_xor_region is added
> 
> 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:
> 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)
>   tools/testing/cxl: Add XOR Math support to cxl_test
> 
>  drivers/cxl/acpi.c           | 129 +++++++++++++++++++++++++++++++++--
>  drivers/cxl/cxl.h            |   2 +
>  include/acpi/actbl1.h        |  14 +++-
>  tools/testing/cxl/test/cxl.c | 118 +++++++++++++++++++++++++++++++-
>  4 files changed, 254 insertions(+), 9 deletions(-)
> 
> -- 
> 2.37.3
> 

      parent reply	other threads:[~2022-10-27  4:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-27  4:07 [PATCH v5 0/3] CXL XOR Interleave Arithmetic alison.schofield
2022-10-27  4:07 ` [PATCH v5 1/3] For ACPICA: Add the CXIMS structure definition to the CEDT table alison.schofield
2022-11-03 18:02   ` Jonathan Cameron
2022-11-03 19:51     ` Alison Schofield
2022-10-27  4:07 ` [PATCH v5 2/3] cxl/acpi: Support CXL XOR Interleave Math (CXIMS) alison.schofield
2022-10-27  4:07 ` [PATCH v5 3/3] tools/testing/cxl: Add XOR Math support to cxl_test alison.schofield
2022-10-27  4:26 ` Alison Schofield [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y1oIfSLoTcEEDLTX@aschofie-mobl2 \
    --to=alison.schofield@intel.com \
    --cc=bwidawsk@kernel.org \
    --cc=dan.j.williams@intel.com \
    --cc=dave.jiang@intel.com \
    --cc=ira.weiny@intel.com \
    --cc=linux-cxl@vger.kernel.org \
    --cc=vishal.l.verma@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox