Re: [U-Boot] [PATCH 04/10] net: mvpp2x: fix BM configuration overrun issue

2017-08-08 Thread Joe Hershberger
On Wed, Jun 21, 2017 at 3:31 AM, wrote: > From: Stefan Chulski > > Issue: > BM counters were overran by probe that called per Network interface and overran -> overrun > caused release of wrong number of buffers during remove procedure. > > Fix: > Add

[U-Boot] [PATCH 04/10] net: mvpp2x: fix BM configuration overrun issue

2017-06-21 Thread stefanc
From: Stefan Chulski Issue: BM counters were overran by probe that called per Network interface and caused release of wrong number of buffers during remove procedure. Fix: Add CP level flags to call init and remove procedure once per CP. Change-Id: