From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3996D1E3DF7 for ; Tue, 17 Dec 2024 23:23:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734477830; cv=none; b=je9Xi861oqY0/0HPJyoZdcd3hLPqMAwerkjoOwtE4eRXjj4K8JtUUT7jTlnQcCxHcX0OOCXVvlFpIgCd2qGJVzbR6DThWXX8mjHNPuMDsT/ufUsCOaXbL+tagIiLuEnw3kuyxSMDIbUceV3LllzIAxAmEcuRfO3Lp+CljFTNdhM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734477830; c=relaxed/simple; bh=KxhTgdu5ZsSkETktccdzL/+ECpVTBzewsICNPUoDVGU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=VMXYhToc5wzblshvnPEicEbBWCJ/T5TNz7prL5Rcc361dBANv3j5sON6wbayHxyVKgnCvK8FYHKv/AH39xJfkY5/MRj3ueqDnLENpB/82IBfc3fUlD8zn4xpu7ERzkZAdQiU4sNoVhxhNZ3IM3pQooG117oyhnzww0Dj0PgxGy0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rV1ksxFg; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="rV1ksxFg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 981EEC4CED3; Tue, 17 Dec 2024 23:23:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1734477829; bh=KxhTgdu5ZsSkETktccdzL/+ECpVTBzewsICNPUoDVGU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rV1ksxFg5EIbvFSHC/wSU+vURD1ojr/mTGeQix5ln0ssT7KYClUz7yPXxjBYcrvB+ KwqZv0WdPcXuHKZc4KdKc7gyAX3mm9TzdHqIuWhS4xVwGMS6JfoATi6CwWPB/XlfO9 iTf3NoBbeFU4C4FiUNpNSWO578Ldl7sJ+SfjHdCYLwZ5iFpzkvfqH7guNEXj9UH1fn foFqqKgt+p2h4p51mLNauwX6gh/xrabrNhRvE33VGaHwYkC9bAoB9e30GC4l8flIC0 TSbpPyF5eCgt00Lta0Z3i+tfxNmUGKWJrDmnxLHRpMyfYMvoMAk8XHnmUWmfvpMQaf hhyo8u8D5kSRA== Date: Tue, 17 Dec 2024 13:23:48 -1000 From: Tejun Heo To: Andrea Righi Cc: David Vernet , Changwoo Min , Yury Norov , Ingo Molnar , Peter Zijlstra , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Mel Gorman , Valentin Schneider , linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/6] sched_ext: Introduce per-node idle cpumasks Message-ID: References: <20241217094156.577262-1-arighi@nvidia.com> <20241217094156.577262-4-arighi@nvidia.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241217094156.577262-4-arighi@nvidia.com> Also, can you split out a prep patch? The patch is rather big and there are a couple changes which can be separated out (e.g. check_builtin_idle_enabled() and assign_cpu() changes. Thanks. -- tejun