Bjorn Helgaas wrote: > On Thu, Dec 05, 2024 at 02:24:14PM -0800, Dan Williams wrote: > > Given that the platform TSM owns IDE stream id allocation, report the > > active streams via the TSM class device. Establish a symlink from the > > class device to the PCI endpoint device consuming the stream, named by > > the stream id. > > s/stream id/Stream ID/ to match spec usage as a proper noun > > > +++ b/Documentation/ABI/testing/sysfs-class-tsm > > @@ -8,3 +8,13 @@ Description: > > signals when the PCI layer is able to support establishment of > > link encryption and other device-security features coordinated > > through the platform tsm. > > + > > +What: /sys/class/tsm/tsm0/streamN:DDDDD:BB:DD:F > > Typical formatting of domain is %04x, including in existing sysfs > docs. > Yup, got both of these fixed per comments on the last patch.