From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F17AAC77B7A for ; Wed, 31 May 2023 17:36:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229920AbjEaRge (ORCPT ); Wed, 31 May 2023 13:36:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229473AbjEaRgc (ORCPT ); Wed, 31 May 2023 13:36:32 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7CD39B3; Wed, 31 May 2023 10:36:31 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0ED4361A73; Wed, 31 May 2023 17:36:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4D784C433EF; Wed, 31 May 2023 17:36:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685554590; bh=E8/YrOVgNR27N0LkHElCkB5l3t4vUakB9HVli2Uhyk8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=dK17t+nJ0crlmubD6XgSS92BjlxVMZTu1MaTCNz6EyMwY6zLP3WQY6xoeEQChYAMC TMMbCEbGLJ86ZGXeJJFpegziok+jD1IQxQGsY1jR05yzKsYLp6xaMyoFyUyv/AFjP2 rilSLr8D4odkK/IQBoVtKLOvev5q6N87+tP6hSCueozbKF5yN+KRH/H5acFghGnb41 F+WvRsSYYSITV5EzLnqV1OIR0aCQhc5wJEAVtyqsa/4K61T1i7bRY0n7QZ/t5V1LGZ nBnq5HztyV3M9RG8CPr5Sly87e5RLxrPsPmyDcCOQcBK3zlaUfduvrIrgANnQEzRE0 k/3whNwouFsWg== Date: Wed, 31 May 2023 10:36:28 -0700 From: Jakub Kicinski To: Yury Norov Cc: netdev@vger.kernel.org, linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org, Saeed Mahameed , Pawel Chmielewski , Leon Romanovsky , "David S. Miller" , Eric Dumazet , Paolo Abeni , Andy Shevchenko , Rasmus Villemoes , Ingo Molnar , Peter Zijlstra , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Mel Gorman , Daniel Bristot de Oliveira , Valentin Schneider , Tariq Toukan , Gal Pressman , Greg Kroah-Hartman , Heiko Carstens , Barry Song Subject: Re: [PATCH v2 0/8] sched/topology: add for_each_numa_cpu() macro Message-ID: <20230531103628.7191e129@kernel.org> In-Reply-To: References: <20230430171809.124686-1-yury.norov@gmail.com> <20230531100125.39d73e1d@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 31 May 2023 10:08:58 -0700 Yury Norov wrote: > On Wed, May 31, 2023 at 10:01:25AM -0700, Jakub Kicinski wrote: > > On Wed, 31 May 2023 08:43:46 -0700 Yury Norov wrote: > > > Now that the series reviewed, can you consider taking it in sched > > > tree? > > > > Do you mean someone else or did you mean the net-next tree? > > Sorry, net-next. I'm a bit of a coward. I don't trust my ability to judge this code, and it seems Linus has opinions about it :( The mlx5 patch looks like a small refactoring which can wait until 6.6. I don't feel like net-next is the best path downstream for this series :(