On Wed, Jun 15, 2016 at 12:42:53PM +0200, Bart Van Assche wrote:
If two identical adapters are present in a system, will these generate the
same irq_affinity mask? Do you agree that interrupt vectors from different
adapters should be assigned to different CPU cores if enough CPU cores are
available? If so, which software layer will assign interrupt vectors from
different adapters to different CPU cores?
I think the idea is have the irq_affinity mask match the CPU mapping on
the submission side context associated with that particular vector. If
two identical adapters generate the same submission CPU mapping, I don't
think we can do better than matching irq_affinity masks.