Re: [for-next V2 01/10] linux/dim: Move logic to dim.h

2019-06-25 Thread Sagi Grimberg
Reviewed-by: Sagi Grimberg

[for-next V2 01/10] linux/dim: Move logic to dim.h

2019-06-25 Thread Saeed Mahameed
From: Tal Gilboa In preparation for supporting more implementations of the DIM algorithm, I'm moving what would become common logic to a common library. Downstream DIM implementations will use the common lib for their implementation. Signed-off-by: Tal Gilboa Signed-off-by: Saeed Mahameed ---