Re: [PATCH V6 0/2] genriq/affinity: Make vectors allocation fair

2019-08-25 Thread Thomas Gleixner
On Sun, 25 Aug 2019, Ming Lei wrote: > On Mon, Aug 19, 2019 at 08:49:35PM +0800, Ming Lei wrote: > > Hi Thomas, > > Gentle ping on the two patches. In my queue

Re: [PATCH V6 0/2] genriq/affinity: Make vectors allocation fair

2019-08-25 Thread Ming Lei
On Mon, Aug 19, 2019 at 08:49:35PM +0800, Ming Lei wrote: > Hi Thomas, > > The 1st patch makes __irq_build_affinity_masks() more reliable, such as, > all nodes can be covered in the spread. > > The 2nd patch spread vectors on node according to the ratio of this node's > CPU number to number of al

[PATCH V6 0/2] genriq/affinity: Make vectors allocation fair

2019-08-19 Thread Ming Lei
Hi Thomas, The 1st patch makes __irq_build_affinity_masks() more reliable, such as, all nodes can be covered in the spread. The 2nd 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