Re: [PATCH v5 7/7] PCI: Create helper to print TLP Header and Prefix Log

2024-09-02 Thread Bjorn Helgaas
On Mon, Sep 02, 2024 at 08:20:41PM +0300, Ilpo Järvinen wrote: > On Fri, 30 Aug 2024, Bjorn Helgaas wrote: > > > On Tue, May 14, 2024 at 02:31:09PM +0300, Ilpo Järvinen wrote: > > > Add pcie_print_tlp_log() helper to print TLP Header and Prefix Log. > > > Print End-End Prefixes only if they are no

Re: [PATCH v5 7/7] PCI: Create helper to print TLP Header and Prefix Log

2024-09-02 Thread Ilpo Järvinen
On Fri, 30 Aug 2024, Bjorn Helgaas wrote: > On Tue, May 14, 2024 at 02:31:09PM +0300, Ilpo Järvinen wrote: > > Add pcie_print_tlp_log() helper to print TLP Header and Prefix Log. > > Print End-End Prefixes only if they are non-zero. > > > > Consolidate the few places which currently print TLP usi

Re: [PATCH v5 7/7] PCI: Create helper to print TLP Header and Prefix Log

2024-08-30 Thread Bjorn Helgaas
On Tue, May 14, 2024 at 02:31:09PM +0300, Ilpo Järvinen wrote: > Add pcie_print_tlp_log() helper to print TLP Header and Prefix Log. > Print End-End Prefixes only if they are non-zero. > > Consolidate the few places which currently print TLP using custom > formatting. > > The first attempt used p

[PATCH v5 7/7] PCI: Create helper to print TLP Header and Prefix Log

2024-05-14 Thread Ilpo Järvinen
Add pcie_print_tlp_log() helper to print TLP Header and Prefix Log. Print End-End Prefixes only if they are non-zero. Consolidate the few places which currently print TLP using custom formatting. The first attempt used pr_cont() instead of building a string first but it turns out pr_cont() is not