Re: [PATCH v1 00/18] Refactor fw_devlink to significantly improve boot time

2020-11-06 Thread Grygorii Strashko
On 06/11/2020 10:36, Saravana Kannan wrote: On Thu, Nov 5, 2020 at 9:09 PM Laurent Pinchart wrote: Hi Saravana, Thank you for working on this ! On Wed, Nov 04, 2020 at 03:23:37PM -0800, Saravana Kannan wrote: The current implementation of fw_devlink is very inefficient because it tries t

Re: [PATCH v1 00/18] Refactor fw_devlink to significantly improve boot time

2020-11-06 Thread Saravana Kannan
On Thu, Nov 5, 2020 at 9:09 PM Laurent Pinchart wrote: > > Hi Saravana, > > Thank you for working on this ! > > On Wed, Nov 04, 2020 at 03:23:37PM -0800, Saravana Kannan wrote: > > The current implementation of fw_devlink is very inefficient because it > > tries to get away without creating fwnode

Re: [PATCH v1 00/18] Refactor fw_devlink to significantly improve boot time

2020-11-05 Thread Laurent Pinchart
Hi Saravana, Thank you for working on this ! On Wed, Nov 04, 2020 at 03:23:37PM -0800, Saravana Kannan wrote: > The current implementation of fw_devlink is very inefficient because it > tries to get away without creating fwnode links in the name of saving > memory usage. Past attempts to optimize

Re: [PATCH v1 00/18] Refactor fw_devlink to significantly improve boot time

2020-11-04 Thread Saravana Kannan
On Wed, Nov 4, 2020 at 3:23 PM Saravana Kannan wrote: > > The current implementation of fw_devlink is very inefficient because it > tries to get away without creating fwnode links in the name of saving > memory usage. Past attempts to optimize runtime at the cost of memory > usage were blocked wit

[PATCH v1 00/18] Refactor fw_devlink to significantly improve boot time

2020-11-04 Thread Saravana Kannan
The current implementation of fw_devlink is very inefficient because it tries to get away without creating fwnode links in the name of saving memory usage. Past attempts to optimize runtime at the cost of memory usage were blocked with request for data showing that the optimization made significant