From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8934AC0015E for ; Tue, 25 Jul 2023 08:30:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232419AbjGYIae (ORCPT ); Tue, 25 Jul 2023 04:30:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52574 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232433AbjGYIaa (ORCPT ); Tue, 25 Jul 2023 04:30:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1B4DAE57 for ; Tue, 25 Jul 2023 01:30:29 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9B19E61511 for ; Tue, 25 Jul 2023 08:30:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 00B06C433C9; Tue, 25 Jul 2023 08:30:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690273828; bh=JFrJ4nSKyL1Po2pXxouc7d+HenWHpFKgiTP5aMROtZs=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=TGiFXIG2tRRnLiXiHCILxnYg0DGWYmQy04/lLbL3KtGUwumtau6KTm05su23LIAxm hULgAiSCdFjUvSKmHvoJeh6e5FvcwSSbxvY/7Mmy4/4GBwBhnaJu18cqH1y/3Pr0Ad klPnCSMhoxWZtq9SOkMCgQ2YI2E7epD/GofYjiVXg96QPbPrpgyS1GJh77mDAQFkpL zpkr1SqRUDqtEa1q9ALH6uxX/G35Ub6tJlS9S4dHFHRjB2eFL30GR9wXx6jzlkFn+D g9UuBvfPRa4CRMkTgY00Q1vtZULJgQiY3BAGd/MvWqVWU4QGy0Ei0QGC5C6f/DdzvV NN2znfgc6iX6Q== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id D65F1C73FE2; Tue, 25 Jul 2023 08:30:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [net PATCH V4] octeontx2-af: Fix hash extraction enable configuration From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169027382787.932.8358430107229778836.git-patchwork-notify@kernel.org> Date: Tue, 25 Jul 2023 08:30:27 +0000 References: <20230721061222.2632521-1-sumang@marvell.com> In-Reply-To: <20230721061222.2632521-1-sumang@marvell.com> To: Suman Ghosh Cc: sgoutham@marvell.com, gakula@marvell.com, sbhatta@marvell.com, hkelam@marvell.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, lcherian@marvell.com, jerinj@marvell.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by Paolo Abeni : On Fri, 21 Jul 2023 11:42:22 +0530 you wrote: > As of today, hash extraction support is enabled for all the silicons. > Because of which we are facing initialization issues when the silicon > does not support hash extraction. During creation of the hardware > parsing table for IPv6 address, we need to consider if hash extraction > is enabled then extract only 32 bit, otherwise 128 bit needs to be > extracted. This patch fixes the issue and configures the hardware parser > based on the availability of the feature. > > [...] Here is the summary with links: - [net,V4] octeontx2-af: Fix hash extraction enable configuration https://git.kernel.org/netdev/net/c/4e62c99d71e5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html