From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 EF5632E92BA; Thu, 28 May 2026 02:27:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779935257; cv=none; b=Z2hau5TI43mbrwDcxhMh5xNKPBgkuTOagaGc8fBUBSs5YnbLqY0CmDytiDSrDMVkVFIrjXvbD4pvsY/vsOhNRGv58bUkCVE7moaaxKWrmpqpBg2+R4UaTf+E7SG7gVWLFT4nB5+HXZMoMnjsHC+jKKw7BvyMPOI1GBrGceFoDhc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779935257; c=relaxed/simple; bh=dmb/hy0IbR3i5uy+od9KVGCaLdQwxDjYmUf8Xfw96Zs=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=B/A6bF4nPlwqzlZFiU0LX3YvAW/ocHEsff7EkmeB/Dh2hTD9qLWEI/riYBQqUYjs8EuYOyDte/7ZnlZpg7ajh4copLLwlML/ZSl41VDAdvC5nHIIza5BIDzhp8IG+NnWOYCLAJ9ORW1HH6Lk81EPTjc9W/duKU7s17bEZsnrfwc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=FeFqvv5+; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="FeFqvv5+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DAA541F000E9; Thu, 28 May 2026 02:27:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779935256; bh=maTG8Js/fanjViCJFnZ1I6Y7ycF/UHkaEKk6SqwCkv8=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=FeFqvv5+1XoZxQyVyDc88Xza5pnNKMwixzq6SzQjVVNQIIDumTBQsdEO916B0+W9B ICFL7h5BF5TMogrURM/t0Yfm5BXEvFO2kDPw80xDqH0Y4H1TsBig6e323laNRFRZVP qcAOmNlOWIQdy4bsx0ixMJAElBjn4kmCkC2oKCet025LHNPzOPN5qJXNq7oa6QnEjj BazThnuN0PmMRatofV/X3tp3I4eSvwtblik9SXDsKN6LXk9qlvoTKci8JChjz3oj4Z npj4TeS0qCNOJEusyK9i7IyNDInQc0hsMcins814jbCjdoQI34UZuYhBqTqRvMaJi/ 3Wg/Futh/nSvQ== Date: Wed, 27 May 2026 19:27:35 -0700 From: Jakub Kicinski To: Long Li Cc: Konstantin Taranov , "David S . Miller" , Paolo Abeni , Eric Dumazet , Andrew Lunn , Jason Gunthorpe , Leon Romanovsky , Haiyang Zhang , "K . Y . Srinivasan" , Wei Liu , Dexuan Cui , shradhagupta@linux.microsoft.com, Simon Horman , netdev@vger.kernel.org, linux-rdma@vger.kernel.org, linux-hyperv@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v11 0/6] net: mana: Per-vPort EQ and MSI-X management Message-ID: <20260527192735.34a794cf@kernel.org> In-Reply-To: <20260523020258.1107742-1-longli@microsoft.com> References: <20260523020258.1107742-1-longli@microsoft.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 22 May 2026 19:02:50 -0700 Long Li wrote: > The following changes since commit 95fab46aea57d6d7b76b319341acbefe8a9293c8: > > Merge branch 'net-convert-atm-xdp-af_iucv-l2tp_ppp-rxrpc-tipc-to-getsockopt_iter' (2026-05-22 11:11:12 -0700) > > are available in the Git repository at: > > https://github.com/longlimsft/linux.git tags/mana-eq-msi-v11 > > for you to fetch changes up to a26d11135abba51e81ae8b9689e288718af95088: > > RDMA/mana_ib: Allocate interrupt contexts on EQs (2026-05-22 20:35:43 +0000) The branch is no good, it needs to be your patches applied on top of a commit already in Linus's tree. The current branch is on top of net-next, RDMA would have to pull in 100s of networking commits together with your changes.