Re: [PATCH 00/14] Cleanup PCI(e) drivers

2023-08-24 Thread Adam Hassick
Recheck-request: iol-sample-apps-testing This is a test of the retesting system, please ignore this email. On Thu, Aug 3, 2023 at 3:50 AM David Marchand wrote: > Rather than rely on Linux headers to find some PCI(e) standard constants > or reinvent the same PCI capability helper, this series co

Re: [PATCH 00/14] Cleanup PCI(e) drivers

2023-08-22 Thread Adam Hassick
Recheck-request: iol-sample-apps-testing, This is a test email of the retesting framework, please ignore. On Thu, Aug 3, 2023 at 3:50 AM David Marchand wrote: > Rather than rely on Linux headers to find some PCI(e) standard constants > or reinvent the same PCI capability helper, this series com

Re: [PATCH 00/14] Cleanup PCI(e) drivers

2023-08-22 Thread Adam Hassick
Recheck-request: iol-sample-apps-testing This is a test email of the retesting framework, please ignore. Testing the behavior of replying to a superseded patch. On Thu, Aug 3, 2023 at 3:50 AM David Marchand wrote: > Rather than rely on Linux headers to find some PCI(e) standard constants > or r

Re: [PATCH 00/14] Cleanup PCI(e) drivers

2023-08-03 Thread Bruce Richardson
On Thu, Aug 03, 2023 at 09:50:23AM +0200, David Marchand wrote: > Rather than rely on Linux headers to find some PCI(e) standard constants > or reinvent the same PCI capability helper, this series complements the > pci library and the pci bus driver. > PCI drivers can then use OS agnostic macros an

[PATCH 00/14] Cleanup PCI(e) drivers

2023-08-03 Thread David Marchand
Rather than rely on Linux headers to find some PCI(e) standard constants or reinvent the same PCI capability helper, this series complements the pci library and the pci bus driver. PCI drivers can then use OS agnostic macros and helpers. WARNING: this is only compile tested. -- David Marchand D