Re: [U-Boot] [PATCH 06/10] net: Add an accessor to know if waiting for ARP

2018-09-25 Thread Bin Meng
Hi Joe, On Wed, Jul 25, 2018 at 5:45 AM Joe Hershberger wrote: > > This single-sources the state of the ARP. > > Signed-off-by: Joe Hershberger > --- > > include/net.h | 1 + > net/arp.c | 11 --- > 2 files changed, 9 insertions(+), 3 deletions(-) > > diff --git a/include/net.h b/i

Re: [U-Boot] [PATCH 06/10] net: Add an accessor to know if waiting for ARP

2018-08-02 Thread Simon Glass
On 24 July 2018 at 15:40, Joe Hershberger wrote: > This single-sources the state of the ARP. > > Signed-off-by: Joe Hershberger > --- > > include/net.h | 1 + > net/arp.c | 11 --- > 2 files changed, 9 insertions(+), 3 deletions(-) Reviewed-by: Simon Glass

[U-Boot] [PATCH 06/10] net: Add an accessor to know if waiting for ARP

2018-07-24 Thread Joe Hershberger
This single-sources the state of the ARP. Signed-off-by: Joe Hershberger --- include/net.h | 1 + net/arp.c | 11 --- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/include/net.h b/include/net.h index f9984ae86c..63718a47f2 100644 --- a/include/net.h +++ b/include/n