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 5FDF9383C7D; Thu, 26 Mar 2026 17:20:04 +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=1774545604; cv=none; b=FhyOGC05QRFRh+iZmv/hDVHRd7OZJueRi6YpDOYVkqZ2BJmhiBrz3fd99dvVfZPfBPRjBiKQYpHBGXEbqA7+O6Hyy1GoCm3xHiB6UICX+yYA4OYQoJqSj9RstoMIAFO4zdDxBcfFGPcv5yjkQZ+oCSGskJRQ8mVdnwz6o1PocYg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774545604; c=relaxed/simple; bh=BZy5v8NRMmYUEl/F2sHfWpEGo0czvNMsmGpyVhXQ+5o=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pCGxYs9AnBgXgmtbU0977ydF0h2Mf5Y7GCskSifAqAII3LKz7+jnj0oV8gyxJkn9Kmuv1PeKfMOt+pFZChyTcga2ehYVkF39Oykwg2AMQPuQKJVZu4kNdErS38xrepXJYoZi4edTV9ljKI6aaw/RPoeHUSGMfgguhApcFX21LnY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Gd2flJKY; 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="Gd2flJKY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B2F0DC116C6; Thu, 26 Mar 2026 17:20:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774545603; bh=BZy5v8NRMmYUEl/F2sHfWpEGo0czvNMsmGpyVhXQ+5o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Gd2flJKYm45rbE3fu9OJfeR5/UoDNbG1jTK0Bg/GkdELYLB9isfbUPfti+PfXMFZq RZycIip8beJG+J8qROnWq5P1yrWme2TlT2rDVBjq8q+1+T/p+zUQdhzQUq+nClkCLe v6SOHHp1542L/urbXmKMzMJqUv+ewksEige4gY+69uxA2P8aHAlr0a/gArkP0zorK7 elXWUJVyub275ZX2deTSAuzW4x5lxSRzeZ8e8LCh642fZ0O/W6yDmIbFrucp6BLwlf /lwGjaDy1vvfnCXCtR9luRuR2nDwXgGiw3tBUWzKOQhgTeT1zoVRd3DvHmNyM9aU0F KBqdPvv1+01DQ== Date: Thu, 26 Mar 2026 17:19:58 +0000 From: Simon Horman To: Long Li Cc: Konstantin Taranov , Jakub Kicinski , "David S . Miller" , Paolo Abeni , Eric Dumazet , Andrew Lunn , Jason Gunthorpe , Leon Romanovsky , Haiyang Zhang , KY Srinivasan , Wei Liu , Dexuan Cui , "netdev@vger.kernel.org" , "linux-rdma@vger.kernel.org" , "linux-hyperv@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [EXTERNAL] Re: [PATCH net-next v5 0/6] net: mana: Per-vPort EQ and MSI-X interrupt management Message-ID: <20260326171958.GP111839@horms.kernel.org> References: <20260323195952.1767304-1-longli@microsoft.com> <20260325165646.GH111839@horms.kernel.org> 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-Disposition: inline In-Reply-To: On Wed, Mar 25, 2026 at 08:47:35PM +0000, Long Li wrote: > > > On Mon, Mar 23, 2026 at 12:59:46PM -0700, Long Li wrote: ... > > Hi Simon, > > > > This patch set should apply after this patch: (which is also pending net-next) > > net: mana: Set default number of queues to 16 > > > > Can you apply the patch set after this patch, or should I wait for the next patch > > merge window? > > > > Thank you, > > Long > > > I'll send it over in the next patch merging window. Thanks, The way I understand things net-next, and in particular the CI, can only handle patches where all the dependencies are already present in net-next.