From: Dan Williams <dan.j.williams@intel.com>
To: Jim Harris <jim.harris@samsung.com>,
"linux-cxl@vger.kernel.org" <linux-cxl@vger.kernel.org>
Subject: RE: [PATCH] cxl/region: use region (not root decoder) granularity for calculations
Date: Tue, 24 Oct 2023 19:11:55 -0700 [thread overview]
Message-ID: <6538796bcd4cf_72583294d3@dwillia2-xfh.jf.intel.com.notmuch> (raw)
In-Reply-To: <169660931834.684402.2774329392272976121.stgit@bgt-140510-bm03.eng.stellus.in>
Jim Harris wrote:
> Root decoder granularity must match value from CFWMS, which may not
> be the region's granularity for non-interleaved root decoders.
>
> So when calculating granularities for host bridge decoders, use the
> region's granularity instead of the root decoder's granularity to ensure
> the correct granularities are set for the host bridge decoders and any
> downstream switch decoders.
[..]
> diff --git a/drivers/cxl/core/region.c b/drivers/cxl/core/region.c
> index 6d63b8798c29..70f7c66ee2ce 100644
> --- a/drivers/cxl/core/region.c
> +++ b/drivers/cxl/core/region.c
> @@ -1133,7 +1133,7 @@ static int cxl_port_setup_targets(struct cxl_port *port,
> }
>
> if (is_cxl_root(parent_port)) {
> - parent_ig = cxlrd->cxlsd.cxld.interleave_granularity;
> + parent_ig = p->interleave_granularity;
> parent_iw = cxlrd->cxlsd.cxld.interleave_ways;
So the reason I went looking for the interleave_granularity_store()
version of the patch was only because this one when viewed in isolation
has the problem that the root-decoder granularity can only be overridden
to the region granularity when root-decoder interleave ways is 1.
Is this assumed safe because interleave_granularity_store() is enforcing
that regions must match root-decoder granularity? If "yes", then this
likely wants a "/* See interleave_granularity_store() ... */" like
comment to describe why this override is safe, if "no" then I am missing
something.
What I liked about the idea of putting this in
interleave_granularity_store() is keeping all the simplification
shortcuts and commentary in one place, in case the region interleave !=
root-decoder interleave ban is lifted.
I don't mind doing this fixup in cxl_port_setup_targets(), but would
want the comment per above.
next prev parent reply other threads:[~2023-10-25 2:12 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20231004230826uscas1p2f7957bf868a609211271e30ad8ff551f@uscas1p2.samsung.com>
2023-10-04 23:08 ` [PATCH] cxl: set root decoder granularity based on region params Jim Harris
2023-10-05 1:18 ` Dan Williams
2023-10-05 16:52 ` Jim Harris
2023-10-05 18:08 ` Dan Williams
2023-10-25 0:55 ` Dan Williams
2023-10-25 1:33 ` Jim Harris
2023-10-25 1:58 ` Dan Williams
2023-10-06 16:21 ` [PATCH] cxl/region: use region (not root decoder) granularity for calculations Jim Harris
2023-10-25 2:11 ` Dan Williams [this message]
2023-10-25 15:48 ` Jim Harris
2023-10-25 15:48 ` [PATCH v2] " Jim Harris
2023-10-26 0:11 ` Dan Williams
2023-10-26 17:11 ` Dan Williams
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=6538796bcd4cf_72583294d3@dwillia2-xfh.jf.intel.com.notmuch \
--to=dan.j.williams@intel.com \
--cc=jim.harris@samsung.com \
--cc=linux-cxl@vger.kernel.org \
/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