From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sunset.davemloft.net (74-93-104-97-Washington.hfc.comcastbusiness.net [74.93.104.97]) by ozlabs.org (Postfix) with ESMTP id 3BEEDDE03D for ; Wed, 27 May 2009 14:42:07 +1000 (EST) Date: Tue, 26 May 2009 21:42:03 -0700 (PDT) Message-Id: <20090526.214203.157382530.davem@davemloft.net> To: kexin.hao@windriver.com Subject: Re: [PATCH] net/ucc_geth: allow to set mac address on running device From: David Miller In-Reply-To: <1243388936.13410.4.camel@kevin> References: <1243388936.13410.4.camel@kevin> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Cc: linuxppc-dev@ozlabs.org, leoli@freescale.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Kevin Hao Date: Wed, 27 May 2009 09:48:56 +0800 > Inspired by the patch for 8139too (bda6a15a). > > Currently we can't set mac address on a running ucc_geth device. > But this is needed when you use this device as a bonding slave in > bonding device in balance-alb mode. So add this feature for ucc_geth > device. > > Signed-off-by: Kevin Hao I applied this patch already, there is no need to post it again.