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 DD0B7C4321E for ; Thu, 1 Dec 2022 14:15:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231671AbiLAOPv (ORCPT ); Thu, 1 Dec 2022 09:15:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58816 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231697AbiLAOPq (ORCPT ); Thu, 1 Dec 2022 09:15:46 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 30CE8C6E5F; Thu, 1 Dec 2022 06:15:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=EszH/zNIYaz64egD0a7DIaikbWMUw7R53ett48hdP0M=; b=RJ+2lk9FGd+Nx2qCzcsZC5QLqB T681SpFm2r/MkVP9js+jPgto/2UmiGtcADzGKo45hF4W4eJS/vy7GdWmWMegWxmcNXicjva1PTs9e 8nQtUfrE719YIjPl75BkHvPF2kd5gcB9GBb6/jzNBd/W7MhPJ9rs9v2DS0ek1c1KkD9E=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1p0kL5-0044FH-1m; Thu, 01 Dec 2022 15:14:59 +0100 Date: Thu, 1 Dec 2022 15:14:59 +0100 From: Andrew Lunn To: Igor Russkikh Cc: Brian Masney , davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, cth451@gmail.com Subject: Re: [EXT] Re: [PATCH] net: atlantic: fix check for invalid ethernet addresses Message-ID: References: <20221130174259.1591567-1-bmasney@redhat.com> <7ed83813-0df4-b6ac-f1d2-a28d8011b1aa@marvell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7ed83813-0df4-b6ac-f1d2-a28d8011b1aa@marvell.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Igor > You should work with Qualcomm on how to update mac addresses of your boards. Why Qualcomm? I assume the fuses are part of the MAC chip? So Marvell should have a tool to program them? Ideally, it should be part of ethtool -E|--change-eeprom but when i took a quick look, i could not see anything. Andrew