Re: [U-Boot] [PATCH 11/23] net: pch_gbe: Fix rx descriptor buffer addresses

2016-09-27 Thread Bin Meng
Hi Paul, On Tue, Sep 27, 2016 at 2:29 AM, Paul Burton wrote: > The loop to set up buffer addresses in rx descriptors always operated on > descriptor 0, rather than on each descriptor sequentially. Fix this in > order to setup correct buffer addresses for each descriptor. > > Signed-off-by: Paul B

[U-Boot] [PATCH 11/23] net: pch_gbe: Fix rx descriptor buffer addresses

2016-09-26 Thread Paul Burton
The loop to set up buffer addresses in rx descriptors always operated on descriptor 0, rather than on each descriptor sequentially. Fix this in order to setup correct buffer addresses for each descriptor. Signed-off-by: Paul Burton --- drivers/net/pch_gbe.c | 4 ++-- 1 file changed, 2 insertion