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 E8F25E7C4E2 for ; Wed, 4 Oct 2023 17:19:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233674AbjJDRTu (ORCPT ); Wed, 4 Oct 2023 13:19:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51068 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232779AbjJDRTs (ORCPT ); Wed, 4 Oct 2023 13:19:48 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 608C8B8; Wed, 4 Oct 2023 10:19:44 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1E8EEC433C9; Wed, 4 Oct 2023 17:19:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696439984; bh=gAEn4eId1x0ecJC5aSVKxPnIT1WkxCZer2buCoCNdH8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=UqXPKV9aw3sQ2ReXHrJZtAn10tcSHUsRGhUwG7zyuBx/2+iTVaM4Fr2SYz04NvYK8 Swd3oKvd6VYBi5FS0qu/+Eq0cXWkTpq4v1ODhGwMB6QDdrTlQuE4zk1Gg/Aatu7Ayf rmFrOzKgh3PPacx/KUrymD+2V7uP8lyxfWr1aiW7Zr84cMfAEE2RMphVKjNMdSOFWS jqASNYltO1zLHO/250Hg9AwPB9YoDIOTi9CK+T+v5fZvolyZ82NC5XXkPXm//IxKew XD0wuwBRELjcLOaZAkMGIZH76bTcemVf5Ld/Tkq96T9eKTc+Zf+uskXcP6s8G8PcMe ORq9tq8wH2DFQ== Date: Wed, 4 Oct 2023 10:19:42 -0700 From: Jakub Kicinski To: Yury Norov , Saeed Mahameed Cc: Paolo Abeni , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-rdma@vger.kernel.org, Tariq Toukan , Valentin Schneider , Maher Sanalla , Ingo Molnar , Mel Gorman , Leon Romanovsky , "David S. Miller" , Eric Dumazet , Peter Zijlstra , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Daniel Bristot de Oliveira , Pawel Chmielewski , Jacob Keller , Yury Norov Subject: Re: [PATCH 1/4] net: mellanox: drop mlx5_cpumask_default_spread() Message-ID: <20231004101942.11feab87@kernel.org> In-Reply-To: References: <20230925020528.777578-1-yury.norov@gmail.com> <20230925020528.777578-2-yury.norov@gmail.com> <2fd12c42d3dd60b2e9b56e9f7dd37d5f994fd9ac.camel@redhat.com> <20231003152030.6615437c@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 Tue, 3 Oct 2023 18:31:28 -0700 Yury Norov wrote: > > We're half way thru the release cycle the conflicts can still come in. > > > > There's no dependency for the first patch. The most normal way to > > handle this would be to send patch 1 to the networking tree and send > > the rest in the subsequent merge window. > > Ah, I understand now. I didn't plan to move it in current merge > window. In fact, I'll be more comfortable to keep it in -next for > longer and merge it in v6.7. > > But it's up to you. If you think it's better, I can resend 1st patch > separately. Let's see if Saeed can help us. Saeed, could you pick up patch 1 from this series for the mlx5 tree?