[U-Boot] [PATCH] net/eth: fix a bug in on_ethaddr()

2015-08-30 Thread Gong Qianyu
The loop should check all ethenet devices, not only the first device, to set each specified ethaddr, or it'll cause failure when we use other devices. Signed-off-by: Gong Qianyu diff --git a/net/eth.c b/net/eth.c index d3ec8d6..e3ef80e 100644 --- a/net/eth.c +++ b/net/eth.c @@ -677,6 +677,7 @@ s

Re: [U-Boot] [PATCH] net/eth: fix a bug in on_ethaddr()

2015-10-16 Thread Gong Q . Y .
> -Original Message- > From: Joe Hershberger [mailto:joe.hershber...@gmail.com] > Sent: Friday, September 04, 2015 5:46 AM > To: Gong Qianyu-B52263 > Cc: Joe Hershberger; u-boot; Hu Mingkai-B21284 > Subject: Re: [U-Boot] [PATCH] net/eth: fix a bug in on_ethaddr() > &

Re: [U-Boot] [PATCH] net/eth: fix a bug in on_ethaddr()

2015-10-21 Thread Hu Vincent
Subject: RE: [U-Boot] [PATCH] net/eth: fix a bug in on_ethaddr() > -Original Message- > From: Joe Hershberger [mailto:joe.hershber...@gmail.com] > Sent: Friday, September 04, 2015 5:46 AM > To: Gong Qianyu-B52263 > Cc: Joe Hershberger; u-boot; Hu Mingkai-B21284 > Subject: R

Re: [U-Boot] [PATCH] net/eth: fix a bug in on_ethaddr()

2015-10-23 Thread Joe Hershberger
On Wed, Oct 21, 2015 at 5:07 AM, Hu Vincent wrote: > Hi Joe, > > Would you please kindly help to pick up this patch which fixed the issue when > using multiple Ethernet ports? Yes, now that the merge window is open, I will be pulling in all patches assigned to me in patchwork and testing. -Joe

Re: [U-Boot] [PATCH] net/eth: fix a bug in on_ethaddr()

2015-10-25 Thread Hu Vincent
5 6:07 PM > To: Gong Qianyu-B52263; Joe Hershberger > Cc: Joe Hershberger; u-boot > Subject: RE: [U-Boot] [PATCH] net/eth: fix a bug in on_ethaddr() > > Hi Joe, > > Would you please kindly help to pick up this patch which fixed the issue > when using multiple Ether

Re: [U-Boot] [PATCH] net/eth: fix a bug in on_ethaddr()

2015-10-29 Thread Joe Hershberger
On Sun, Aug 30, 2015 at 10:34 PM, Gong Qianyu wrote: > The loop should check all ethenet devices, not only the first device, > to set each specified ethaddr, or it'll cause failure when we use other > devices. > > Signed-off-by: Gong Qianyu Applied to u-boot-net/master, thanks! -Joe

Re: [U-Boot] [PATCH] net/eth: fix a bug in on_ethaddr()

2015-09-03 Thread Joe Hershberger
Hi Gong, On Sun, Aug 30, 2015 at 10:34 PM, Gong Qianyu wrote: > The loop should check all ethenet devices, not only the first device, > to set each specified ethaddr, or it'll cause failure when we use other > devices. > > Signed-off-by: Gong Qianyu Acked-by: Joe Hershberger __