Re: [RFC PATCH 0/12] drm/fabric: vendor-neutral topology infrastructure for scale-up accelerator interconnects
From: Leon Romanovsky
Date: Thu Aug 27 2026 - 13:14:17 EST
On Wed, Aug 26, 2026 at 06:38:58PM +0300, Konstantin Sinyuk wrote:
> On Wed, Aug 26, 2026 at 12:32:22PM +0300, Leon Romanovsky wrote:
> > Tell your AI that this is not how things work in the real world. The chances
> > of multiple hardware implementations fitting a software model designed
> > without considering the actual hardware are effectively zero. This is why
> > successful subsystems have emerged from consolidating support for multiple
> > existing hardware implementations.
>
> Fair point. The simulator validates the implementation, not whether the
> abstraction fits real hardware.
>
> The model was shaped by the public amdgpu xGMI implementation, and the
> cover letter asks AMD whether it covers their requirements. It still
> needs validation against production implementations, and the read-only
> milestone will not be proposed for merge without a production provider.
> I will fix the wording in the next revision.
The wording alone is not sufficient. Your proposal should be backed by
real devices representing different architectures from different
vendors.
The current proposal is based on a single implementation, which is
unlikely to be ported to this new framework in the foreseeable future.
The amdgpu xGMI implementation already exposes the required UAPI through
sysfs and would need very strong incentives to abandon its "legacy"
users in favor of this new netlink interface.
The last new subsystem I am aware of was introduced with implementations
from three different vendors to demonstrate its robustness. You should
probably aim for a similar level of coverage here.
Thanks
>
> Thanks,
> Konstantin.