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 EBD6017C211; Wed, 1 Jul 2026 00:30:22 +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=1782865824; cv=none; b=j1VN5h4aCARNUZf27T+WcQZQKczu0CLx3GmS6WJ7TkFJKlpPlC+Ypw22yJ2aRs4VIeGWJlRf9FGo0fLI39GXYZLhM8pwrUPNOBHuHKUit9Gt3nWYJEfWP5d2kF9Yqd/8LW+zvlE+NoTm4dp0AkIVoQi7EyGckex3XUK5oK4xNyE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782865824; c=relaxed/simple; bh=pYwbjf/cyqt4q3Kk2dXIhbksoPHKn56eeg4262reB50=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=P/zzZBqtf2XmoqkULTTUhEHCyVbMrB8BK2RNnmRHI7Wy15Jr71BKJOiLcu5OOOUAaiMWdye+0vmtCBd4lzL/sXdk+ejhy7bqWSnJCgjgskYoNbXkyQGfwxDZOpLOd3rBQIx9yAzpudLwjz/mgFBQuXzwnv1HRgCcK9dkxCp/Ml4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=hC5DofeT; 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="hC5DofeT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8C3421F000E9; Wed, 1 Jul 2026 00:30:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782865822; bh=tUYCaFY6QdTOkOX6R5QEq54defo8SKOANe+5WX+xyco=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=hC5DofeT0+8Ygdk2MUcd9eQR9wGyeJP4u6j6bK19qmHIsMZsgmPdSC3IUOgyWutju ZmmgZUCbHfetAgNFrjq16OchCNYnhiYrMqHtwJyRo4ExL489PQc96+JKXLKkEXuZkv Gx+krz6d/smsy6TEBl1BepBXHtmNg0JIvcrRldm3HPAk3djzPRJnlC3pLvotpOTLkS b7F1/x+n8WAB4fUAe5hfiaZ1wntxMFRHv0g67wOoTP5lckFY390FCl1MzERaMAaC1g fci70bDzTJ+0WWt8N+6f3uCcymnUVlXBaO2SJqf61q2QmECKcvd2NM8Lm2/ZJhWH8T hZVF/DsdCJQtg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 939DC393A964; Wed, 1 Jul 2026 00:30:07 +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] cxgb4: Fix decode strings dump for T6 adapters From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178286580614.352416.780057618509971566.git-patchwork-notify@kernel.org> Date: Wed, 01 Jul 2026 00:30:06 +0000 References: <20260629130856.1168-1-markov.gi@npc-ksb.ru> In-Reply-To: <20260629130856.1168-1-markov.gi@npc-ksb.ru> To: Markov Gleb Cc: bharat@chelsio.com, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, lvc-project@linuxtesting.org Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 29 Jun 2026 16:08:54 +0300 you wrote: > From: Gleb Markov > > Depending on the value of chip_version, the correct decode set is selected. > However, the subsequent matching with the t4 encoding type in the if-else > block results in a reassignment, which leads to the loss of support for > t6_decode as well as reinitializing of values t4_decode and t5_decode. > > [...] Here is the summary with links: - [net] cxgb4: Fix decode strings dump for T6 adapters https://git.kernel.org/netdev/net/c/5d6dc22d6268 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html