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 1753C199235; Sun, 16 Feb 2025 16:12:17 +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=1739722338; cv=none; b=sl7OzX+oECQPjkitgvugDza1sjf04Q6mWjG8cEJWY0plWxzQNZsCVXwVo+WpRV0011OP8OLaKOPLJr6cw0O0TT9RWeuHq6U6E0I5yp3X1pmdQ39J+COrYB8saGwr72MD0hjcOARHPYov0+0yUHycZzHDoiLRcHnRdQvXnV3achs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739722338; c=relaxed/simple; bh=yU02kLPhiph18VfZl5bH8UyNE2t5wWEzf2d/AeDMaio=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=DoOnstVYIAvdnodhTXZrKoEBuaRmSp19Se7qCF2J6hi73+Jfqi00DVFxcH1dBs1whIIgU/GEBenFq5vi+G21pHr/mxqGaTowzyzSJLh444I+gAMMPTB3gNkufDAn0rtiKt0oMhtfoWdHLWxcMmQJOM4M7BwAlnpOqYj1d2p7hkE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=IuTJ6viE; 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="IuTJ6viE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DAA2BC4CEDD; Sun, 16 Feb 2025 16:12:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739722337; bh=yU02kLPhiph18VfZl5bH8UyNE2t5wWEzf2d/AeDMaio=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IuTJ6viELCfFlsAkxOMQ1XNY67MbOH2WIdgkqbKq4oWy4fn2k/wYM9UZYKJ1PVz0Y O/KjlYmq3wY8cLWLrCQkHauN2+EOrY0sPqTvKZUHpiPOZ1dM3xX1UkS8hUaGqx+l8+ y7RAak0ibg6jgbYnGpOPhaOSOdFbhCQnwwvdstKYvQJtG8RDJ1wAoTcR9Ves22KNZJ aSjtvOxqBNS1RBafMa2YyYW3ZNMqkvaMhKExZnv+Ff1Smz1YGMuDm5oIccChRjJ7MA QvIkhq5v4WIPaje6T3PiaCA33TOcI9+MAbdylG2Ter1q/58Zp3hTjVHAdp2iJDN5sh Fz/gkZ/cgn93A== Date: Sun, 16 Feb 2025 06:12:16 -1000 From: Tejun Heo To: Yury Norov Cc: Andrea Righi , David Vernet , Changwoo Min , Ingo Molnar , Peter Zijlstra , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Mel Gorman , Valentin Schneider , Joel Fernandes , Ian May , bpf@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/8] sched/topology: Introduce for_each_node_numadist() iterator Message-ID: References: <20250214194134.658939-1-arighi@nvidia.com> <20250214194134.658939-5-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: On Fri, Feb 14, 2025 at 04:30:50PM -0500, Yury Norov wrote: > On Fri, Feb 14, 2025 at 11:29:03AM -1000, Tejun Heo wrote: > > Hello, > > > > On Fri, Feb 14, 2025 at 04:16:53PM -0500, Yury Norov wrote: > > > > Suggested-by: Yury Norov [NVIDIA] > > > > Signed-off-by: Andrea Righi > > > > > > Acked-by: Yury Norov [NVIDIA] > > > > Yury, how do you want to route the topology updates? Do they usually go > > through tip? > > Can you take it with the rest of the series? I can move it with my > branch if you prefer. Will route it through sched_ext. Thanks. -- tejun