Re: [PATCH v2] PCI/DOE: Expose the DOE protocols via sysfs

From: Lukas Wunner
Date: Fri Aug 04 2023 - 12:05:55 EST


On Fri, Aug 04, 2023 at 11:17:59AM -0400, Alistair Francis wrote:
> On Wed, Aug 2, 2023 at 6:52???PM Lukas Wunner <lukas@xxxxxxxxx> wrote:
> > I kind of like the approach of exposing a list which can be grep'ed,
> > even though it may go against the rule of having just one datum per
> > attribute. I'd prefer a representation that's human-readable though,
> > e.g. "0001:01" for CMA-SPDM.
>
> Yeah, it's my preferred method as well, but it's not going to be
> accepted upstream

How about procfs instead of sysfs?

No "single datum per file" rule over there.
PCI content goes into /proc/bus/pci/.
Already used by lspci to access config space.

Thanks,

Lukas