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 761623AE1B5 for ; Tue, 10 Mar 2026 03:00: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=1773111617; cv=none; b=DGgiXax2M4vgO5HgPEl+G9QdLItwFOjbQd09RFIk1ueIgn39oQXcrCxrGp1oGNvqHznvnB/FhN0Npj4fYU7TEHuP+3GAQ3rw17HkAF1POu1o96yT/3folmHHVGVc+KQncPD2RiwZDojlgS5IbOTrSXACpqYr6ASHwvNXv/9dpas= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773111617; c=relaxed/simple; bh=+e2yBgyYxwj8sqWAw2NywShhZMa+o5Jo4d8QnO1DC+U=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=dpfkvS8b/jKk+lDD/VTZRRiYM5QlVE/utCPzg2h9kai1PNmKmCq+BEJaF5bLxT19VNsSTRSw0i02TwYZ5Uo7wSgam5UfOTIABRQpZ2VCjqGGGrvbsCAxw+CI6ZoKEp1Ex04FWF4iCDivCM+1oly225i48x3ZKtfq0g2nMcvgAtY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=CZ/WDWGo; 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="CZ/WDWGo" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 24ABDC4CEF7; Tue, 10 Mar 2026 03:00:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773111617; bh=+e2yBgyYxwj8sqWAw2NywShhZMa+o5Jo4d8QnO1DC+U=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=CZ/WDWGoHi/QwRAnHVRGhUVRyVQ54d/IfEtvG5z3ih7aezWGTo4372mdSpKcuCIsR uWIR1iIhkHlp7trn1grQI+vLgiIzO7vTrBEGEnl9lEBRiaWv4DB4Y5BibCaunPbd/F u3OvAWwjkQz/PKW7+nxzUYKJKM6y1DHv1dLx0bi1E4Ov44YlSdH62EEevpJy75sA2Q pYd35pefggHVMzF8kWnmMQEKcdM6pmsQMZvRcnOCdipGxaUjxaSMR1JUoj+qAKjS2r 7FKCYHo3smGgJCTNfe/QcpEaH38bmVuO4pPYi7IvFUUORZJHZZ5ZOqrIVwsEZv6lA4 aDLEw3Tk1lOHA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 7D08D3808200; Tue, 10 Mar 2026 03:00:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] bnxt_en: Fix RSS table size check when changing ethtool channels From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177311161404.2039470.4258340536798777418.git-patchwork-notify@kernel.org> Date: Tue, 10 Mar 2026 03:00:14 +0000 References: <20260306225854.3575672-1-michael.chan@broadcom.com> In-Reply-To: <20260306225854.3575672-1-michael.chan@broadcom.com> To: Michael Chan Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, andrew+netdev@lunn.ch, pavan.chebbi@broadcom.com, andrew.gospodarek@broadcom.com, bjorn@kernel.org Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 6 Mar 2026 14:58:54 -0800 you wrote: > From: Pavan Chebbi > > When changing channels, the current check in bnxt_set_channels() > is not checking for non-default RSS contexts when the RSS table size > changes. The current check for IFF_RXFH_CONFIGURED is only sufficient > for the default RSS context. Expand the check to include the presence > of any non-default RSS contexts. > > [...] Here is the summary with links: - [net] bnxt_en: Fix RSS table size check when changing ethtool channels https://git.kernel.org/netdev/net/c/0d9a60a0618d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html