On Fri, Jan 11, 2019 at 7:59 AM Keith Busch <keith.busch@xxxxxxxxx> wrote: > > On Fri, Jan 11, 2019 at 11:32:38AM +0000, Jonathan Cameron wrote: > > On Thu, 10 Jan 2019 10:30:17 -0700 > > Keith Busch <keith.busch@xxxxxxxxx> wrote: > > > I am not aware of a real platform that has an initiator-target pair with > > > better latency but worse bandwidth than any different initiator paired to > > > the same target. If such a thing exists and a subsystem wants to report > > > that, you can register any arbitrary number of groups or classes and > > > rank them according to how you want them presented. > > > > > > > It's certainly possible if you are trading off against pin count by going > > out of the soc on a serial bus for some large SCM pool and also have a local > > SCM pool on a ddr 'like' bus or just ddr on fairly small number of channels > > (because some one didn't put memory on all of them). > > We will see this fairly soon in production parts. > > > > So need an 'ordering' choice for this circumstance that is predictable. > > As long as the reported memory target access attributes are accurate for > the initiator nodes listed under an access class, I'm not sure that it > matters what order you use. All the information needed to make a choice > on which pair to use is available, and the order is just an implementation > specific decision. Agree with Keith. If the performance is differentiated it will be in a separate class. A hierarchy of classes is not enforced by the interface, but it tries to advertise some semblance of the "best" initiator pairing for a given target by default with the flexibility to go more complex if the situation arises. As was seen in the SCSI specification efforts to advertise all manner of cache hinting the kernel community discovered that only a small fraction of what hardware vendors thought mattered actually demonstrated value in practice. That experience is instructive that the kernel interfaces for hardware performance hints should prioritize what makes sense for the kernel and applications generally, not necessarily every conceivable performance detail that a hardware platform chooses to expose, or niche applications might consume.