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 5CA38C7EE37 for ; Fri, 9 Jun 2023 09:59:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240566AbjFIJ7F (ORCPT ); Fri, 9 Jun 2023 05:59:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45662 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241905AbjFIJ54 (ORCPT ); Fri, 9 Jun 2023 05:57:56 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 93466359D for ; Fri, 9 Jun 2023 02:50:22 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1A80D65646 for ; Fri, 9 Jun 2023 09:50:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 6FCFCC4339C; Fri, 9 Jun 2023 09:50:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686304221; bh=s86jmCAkr0JpuP7hM3Mlm+pM7W9Hp6NzmVs0bBk1hcE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=kNWlWuvnPGkiYAeI2o3iQl5iqneKNg9sGX4A5Ql9iBbvuz42bR5tSjyOAArnp1YiV O//qX5so8lTXj6BZImw2A9RCii4ldLddN91R02gQb7xZZEKt5qw/TP8n53A+VTwDln L0f4LgLygqGetaHm6dwCzUiYL+727agqVR3/jZiKysa5mJPZyujzeMkRE0eYlYMer4 nf5ofTAeKYCov32jodCOBY7l2i5GZOp10zR15xSxpZw6ycr2zjhnVjk6rrWqXHS6BI 7JTDNwXnb/qJ/1bA2nxfcYihPCj3RVOO4iKQtcejiIaikTBWwQivwudORLqYS1HiVb 8ucaSwZMM+kTA== 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 4AECBC395EC; Fri, 9 Jun 2023 09:50:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] octeontx2-af: Fix promiscuous mode From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168630422130.21394.15550149642866170439.git-patchwork-notify@kernel.org> Date: Fri, 09 Jun 2023 09:50:21 +0000 References: <20230608051625.2731378-1-rkannoth@marvell.com> In-Reply-To: <20230608051625.2731378-1-rkannoth@marvell.com> To: Ratheesh Kannoth Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, sgoutham@marvell.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, sbhatta@marvell.com, gakula@marvell.com, schalla@marvell.com, hkelam@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 David S. Miller : On Thu, 8 Jun 2023 10:46:25 +0530 you wrote: > CN10KB silicon introduced a new exact match feature, > which is used for DMAC filtering. The state of installed > DMAC filters in this exact match table is getting corrupted > when promiscuous mode is toggled. Fix this by not touching > Exact match related config when promiscuous mode is toggled. > > Fixes: 2dba9459d2c9 ("octeontx2-af: Wrapper functions for MAC addr add/del/update/reset") > Signed-off-by: Ratheesh Kannoth > > [...] Here is the summary with links: - [net] octeontx2-af: Fix promiscuous mode https://git.kernel.org/netdev/net/c/c0e489372a29 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html