Re: [PATCH] habanalabs: Update DRAM consumption on context tear down

2019-08-05 Thread Oded Gabbay
On Sun, Aug 4, 2019 at 10:03 AM Tomer Tayar wrote: > > The patch adds a missing update of the DRAM memory consumption, when a > context is being torn down without an organized release of the allocated > memory. > > Signed-off-by: Tomer Tayar > --- > drivers/misc/habanalabs/memory.c | 2 ++ > 1

[PATCH] habanalabs: Update DRAM consumption on context tear down

2019-08-04 Thread Tomer Tayar
The patch adds a missing update of the DRAM memory consumption, when a context is being torn down without an organized release of the allocated memory. Signed-off-by: Tomer Tayar --- drivers/misc/habanalabs/memory.c | 2 ++ 1 file changed, 2 insertions(+) diff --git