public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
To: "Verma, Vishal L" <vishal.l.verma@intel.com>,
	"linux-cxl@vger.kernel.org" <linux-cxl@vger.kernel.org>
Cc: "Jonathan.Cameron@Huawei.com" <Jonathan.Cameron@Huawei.com>,
	"a.manzanares@samsung.com" <a.manzanares@samsung.com>,
	"Williams, Dan J" <dan.j.williams@intel.com>,
	"linux-acpi@vger.kernel.org" <linux-acpi@vger.kernel.org>,
	"Moore, Robert" <robert.moore@intel.com>,
	"bhelgaas@google.com" <bhelgaas@google.com>,
	"dave@stgolabs.net" <dave@stgolabs.net>
Subject: Re: [PATCH v6 0/3] PCI/ACPI: add support for CXL _OSC
Date: Mon, 25 Apr 2022 16:27:45 +0200	[thread overview]
Message-ID: <b296758d-c2ab-05b9-1edf-b64476837d13@intel.com> (raw)
In-Reply-To: <4f277b84c2ee770f6a2706744b96fb1dfd6184a7.camel@intel.com>

On 4/23/2022 12:24 AM, Verma, Vishal L wrote:
> On Wed, 2022-04-13 at 01:36 -0600, Vishal Verma wrote:
>> Changes since v5[1]:
>> - Collect an reviewed-by tags from Rafael, Adam, and David
>> - Fix a couple of missed s/CXL/extended/ in acpi_bus.h (Rafael)
> Rafael, or Bjorn,
>
> Dan has offered to take this through cxl.git. Any objections to that -
> would you prefer it to go through either the PCI or ACPI trees instead?

This would be fine with me, but I can take the series too.


>> Add support for using the CXL definition of _OSC where applicable, and
>> negotiating CXL specific support and control bits.
>>
>> Patch 1 is a preliminary cleanup that replaces open-coded pointer
>> arithmetic to retrieve the Control DWORD with an inline helper.
>>
>> Patch 2 adds the new CXL _OSC UUID, and uses it instead of the PCI UUID
>> when a root port is CXL enabled. It provides a fallback method for
>> CXL-1.1 platforms that may not implement the CXL-2.0 _OSC.
>>
>> Patch 3 performs negotiation for the CXL specific _OSC support and
>> control bits.
>>
>> I've tested these against a custom qemu[2], which adds the CXL _OSC (in
>> addition to other CXL support). Specifically, _OSC support is added
>> here[3].
>>
>> [1]: https://lore.kernel.org/linux-cxl/20220406023746.2807328-1-vishal.l.verma@intel.com
>> [2]: https://gitlab.com/jic23/qemu/-/tree/cxl-v8-draft
>> [3]: https://gitlab.com/jic23/qemu/-/commit/1d67df6b6e3716c27462873f3451956f5c0673a3
>>
>> Dan Williams (1):
>>    PCI/ACPI: Prefer CXL _OSC instead of PCIe _OSC for CXL host bridges
>>
>> Vishal Verma (2):
>>    PCI/ACPI: add a helper for retrieving _OSC Control DWORDs
>>    PCI/ACPI: negotiate CXL _OSC
>>
>>   include/linux/acpi.h    |  42 ++++++-
>>   include/acpi/acpi_bus.h |  12 +-
>>   drivers/acpi/bus.c      |   2 +-
>>   drivers/acpi/pci_root.c | 240 +++++++++++++++++++++++++++++++++++-----
>>   4 files changed, 262 insertions(+), 34 deletions(-)
>>
>>
>> base-commit: 05e815539f3f161585c13a9ab023341bade2c52f



  reply	other threads:[~2022-04-25 14:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-13  7:36 [PATCH v6 0/3] PCI/ACPI: add support for CXL _OSC Vishal Verma
2022-04-13  7:36 ` [PATCH v6 1/3] PCI/ACPI: add a helper for retrieving _OSC Control DWORDs Vishal Verma
2022-04-13  7:36 ` [PATCH v6 2/3] PCI/ACPI: Prefer CXL _OSC instead of PCIe _OSC for CXL host bridges Vishal Verma
2022-04-13  7:36 ` [PATCH v6 3/3] PCI/ACPI: negotiate CXL _OSC Vishal Verma
2022-04-22 22:24 ` [PATCH v6 0/3] PCI/ACPI: add support for " Verma, Vishal L
2022-04-25 14:27   ` Rafael J. Wysocki [this message]
2022-04-25 18:13   ` Bjorn Helgaas
2022-04-25 18:16     ` Dan Williams
2022-04-25 18:17     ` Rafael J. Wysocki

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=b296758d-c2ab-05b9-1edf-b64476837d13@intel.com \
    --to=rafael.j.wysocki@intel.com \
    --cc=Jonathan.Cameron@Huawei.com \
    --cc=a.manzanares@samsung.com \
    --cc=bhelgaas@google.com \
    --cc=dan.j.williams@intel.com \
    --cc=dave@stgolabs.net \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-cxl@vger.kernel.org \
    --cc=robert.moore@intel.com \
    --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