]> git.ipfire.org Git - thirdparty/pciutils.git/commit
pciutils: Add decode support for RCECs
authorSean V Kelley <sean.v.kelley@linux.intel.com>
Wed, 24 Jun 2020 22:39:40 +0000 (15:39 -0700)
committerMartin Mares <mj@ucw.cz>
Wed, 2 Sep 2020 08:40:22 +0000 (10:40 +0200)
commite12bd01eea67ca8cf539263124843ba281eb6ecc
tree80940e8b03baba2af3299be7cef05f061141a801
parentb82e2393babab6467f40be2ff3fa94582260f104
pciutils: Add decode support for RCECs

Root Complex Event Collectors provide support for terminating error
and PME messages from RCiEPs.  This patch provides basic decoding for
the lspci RCEC Endpoint Association Extended Capability. See PCIe 5.0-1,
sec 7.9.10 for further details.

Suggested-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Sean V Kelley <sean.v.kelley@linux.intel.com>
lib/header.h
ls-ecaps.c
setpci.c
tests/cap-rcec [new file with mode: 0644]