Re: [PATCH v2 0/2] PCI: Add support for logging Flit Mode TLPs (PCIe6)
From: Bjorn Helgaas <helgaas@kernel.org>
Date: 2025-02-21 23:36:42
Also in:
linux-edac, linux-pci, lkml
From: Bjorn Helgaas <helgaas@kernel.org>
Date: 2025-02-21 23:36:42
Also in:
linux-edac, linux-pci, lkml
On Fri, Feb 07, 2025 at 06:18:34PM +0200, Ilpo Järvinen wrote:
This series adds support for Flit Mode (PCIe6). v2: - Rebased Ilpo Järvinen (2): PCI: Track Flit Mode Status & print it with link status PCI: Handle TLP Log in Flit mode drivers/pci/hotplug/pciehp_hpc.c | 5 +-- drivers/pci/pci.c | 12 ++++--- drivers/pci/pci.h | 6 ++-- drivers/pci/pcie/aer.c | 1 + drivers/pci/pcie/dpc.c | 18 ++++++++-- drivers/pci/pcie/tlp.c | 56 ++++++++++++++++++++++---------- drivers/pci/probe.c | 5 +-- include/linux/aer.h | 12 +++++-- include/linux/pci.h | 1 + include/ras/ras_event.h | 12 +++---- include/uapi/linux/pci_regs.h | 6 +++- 11 files changed, 94 insertions(+), 40 deletions(-)
Applied to pci/aer for v6.15, thanks!