From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 1EEC117AC1 for ; Wed, 9 Aug 2023 20:20:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 9EBD7C433CA; Wed, 9 Aug 2023 20:20:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691612422; bh=tjsMUXF5TWwhn7Z95A8FR2PC0opg+V4RvJXIEiZ2YbQ=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=BpaOV2YoSBEpAeWivGeZ64olsBEQuXtXt1MZCDVz7cMvC4/sn2eYkuMfI75fewqUW 4EvgG48LHbY4ai25j8rfVBWyoKt3GnmNeiLUsav262h+ZRC2Ik6uLIHVY/N7DREpF9 MDXJajmIgtpPprV1vZ6DJehMKvsA77sTNjJYgSn+4FV6SkMU7c+C6KIyBBlPwAdOfO sJTHm0uTRzidByENxyBAcTnO3Bmik3pZrAgMDjb+KXleMemjIElO08DuLs8dw36oh5 3Dgly5jYm4KrEr+eN6kx8EZgZZF8uoXl1eXcqWoMaadMbtqvPYsIC+UZndMQrbYWdy oAy00kaVOXHoA== 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 86DFBE330A1; Wed, 9 Aug 2023 20:20:22 +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 -next] mlxsw: spectrum_switchdev: Use is_zero_ether_addr() instead of ether_addr_equal() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169161242254.16318.2626320618976339526.git-patchwork-notify@kernel.org> Date: Wed, 09 Aug 2023 20:20:22 +0000 References: <20230808133528.4083501-1-ruanjinjie@huawei.com> In-Reply-To: <20230808133528.4083501-1-ruanjinjie@huawei.com> To: Ruan Jinjie Cc: netdev@vger.kernel.org, idosch@nvidia.com, petrm@nvidia.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 8 Aug 2023 21:35:28 +0800 you wrote: > Use is_zero_ether_addr() instead of ether_addr_equal() > to check if the ethernet address is all zeros. > > Signed-off-by: Ruan Jinjie > --- > drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) Here is the summary with links: - [-next] mlxsw: spectrum_switchdev: Use is_zero_ether_addr() instead of ether_addr_equal() https://git.kernel.org/netdev/net-next/c/99ecd6d06527 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html