Re: [U-Boot] [PATCH 5/8] net: zynq: Wait till packet is sent

2015-11-04 Thread Michal Simek
On 11/02/2015 10:40 PM, Joe Hershberger wrote: > On Tue, Oct 27, 2015 at 10:17 AM, Michal Simek > wrote: >> Wait till BD is process to ensure that packet was sent successfully. > > process -> processed Fixed in v2. > >> >> Signed-off-by: Michal Simek >> --- >> >> drivers/net/zynq_gem.c | 33

Re: [U-Boot] [PATCH 5/8] net: zynq: Wait till packet is sent

2015-11-02 Thread Joe Hershberger
On Tue, Oct 27, 2015 at 10:17 AM, Michal Simek wrote: > Wait till BD is process to ensure that packet was sent successfully. process -> processed > > Signed-off-by: Michal Simek > --- > > drivers/net/zynq_gem.c | 33 - > 1 file changed, 32 insertions(+), 1 delet

[U-Boot] [PATCH 5/8] net: zynq: Wait till packet is sent

2015-10-27 Thread Michal Simek
Wait till BD is process to ensure that packet was sent successfully. Signed-off-by: Michal Simek --- drivers/net/zynq_gem.c | 33 - 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/drivers/net/zynq_gem.c b/drivers/net/zynq_gem.c index e49aa86127d1..c