From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <1520930375.20980.213.camel@gmail.com> Subject: Re: [PATCH V3 0/4] genirq/affinity: irq vector spread among online CPUs as far as possible From: Artem Bityutskiy Reply-To: dedekind1@gmail.com To: Ming Lei Cc: Dou Liyang , Thomas Gleixner , Jens Axboe , Christoph Hellwig , linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, Laurence Oberman , "Rafael J. Wysocki" Date: Tue, 13 Mar 2018 10:39:35 +0200 In-Reply-To: <20180313083535.GA21612@ming.t460p> References: <20180308105358.1506-1-ming.lei@redhat.com> <1520515113.20980.31.camel@gmail.com> <20180308133440.GA2713@ming.t460p> <20180309012458.GD5228@ming.t460p> <20180309120833.GB30257@ming.t460p> <5e5f3852-5314-c479-245e-d0a575e533a5@cn.fujitsu.com> <1520926721.20980.210.camel@gmail.com> <20180313083535.GA21612@ming.t460p> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-ID: On Tue, 2018-03-13 at 16:35 +0800, Ming Lei wrote: > Then looks this issue need to fix by making possible CPU count > accurate > because there are other resources allocated according to > num_possible_cpus(), > such as percpu variables. Short term the regression should be fixed. It is already v4.16-rc6, we have little time left. Longer term, yeah, I agree. Kernel's notion of possible CPU count should be realistic. Artem.