From mboxrd@z Thu Jan 1 00:00:00 1970 From: ming.lei@redhat.com (Ming Lei) Date: Tue, 13 Aug 2019 16:14:44 +0800 Subject: [PATCH V3 0/3] genriq/affinity: Make vectors allocation fair Message-ID: <20190813081447.1396-1-ming.lei@redhat.com> Hi, The 1st patch enhances one warning check. The 2nd patch makes __irq_build_affinity_masks() more reliable, such as, all nodes can be covered in the spread. The 3rd patch spread vectors on node according to the ratio of this node's CPU number to number of all remaining CPUs, then vectors assignment can become more fair. Meantime, the warning report from Jon Derrick can be fixed. Please review & comment! V3: - re-order the patchset - add helper of irq_spread_vectors_on_node() - handle vector spread correctly in case that numvecs is > ncpus - return -ENOMEM to API's caller V2: - add patch3 - start to allocate vectors from node with minimized CPU number, then every node is guaranteed to be allocated at least one vector. - avoid cross node spread Ming Lei (3): genirq/affinity: Enhance warning check genirq/affinity: Improve __irq_build_affinity_masks() genirq/affinity: Spread vectors on node according to nr_cpu ratio kernel/irq/affinity.c | 191 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 158 insertions(+), 33 deletions(-) Cc: Jens Axboe Cc: Christoph Hellwig Cc: Keith Busch Cc: linux-nvme at lists.infradead.org, Cc: Jon Derrick -- 2.20.1