From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Jones Subject: Re: [PATCH] pch_gbe: Use a randomly generated MAC instead of failing probe Date: Mon, 16 Jan 2012 13:06:05 -0800 Message-ID: <4F14913D.6090404@hp.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Arjan van de Ven , Darren Hart , Alan Cox , Tomoya MORINAGA , Alan Cox , David Miller , linux-kernel@vger.kernel.org, jeffrey.t.kirsher@intel.com, paul.gortmaker@windriver.com, jdmason@kudzu.us, netdev@vger.kernel.org To: David Laight Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 01/16/2012 08:20 AM, David Laight wrote: > Since multiple interfaces on a single system are unlikely > to be connected to the same LAN segment, it doesn't really > matter if they use same MAC address. > > For a long time sun solaris systems used the same MAC > address (based on the system id) on all their ethernet > interfaces. And there was a perhaps small, but certainly non-trivial stream of people asking how to change that because their system(s) were indeed multiple ports connected to the same broadcast domain. Long since then Sun changed their defaults, and we've gotten things like bonding, so I think any assumption that a system with multiple ports will not have then connected to the same broadcast domain is brittle at best. rick jones