Re: [PATCH 1/1] mvpp2: remove module bugfix

2020-06-14 Thread Matteo Croce
On Sun, Jun 14, 2020 at 7:20 AM Sven Auhagen wrote: > > The remove function does not destroy all > BM Pools when per cpu pool is active. > > When reloading the mvpp2 as a module the BM Pools > are still active in hardware and due to the bug > have twice the size now old + new. > > This eventually

[PATCH 1/1] mvpp2: remove module bugfix

2020-06-14 Thread Sven Auhagen
The remove function does not destroy all BM Pools when per cpu pool is active. When reloading the mvpp2 as a module the BM Pools are still active in hardware and due to the bug have twice the size now old + new. This eventually leads to a kernel crash. Signed-off-by: Sven Auhagen --- drivers/n