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 8B893EB8FAD for ; Wed, 6 Sep 2023 05:10:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239631AbjIFFK2 (ORCPT ); Wed, 6 Sep 2023 01:10:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57022 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238230AbjIFFK0 (ORCPT ); Wed, 6 Sep 2023 01:10:26 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4CD4FE4A for ; Tue, 5 Sep 2023 22:10:23 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id D2289C433CB; Wed, 6 Sep 2023 05:10:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1693977022; bh=qT/y5R9fBn1NeTGnJI8nbaXj2qg7qzFGbubGB+tg3Sg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=nrUqxu1iUAhpkD1yEoMkiIAziUwxl0YqGZ5Pa0bip6wqDQLMvoAoN/hlWcLmA0B5Y GtYPuQ/YwY1H6VvDvfgzVuRa74Vsi7AB0p1WSVtbohQuM2N3rbzxpkfYGmqg/YPRVo Jej7oV5LsUxjeHaiYiYKirgi9y3OgY6SuY+T6x3qbnSPYA5NotYcoI4rVQdyTsFs95 eH7+pzZuuzDxWawetuka30UC3qWHyM/odtQPW5gv4UQMaxhM7GshTq9AnrO6+p0xkp xzVXiMGw27/PnQY6F3wIT8GdwUMFMJjWS8OK1wIo+bs757u6jUeR5IYMyiG55eR/Rk GB/votDSMLP8w== 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 B8704E22B00; Wed, 6 Sep 2023 05:10:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net v2] net/ipv6: SKB symmetric hash should incorporate transport ports From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169397702275.22023.11705389195236834744.git-patchwork-notify@kernel.org> Date: Wed, 06 Sep 2023 05:10:22 +0000 References: <20230905103610.3087983-1-qtian@vmware.com> In-Reply-To: <20230905103610.3087983-1-qtian@vmware.com> To: Quan Tian Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, uablrek@gmail.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Tue, 5 Sep 2023 10:36:10 +0000 you wrote: > __skb_get_hash_symmetric() was added to compute a symmetric hash over > the protocol, addresses and transport ports, by commit eb70db875671 > ("packet: Use symmetric hash for PACKET_FANOUT_HASH."). It uses > flow_keys_dissector_symmetric_keys as the flow_dissector to incorporate > IPv4 addresses, IPv6 addresses and ports. However, it should not specify > the flag as FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL, which stops further > dissection when an IPv6 flow label is encountered, making transport > ports not being incorporated in such case. > > [...] Here is the summary with links: - [net,v2] net/ipv6: SKB symmetric hash should incorporate transport ports https://git.kernel.org/netdev/net/c/a5e2151ff9d5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html