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 04132C25B08 for ; Wed, 17 Aug 2022 19:20:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240900AbiHQTUV (ORCPT ); Wed, 17 Aug 2022 15:20:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39878 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236373AbiHQTUS (ORCPT ); Wed, 17 Aug 2022 15:20:18 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DD6A0A2620; Wed, 17 Aug 2022 12:20:17 -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 ams.source.kernel.org (Postfix) with ESMTPS id 95636B81F47; Wed, 17 Aug 2022 19:20:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 4C29CC433D7; Wed, 17 Aug 2022 19:20:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660764015; bh=L5ndml8nd1uuvj+9Xi32ix/zxQYR/q5VszUkitr6U28=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=rUbx/+qZN1Sg7ICEf2M/KOQKKME9g9nd5l5aMHangKxQgHKr3vcZfQQjvdrJAqayA 23FzcQgi8UaM6mRad5hrsEPwnhgMHXS7wmC0VVN9XOO363A9064McaEt9yfheydWQu qiIs+lUZoFbU/8X1PuIjQKg7wf0j7ZkZl7jbZfIRFO0FTFgx0zIV/gHtvHAheQu781 S9G+gkhd9DkpLVa/62vILKjT+5FIg2MLmaCWjR4LD4X6Mbd3FjtxksfDArlaZrDtwY ow3SX5588bZ6x16ZxOpr4zVj9lCK23Q4Gdx8snotOrnJy5TS/8bIJXWzuYC6kp+FXR Wrkw0JnmIXNkg== 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 2EC42E2A052; Wed, 17 Aug 2022 19:20:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [patch net v3] net: dsa: microchip: ksz9477: fix fdb_dump last invalid entry From: patchwork-bot+netdevbpf@kernel.org Message-Id: <166076401518.21609.10073950872734120316.git-patchwork-notify@kernel.org> Date: Wed, 17 Aug 2022 19:20:15 +0000 References: <20220816105516.18350-1-arun.ramadoss@microchip.com> In-Reply-To: <20220816105516.18350-1-arun.ramadoss@microchip.com> To: Arun Ramadoss Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, woojung.huh@microchip.com, UNGLinuxDriver@microchip.com, andrew@lunn.ch, vivien.didelot@gmail.com, f.fainelli@gmail.com, olteanv@gmail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, linux@armlinux.org.uk, Tristram.Ha@microchip.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski : On Tue, 16 Aug 2022 16:25:16 +0530 you wrote: > In the ksz9477_fdb_dump function it reads the ALU control register and > exit from the timeout loop if there is valid entry or search is > complete. After exiting the loop, it reads the alu entry and report to > the user space irrespective of entry is valid. It works till the valid > entry. If the loop exited when search is complete, it reads the alu > table. The table returns all ones and it is reported to user space. So > bridge fdb show gives ff:ff:ff:ff:ff:ff as last entry for every port. > To fix it, after exiting the loop the entry is reported only if it is > valid one. > > [...] Here is the summary with links: - [net,v3] net: dsa: microchip: ksz9477: fix fdb_dump last invalid entry https://git.kernel.org/netdev/net/c/36c0d9350157 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html