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 CBF41C8E6 for ; Sat, 21 Feb 2026 00:40:02 +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=1771634402; cv=none; b=fuVFfS1FcPOuf7WZfxXHMEIErjEM86uCJ6fHigrxTsWgdvEb8tWj0ibEW5s02RkyfOcZ4Dua4vR9lv1m0qDjYECMTcdgsVLMbybe1Fa+62jSx6YdutiNjAktha6sf4H7nl+gUu2tUy8VBREnI8+f8DZyXnDaXhtAzBTddCu4v+c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771634402; c=relaxed/simple; bh=jILuCOAO5tkXqH/6Ikt0exRNAhyZLnvj4ExEh4aN0OM=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=CogGmq3RtZUUo1jw6XnZgHTmKDnFszID0CoWUnE0D+pf0ChpPUBJIMChxRLUR4PZTUNflDEQYz2Ze57OiAPOLYz/iG4Yk+fWqBCadoq6BizIuXMojefhpacXJTljL7VYkvJ5GqAi+1/TFbiwQk32ce4LvNRVcbBO00qdvIu14yQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kSjcu77c; 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="kSjcu77c" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A8B94C116C6; Sat, 21 Feb 2026 00:40:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771634402; bh=jILuCOAO5tkXqH/6Ikt0exRNAhyZLnvj4ExEh4aN0OM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=kSjcu77cm18e3t8zHv98Bf/9FejKetgGolLOSusMRpALRxNqnnyhBeiAHLsLztyyO rraUwUxN6jPHtWa4CyhmyBi4c6KjKpKgyWoVN8vRFJrWce0an94raBBV6WA9f6WS9a zT2ZpN1BvsGmzAFbA/3lqxRt9oPe7R65MozVtgJZiB+AYaS5oYzRI62tv74wzSAqZE hojmkUg6Q9CFRc12hRDkhBfXZ7X6njCeIPi7Q2tJzS8xvrZARrs10NcIlNH5upjuXa 9VL696a1FbJDYkVYpC/GrWkh4Q3MTeV6Rn8gjhXLhBYD7fNV9iGo6BdrFNftn8Kk4I WqMfMREmNuCpg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id BA0F93808200; Sat, 21 Feb 2026 00:40:11 +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 v4 0/3] bnxt_en: Fix RSS context and ntuple filter issues From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177163441054.959452.15880291688247282292.git-patchwork-notify@kernel.org> Date: Sat, 21 Feb 2026 00:40:10 +0000 References: <20260219185313.2682148-1-michael.chan@broadcom.com> In-Reply-To: <20260219185313.2682148-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, horms@kernel.org Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski : On Thu, 19 Feb 2026 10:53:10 -0800 you wrote: > The first patch fixes the problem of ifup failing if one or more RSS > contexts were previously created. The 2nd patch fixes ntuple filter > deletion errors in ifdown state. The last patch adds self tests to > cover these failure cases. > > v4: Elimianted the original cleanup patch #2 from earlier versions. > Simplified and improved the ntuple filter deletion fix (new patch #2). > > [...] Here is the summary with links: - [net,v4,1/3] bnxt_en: Fix RSS context delete logic https://git.kernel.org/netdev/net/c/e123d9302d22 - [net,v4,2/3] bnxt_en: Fix deleting of Ntuple filters https://git.kernel.org/netdev/net/c/c1bbd9900d65 - [net,v4,3/3] selftests: drv-net: rss_ctx: test RSS contexts persist after ifdown/up https://git.kernel.org/netdev/net/c/ce5a0f4612db You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html