Re: [PATCH v2 00/17] Refactor fw_devlink to significantly improve boot time

2020-12-10 Thread Greg Kroah-Hartman
On Wed, Dec 09, 2020 at 12:24:32PM -0800, Saravana Kannan wrote: > On Wed, Dec 9, 2020 at 10:15 AM Greg Kroah-Hartman > wrote: > > > > On Fri, Nov 20, 2020 at 06:02:15PM -0800, Saravana Kannan wrote: > > > The current implementation of fw_devlink is very inefficient because it > > > tries to get a

Re: [PATCH v2 00/17] Refactor fw_devlink to significantly improve boot time

2020-12-09 Thread Saravana Kannan
On Wed, Dec 9, 2020 at 10:15 AM Greg Kroah-Hartman wrote: > > On Fri, Nov 20, 2020 at 06:02:15PM -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. Pas

Re: [PATCH v2 00/17] Refactor fw_devlink to significantly improve boot time

2020-12-09 Thread Greg Kroah-Hartman
On Fri, Nov 20, 2020 at 06:02:15PM -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 runtime at the cost of memory > usage were blo

Re: [PATCH v2 00/17] Refactor fw_devlink to significantly improve boot time

2020-12-03 Thread Saravana Kannan
On Tue, Nov 24, 2020 at 12:29 AM 'Tomi Valkeinen' via kernel-team wrote: > > Hi, > > On 21/11/2020 04:02, 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. P

Re: [PATCH v2 00/17] Refactor fw_devlink to significantly improve boot time

2020-11-24 Thread Saravana Kannan
On Tue, Nov 24, 2020 at 12:29 AM 'Tomi Valkeinen' via kernel-team wrote: > > Hi, > > On 21/11/2020 04:02, 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. P

Re: [PATCH v2 00/17] Refactor fw_devlink to significantly improve boot time

2020-11-24 Thread Tomi Valkeinen
Hi, On 21/11/2020 04:02, 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 with reques

[PATCH v2 00/17] Refactor fw_devlink to significantly improve boot time

2020-11-20 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