Re: [PATCH v3 02/11] net: cadence_gem: Fix the queue address update during wrap around

2020-05-08 Thread Edgar E. Iglesias
On Fri, May 08, 2020 at 04:30:36PM +0530, Sai Pavan Boddu wrote: > During wrap around and reset, queues are pointing to initial base > address of queue 0, irrespective of what queue we are dealing with. > Fix it by assigning proper base address every time. Reviewed-by: Edgar E. Iglesias > > S

[PATCH v3 02/11] net: cadence_gem: Fix the queue address update during wrap around

2020-05-08 Thread Sai Pavan Boddu
During wrap around and reset, queues are pointing to initial base address of queue 0, irrespective of what queue we are dealing with. Fix it by assigning proper base address every time. Signed-off-by: Sai Pavan Boddu --- hw/net/cadence_gem.c | 37 + 1 file cha