All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH 0/4] PCI: Consolidate TLP Log reading and printing
@ 2024-02-06 13:57 ` Ilpo Järvinen
  0 siblings, 0 replies; 32+ messages in thread
From: Ilpo Järvinen @ 2024-02-06 13:57 UTC (permalink / raw)
  To: linux-pci, Bjorn Helgaas, Jesse Brandeburg, intel-wired-lan,
	Tony Nguyen
  Cc: Oliver O'Halloran, linux-efi, Tony Luck, netdev, linux-kernel,
	David S. Miller, Eric Dumazet, Paolo Abeni, Borislav Petkov,
	Ilpo Järvinen, Jakub Kicinski, Mahesh J Salgaonkar,
	linuxppc-dev, Ard Biesheuvel, linux-edac

This series consolidates AER & DPC TLP Log handling code. Helpers are
added for reading and printing the TLP Log and the format is made to
include E-E Prefixes in both cases (previously only one DPC RP PIO
displayed the E-E Prefixes).

I'd appreciate if people familiar with ixgbe could check the error
handling conversion within the driver is correct.

Ilpo Järvinen (4):
  PCI/AER: Cleanup register variable
  PCI: Generalize TLP Header Log reading
  PCI: Add TLP Prefix reading into pcie_read_tlp_log()
  PCI: Create helper to print TLP Header and Prefix Log

 drivers/firmware/efi/cper.c                   |  4 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 39 +++------
 drivers/pci/ats.c                             |  2 +-
 drivers/pci/pci.c                             | 79 +++++++++++++++++++
 drivers/pci/pci.h                             |  2 +-
 drivers/pci/pcie/aer.c                        | 28 ++-----
 drivers/pci/pcie/dpc.c                        | 31 ++++----
 drivers/pci/probe.c                           | 14 ++--
 include/linux/aer.h                           | 16 ++--
 include/linux/pci.h                           |  2 +-
 include/ras/ras_event.h                       | 10 +--
 include/uapi/linux/pci_regs.h                 |  2 +
 12 files changed, 145 insertions(+), 84 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2024-03-22 19:30 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-06 13:57 [Intel-wired-lan] [PATCH 0/4] PCI: Consolidate TLP Log reading and printing Ilpo Järvinen
2024-02-06 13:57 ` Ilpo Järvinen
2024-02-06 13:57 ` Ilpo Järvinen
2024-02-06 13:57 ` [Intel-wired-lan] [PATCH 1/4] PCI/AER: Cleanup register variable Ilpo Järvinen
2024-02-06 13:57   ` Ilpo Järvinen
2024-02-06 13:57   ` Ilpo Järvinen
2024-02-06 13:57 ` [Intel-wired-lan] [PATCH 2/4] PCI: Generalize TLP Header Log reading Ilpo Järvinen
2024-02-06 13:57   ` Ilpo Järvinen
2024-03-14 17:16   ` [Intel-wired-lan] " Bjorn Helgaas
2024-03-14 17:16     ` Bjorn Helgaas
2024-03-14 17:16     ` Bjorn Helgaas
2024-02-06 13:57 ` [Intel-wired-lan] [PATCH 3/4] PCI: Add TLP Prefix reading into pcie_read_tlp_log() Ilpo Järvinen
2024-02-06 13:57   ` Ilpo Järvinen
2024-02-06 13:57   ` Ilpo Järvinen
2024-03-22 19:30   ` [Intel-wired-lan] " Bjorn Helgaas
2024-03-22 19:30     ` Bjorn Helgaas
2024-03-22 19:30     ` Bjorn Helgaas
2024-02-06 13:57 ` [Intel-wired-lan] [PATCH 4/4] PCI: Create helper to print TLP Header and Prefix Log Ilpo Järvinen
2024-02-06 13:57   ` Ilpo Järvinen
2024-02-06 13:57   ` Ilpo Järvinen
2024-02-07 11:50 ` [Intel-wired-lan] [PATCH 0/4] PCI: Consolidate TLP Log reading and printing Ilpo Järvinen
2024-02-07 11:50   ` Ilpo Järvinen
2024-02-07 11:50   ` Ilpo Järvinen
2024-03-08 21:31 ` [Intel-wired-lan] " Bjorn Helgaas
2024-03-08 21:31   ` Bjorn Helgaas
2024-03-08 21:31   ` Bjorn Helgaas
2024-03-11 11:34   ` [Intel-wired-lan] " Ilpo Järvinen
2024-03-11 11:34     ` Ilpo Järvinen
2024-03-11 11:34     ` Ilpo Järvinen
2024-03-22 14:16     ` [Intel-wired-lan] " Ilpo Järvinen
2024-03-22 14:16       ` Ilpo Järvinen
2024-03-22 14:16       ` Ilpo Järvinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.