On 10/3/2018 4:14 PM, Sagi Grimberg wrote: > >> Can we please make forward progress on this? >> >> Christoph, Sagi: it seems you think /proc/irq/$IRP/smp_affinity >> shouldn't be allowed if drivers support managed affinity. Is that >> correct? >> >> Perhaps that can be codified and be a way forward? IE: Somehow allow >> the admin to choose either "managed by the driver/ulps" or "managed by >> the system admin directly"? >> >> Or just use Sagi's patch. Perhaps a WARN_ONCE() if the affinity looks >> wonked when set via procfs? Just thinking out loud... > > I think we should take my patch. While ideally we'd like to have > perfect linear irq based queue mapping, people apparently really like > to modify devices irq affinity. With this, at least some of the queues > are assigned according to the device affinity. Its not ideal, but at > least better than blindly falling to default mapping. > > Christoph? > > If there is strong resistance to the patch we should at least start > by falling to the default mapping unconditionally. Perhaps we should still add a WARN_ONCE if we don't get a linear mapping? IE admins are now tweaking this because in the past the default affinity could hurt performance, and adjusting it via procfs was the answer. But now we're making the devices and ULPs smarter, so we should maybe let the admin know when we think the ideal affinity is not being achieved. Steve.