RE: [PATCH 1/7] habanalabs: remove rate limiters from GAUDI

2020-06-18 Thread Omer Shpigelman
On Tue, Jun 16, 2020 at 9:13 AM, Oded Gabbay wrote: > We no longer need to initialize the rate limiters in GAUDI A1. > > Signed-off-by: Oded Gabbay Reviewed-by: Omer Shpigelman

[PATCH 1/7] habanalabs: remove rate limiters from GAUDI

2020-06-15 Thread Oded Gabbay
We no longer need to initialize the rate limiters in GAUDI A1. Signed-off-by: Oded Gabbay --- drivers/misc/habanalabs/gaudi/gaudi.c| 126 +-- drivers/misc/habanalabs/habanalabs_drv.c | 1 - 2 files changed, 1 insertion(+), 126 deletions(-) diff --git a/drivers/misc/hab