From: Sean V Kelley <sean.v.kelley@linux.intel.com>
To: mj@ucw.cz, bhelgaas@google.com
Cc: linux-pci@vger.kernel.org, f.fangjian@huawei.com,
huangdaode@hisilicon.com,
Sean V Kelley <sean.v.kelley@linux.intel.com>
Subject: [PATCH v7 0/2] pciutils: Add basic decode support for CXL DVSEC
Date: Mon, 11 May 2020 10:46:16 -0700 [thread overview]
Message-ID: <20200511174618.10589-1-sean.v.kelley@linux.intel.com> (raw)
Changes since v6 [1]:
- The CXL Vendor ID assigned by the PCI SIG is 1e98h and replaces the 8086h
value used in the CXL rev1.1 and prior specifications.
(Errata CXL 1.1 sec E27)
[1] https://lore.kernel.org/linux-pci/20200420221444.2641935-1-sean.v.kelley@linux.intel.com/
This patch series adds support for basic lspci decode of Compute eXpress Link,
a new CPU interconnect building upon PCIe. As a foundation for the CXL
support it adds separate Designated Vendor-Specific Capability (DVSEC) defines
and a cap function so as to align with PCIe r5.0, sec 7.9.6.2 terms and
provide available details. It makes use of the DVSEC Vendor ID and DVSEC ID so as
to identify a CXL capable device.
DocLink: https://www.computeexpresslink.org/
Sean V Kelley (2):
pciutils: Decode available DVSEC details
pciutils: Decode Compute eXpress Link DVSEC
lib/header.h | 25 ++++
ls-ecaps.c | 79 +++++++++-
tests/cap-dvsec | 340 ++++++++++++++++++++++++++++++++++++++++++++
tests/cap-dvsec-cxl | 340 ++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 783 insertions(+), 1 deletion(-)
create mode 100644 tests/cap-dvsec
create mode 100644 tests/cap-dvsec-cxl
--
2.26.2
next reply other threads:[~2020-05-11 17:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-11 17:46 Sean V Kelley [this message]
2020-05-11 17:46 ` [PATCH v7 1/2] pciutils: Decode available DVSEC details Sean V Kelley
2020-05-11 17:46 ` [PATCH v7 2/2] pciutils: Decode Compute eXpress Link DVSEC Sean V Kelley
2020-05-25 10:37 ` [PATCH v7 0/2] pciutils: Add basic decode support for CXL DVSEC Martin Mareš
2020-05-26 20:23 ` Sean V Kelley
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=20200511174618.10589-1-sean.v.kelley@linux.intel.com \
--to=sean.v.kelley@linux.intel.com \
--cc=bhelgaas@google.com \
--cc=f.fangjian@huawei.com \
--cc=huangdaode@hisilicon.com \
--cc=linux-pci@vger.kernel.org \
--cc=mj@ucw.cz \
/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