Re: [PATCH 1/3] interconnect: Aggregate before setting initial bandwidth

2020-10-13 Thread Saravana Kannan
On Tue, Oct 13, 2020 at 6:59 AM Georgi Djakov wrote: > > When setting the initial bandwidth, make sure to call the aggregate() > function (if such is implemented for the current provider), to handle > cases when data needs to be aggregated first. > > Fixes: b1d681d8d324 ("interconnect: Add sync

[PATCH 1/3] interconnect: Aggregate before setting initial bandwidth

2020-10-13 Thread Georgi Djakov
When setting the initial bandwidth, make sure to call the aggregate() function (if such is implemented for the current provider), to handle cases when data needs to be aggregated first. Fixes: b1d681d8d324 ("interconnect: Add sync state support") Signed-off-by: Georgi Djakov ---